ptantiku / simplebank

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Bank ERC-20

@credit

Get Started

simplebank-contracts

  1. create .env file to store secrets. For example:
    INFURA_PROJECT_ID=xxxxx
    PRIVATE_KEY=xxxxx
    ETHERSCAN_KEY=xxxxx
    
  2. npm install or yarn install
  3. npx hardhat compile
  4. and some other things else...

react-simple-bank

  1. npm install or yarn install
  2. npm start or yarn start
  3. navigate to http://localhost:3000

About


Languages

Language:CSS 97.9%Language:TypeScript 1.4%Language:Solidity 0.5%Language:JavaScript 0.1%Language:HTML 0.1%