This project aims at providing a user-friendly interface to monitor Ethereum ERC-20 token assets.
It connects to an Ethereum Wallet, retrieves the existing tokens and balances and check prices accross decentralized exchanges.
Prequisites:
- NodeJS development environment
- Yarn package manager
Clone the directory:
git clone git@github.com:mtahon/tokens-universe.git
Install the dependencies:
yarn install
Create a .env
file, and edit it with your details:
cp .env.sample .env
Run the project:
yarn start
Create a production-optimized build:
yarn build