/solidity-hardhat-seed

Primary LanguageTypeScriptApache License 2.0Apache-2.0

solidity-hardhat-truffle-seed

solidity smart contract project seed

Install dependencies

npm i

Compile contracts

npx hardhat compile

Hardhat start local test node

npx hardhat node --network hardhat --no-deploy

Hardhat run tests on local node

npx hardhat test --network localhost

Hardhat run scripts on local node

npx hardhat run scripts/sample-script.ts --network localhost

Hardhat run deploy

npx hardhat deploy --network localhost