8000 GitHub - j4m3ee/Init_Solidity_Project: Initial smart-contract project with node-js .
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

j4m3ee/Init_Solidity_Project

Repository files navigation

howto Init project

  • npm init -y
  • npx hardhat
  • Select : Create an empty hardhat.config.
  • npm install --save-dev hardhat
  • npm install --save-dev @nomiclabs/hardhat-waffle @nomiclabs/hardhat-ethers ethereum-waffle chai solidity-coverage

howto Run project

  • npm run build : for build your contract.
  • npm run test : for test your contract.
  • npm run test:test : for test your contract.
  • npm run local-testnet : for run testnet.
  • npm run deploy:local : for deploy your contract to testnet.

About

Initial smart-contract project with node-js .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0