/Ethexplorer

Primary LanguageTypeScript

EthExplorer

Getting Started

This is a simple web app that logs Transfer / Approval Event between a Wallet and Token(Smart Contract).

E.g. A user enters his account address and contract address of desired ERC20 asset, the app syncs logs history and displays it for the user.

Screenshot 2020-08-08 at 23 15 50

Hosted

Prerequisite

  • Nodejs and Npm
  • redis
  • Api Access to Ethereuem Network ( You can get one at infura.io)

Technologies

  • react
  • typescript
  • nodejs / express
  • web3
  • scss
  • axios
  • eslint
  • prettier

How to get a copy

Install

Run this command in your terminal to install dependencies

npm install

How to run this project

  • Create a .env file using .env.sample file( as guide) in the following directories:

    • / (root folder)
    • /server
  • Run this command in your terminal

Development

npm run start:dev

Production

npm run production

Author

Ilori Ezekiel @Eazybee