Created
January 22, 2022 03:10
-
-
Save lushl9301/07e6db8cae83d0dce67ae215209e998f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install dotenv --save\ | |
npx hardhat compile | |
npm install --save-dev hardhat | |
npm install --save-dev @nomiclabs/hardhat-etherscan\ | |
npm install @openzeppelin/contracts | |
npx hardhat compile | |
npx hardhat compile | |
npm install --save-dev @nomiclabs/hardhat-ethers | |
npx hardhat compile | |
npx hardhat run --network rinkeby scripts/deploy-burner.js | |
npx buidler verify --network rinkeby CONTRACT_ADDRESS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.env file
API_URL = "https://eth-rinkeby.alchemyapi.io/v2/zavSkPSGFbMM0_LnKwAjxRlZlz0SpkBF"
RKB_URL = "https://rinkeby.infura.io/v3/6497e744a4c145d083056d552ad96a6e"
PRIVATE_KEY = "182a94583d01fd60c89b794a6165ad8ba1d156f998a00e5265b8a6ef4d2f1fdc"
ETHER_KEY = "ADD PRIVATE KEY"
PUBLIC_KEY = "Ether address"