contracts-curios
v1.1.0
Published
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.
Downloads
1
Readme
Sample Hardhat Project
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script 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 run scripts/deploy.js
npx hardhat --network sepolia deploy
NOTES
First time doing npm i
you may need to remove this line"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13",
then run npm install --save-dev @nomicfoundation/hardhat-ethers
This is the commit that started the new factories and removed old code
https://bitbucket.org/grantnpowell/curios-factories/commits/d8d514db12216abb63b0fd8219913356ab33ea64
so if you want to get access to old contracts
run git checkout OLD_CONTRACTS
randomScripts under scripts housese some IPFS scripts need to move
transactionfile directory houses written receipts based on chain-name and transaction ID
ETHERSCAN APInpx hardhat --network {network} etherscan-verify --api-key {etherScanApiKey}
Deployment
npx hardhat --network {network} deploy