1.1.0 • Published 2 years ago

contracts-curios v1.1.0

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
2 years 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 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 API
npx hardhat --network {network} etherscan-verify --api-key {etherScanApiKey}

Deployment

npx hardhat --network {network} deploy

TODO - MAKE THIS AN NPM PACKAGE SPECIFICALLY ONLY DEPLOYMENTS FOLDER

1.1.0

2 years ago

1.0.0

2 years ago