npm.io
2.2.1-beta.3 • Published 4 years ago

@vanilladefi/stake-sdk

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 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