Contains the Vanilla software development kits to interface with Vanilla smart contracts on the Ethereum and Polygon blockchains.
Package | Latest |
---|---|
@vanilladefi/core-sdk | |
@vanilladefi/stake-sdk | |
@vanilladefi/trade-sdk |
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.
git clone git@github.com:vanilladefi/sdk.git
cd sdk
yarn install
yarn bootstrap
yarn test
yarn build