Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 610 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 610 Bytes

Overview

  1. Smart contracts and React frontend for greetings and token transfers

Achievements

  1. Writing the following smart contract with Solidity:
    • For greeting
    • For a custom token
    • For a custom token using ERC20 standard
  2. Running hardhat local network and deploying smart contracts on it
  3. Deploying smart contracts to Ropsten through infura
  4. Interacting with smart contracts using React frontend and MetaMask
  5. Writing and deploying smart contracts through remix

Tech stack

  1. Solidity
  2. React
  3. Hardhat
  4. Infura
  5. openzeppelin
  6. Ropsten
  7. Remix
  8. ethers
  9. MetaMask