https://github.com/drift-labs/drift-common
https://github.com/drift-labs/drift-common
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/drift-labs/drift-common
- Owner: drift-labs
- Created: 2023-06-29T18:20:08.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-12T04:34:49.000Z (10 days ago)
- Last Synced: 2025-05-12T05:30:53.750Z (10 days ago)
- Language: TypeScript
- Size: 5.89 MB
- Stars: 12
- Watchers: 8
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drift-common
### quick start
```
git submodule init
git submoudle updateyarn
cd protocol
yarn
yarn build
cd sdk
yarn
yarn build
npm link
cd ../..# do this for the packages that requires sdk
npm link @drift-labs/sdk```