Pancake Smart Contracts V2 版本 Farm 源码
在 bscscan 上认证的名字是 PancakeSwap: Main Staking Contract。
- BscScan 地址: 0xa5f8C5Dbd5F286960b9d90548680aE5ebFf07652
- install :
npm i
- compile :
npm run compile
- test :
npm run test
- coverage :
- create :
npm run coverage
- view full coverage testing :
npx http-server ./coverage/ -o
- create :
- view gas :
npm run gas
- depoly
npm run d:fbchain
npm run d:okchain
All scripts is in package.json
file.