oze
v0.0.2
Published
This project demonstrates a basic Hardhat use case. It comes with a contract generated by [OpenZeppelin Wizard](https://wizard.openzeppelin.com/), a test for that contract, and a script that deploys that contract.
Readme
Sample Hardhat Project
This project demonstrates a basic Hardhat use case. It comes with a contract generated by OpenZeppelin Wizard, a test for that contract, and a script that deploys that contract.
Installing dependencies
npm installTesting the contract
npm testDeploying the contract
You can target any network from your Hardhat config using:
npx hardhat run --network <network-name> scripts/deploy.ts