Skip to content

gcj-bit/pancake-farm

 
 

Repository files navigation

Farm Deploy

Local Development

The following assumes the use of node@>=10.

初始化配置

mv hardhat.config.example hardhat.config.js

部署前请注意更新ALCHEMY_API_KEYROPSTEN_PRIVATE_KEY

安装依赖

yarn install

编译合约

npx hardhat compile

Run Tests

npx builder test

参数设置

scripts/config.js

执行命令

npx hardhat run --network heco scripts/main.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 51.3%
  • JavaScript 48.7%