Skip to content

Learn Solidity by coding. Contracts including solidity basics, ERC20, ERC721, EPI1967 Upgradable, etc.

Notifications You must be signed in to change notification settings

0xdoll/solidity-practice

Repository files navigation

Solidity & Smart Contract practice.

# 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

About

Learn Solidity by coding. Contracts including solidity basics, ERC20, ERC721, EPI1967 Upgradable, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published