forked fromdrift-labs/protocol-v2
- Notifications
You must be signed in to change notification settings - Fork0
On-chain perpetuals dex with multiple liquidity mechanisms
License
NotificationsYou must be signed in to change notification settings
GACWR/drift-protocol-v2
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository provides open source access to Drift V2's Typescript SDK, Solana Programs, and more.
SDK docs can be foundhere
Example bots (makers, liquidators, fillers, etc) can be foundhere
Note: If you are running the build on an Apple computer with an M1 chip, please set the default rust toolchain tostable-x86_64-apple-darwin
rustup default stable-x86_64-apple-darwin
# build v2anchor build# install packagesyarn# build sdkcd sdk/&& yarn&& yarn build&&cd ..
cargotest
bash test-scripts/run-anchor-tests.sh
Information about the Bug Bounty can be foundhere