Skip to content

Solidity Basics, and Advanced Concepts with Practical, Defi, NFT, Tokens, Metaverse

Notifications You must be signed in to change notification settings

waqasideofuzion/workshop-solidity-ideofuzion

Repository files navigation

Hardhat Boilerplate

Greeter smart contract on EVM Blockchains

Running the Dapp

  1. Build the npm dependencies:
    • $ npm install
  2. Compile the contracts
    • $ npm run compile
  3. Deploy contracts to the EVM blockchains
    • $ npm run deploy:option
    • Use following values in place of option:
    • hardhat - for local test network
    • rinkeby - for Rinkeby test network
    • mainnet - for Ethereum Main net
  4. Running test for all networks
    • $ npm run test:option
    • Use following values in place of option:
    • hardhat - for local test network
    • rinkeby - for Rinkeby test network
    • mainnet - for Ethereum Main net

About

Solidity Basics, and Advanced Concepts with Practical, Defi, NFT, Tokens, Metaverse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published