An open API service indexing awesome lists of open source software.

https://github.com/drift-labs/drift-common


https://github.com/drift-labs/drift-common

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# drift-common

### quick start
```
git submodule init
git submoudle update

yarn

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

```