Etherscan-clone

Screenshots

main account_contract account_events

Quickstart

  • open your terminal and run command
$ git clone https://github.com/canu0205/etherscan-clone.git
$ cd etherscan-clone
  • To install dependencies for server
$ cd server
$ npm i
  • To install dependencies for client
$ cd client
$ npm i
  • Create .env files in server folder && Set your Infura endpoints and Etherscan API key

Run Server and Client at the same time

  • To run server
$ cd server
$ npm start
  • To run client
$ cd client
$ npm start