- Rename
.env.default
to.env
- Update Alchemy API key and Ropsten wallet private key within
.env
- Run
npx hardhat compile
to ensure smart contract code is valid - Run
npx hardhat run scripts/deploy.js --network ropsten
to deploy the contract - Copy the contract address from the console and replace the
CONTACT_ADDRESS
value within.env
- Run
npx hardhat run scripts/interact.js --network ropsten
to update the contract - Run
npx hardhat verify --network ropsten [your contract address] 'Hello World!'
to deploy the contract source to etherscan
-
Notifications
You must be signed in to change notification settings - Fork 0
AslanGoldenhour/solidity-hello-world
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published