waqasideofuzion / workshop-solidity-ideofuzion

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Solidity 55.9%Language:JavaScript 38.0%Language:TypeScript 6.0%Language:Shell 0.1%