0.0.2 • Published 9 months ago

@3dotshub/hub-manager v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a Hardhat Ignition module that deploys that contract.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat ignition deploy ./ignition/modules/Lock.ts

Scripts

yarn run ...

"compile": "npx hardhat compile",
"test": "npx hardhat test",
"coverage": "npx hardhat coverage",
"publish": "npm publish --access public"

NPM publish

This will help with typescript, abi and deployment addresses support.

npm publish --access public