# start hardhat node with mainnet-forking
npx hardhat node
# deploy contract
npx hardhat run --network localhost scripts/deploy.js
# publish & verify contract
npx hardhat run --network localhost scripts/verify.js
# link remix ide with local path.
remixd -s . -u https://remix.ethereum.org-
Notifications
You must be signed in to change notification settings - Fork 0
0xdoll/solidity-practice
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Learn Solidity by coding. Contracts including solidity basics, ERC20, ERC721, EPI1967 Upgradable, etc.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published