Skip to content

vanilladefi/sdk

Repository files navigation

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 npm version
@vanilladefi/stake-sdk npm version
@vanilladefi/trade-sdk npm version

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