Skip to content

liushooter/hardhat-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 18, 2020
2c87b49 · Nov 18, 2020

History

3 Commits
Nov 18, 2020
Nov 18, 2020
Nov 18, 2020
Nov 18, 2020
Nov 18, 2020
Nov 18, 2020
Nov 18, 2020
Nov 18, 2020
Nov 18, 2020

Repository files navigation

eth hardhat demo

Hardhat 是 Nomic Labs 发布的以太坊开发环境工具,原来叫 Buidler。

Hardhat 可以用来代替 Truffle

hardhat 命令行

npx hardhat --version 版本

npx hardhat accounts 执行 hardhat.config.js 定义的 task

npx hardhat compile 编译

npx hardhat flatten 合并solidity文件

npx hardhat node 启动节点

npx hardhat test 运行测试

npx hardhat run scripts/deploy.js 部署合约

npx hardhat run scripts/deploy.js --network localhost 部署合约

About

eth hardhat demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published