@dacardo/ton-staking-yield-sdk
v0.1.3
Published
TON Staking Yield SDK
Downloads
33
Readme
Staking Pool
Installation
- Install dependencies
npm install
- Build contracts
npx blueprint build
Testing
- Run all tests
npx blueprint test
- Run only stakingPool tests
npm test stakingpool
- Run only walletManager tests
npm test walletManager
Deploying instuction
Copy
.env.exampleto.envand fill in the valuesRun
npx blueprint run, choosefullRolloutto deploy all required contractsChange addresses of your deployed addresses in
constants/AddressConstants.ts
SDK usage instuction
- Run
npx blueprint run, choosesdkExampleortransferInRewardsExampleto test SDK
