mrtlive / web3_todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web3_todo

Web 3 final case for paribu hub, todo dApp written in React and Solidity.

used Alchemy and goerli test network for this project.

Installation

  1. Register alchemy create app for this project and get api_key https://alchemy.com
  2. Clone the repo
    git clone https://github.com/mrtlive/web3_todo.git
  3. Install NPM packages
    npm install
  4. create a .env documents alchemy AND get metamask private key for second section
     ALCHEMY_RINKEBY_URL = "YOUR_URL"
     ACCOUNT_PRIVATE_KEY = "YOUR_PRIVATE_KEY"
  5. run project with
     cd client/ && npm run start

techs

  • Hardhat, ethers, chai for testing, dotenv, react, TailwindCSS

some screenshots

Screenshot 2023-01-21 at 21 15 14

Screenshot 2023-01-21 at 21 15 17

About


Languages

Language:JavaScript 72.5%Language:Solidity 14.6%Language:HTML 9.6%Language:CSS 3.3%