Licence
MIT
Version
2.2.1-beta.3
Deps
3
Size
856 kB
Vulns
0
Weekly
0
Vanilla SDK Monorepo
Contains the Vanilla software development kits to interface with Vanilla smart contracts on the Ethereum and Polygon blockchains.
Published versions
| Package | Latest |
|---|---|
| @vanilladefi/core-sdk | |
| @vanilladefi/stake-sdk | |
| @vanilladefi/trade-sdk |
Developing
The repository uses lerna and yarn to manage three packages under this same repo. Lerna commands have been abstracted away though in favor of our own best-practices.
Install
git clone git@github.com:vanilladefi/sdk.git
cd sdk
yarn install
yarn bootstrap
Test
yarn test
Build
yarn build