Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 751 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 751 Bytes

ETH POOL WATCHER

Environment vars

This project uses the following environment variables:

Name Description
MONGO_DB_URI Mongo Database URI

Pre-requisites

Getting started

  • Clone the repository
git clone https://github.com/Eliott57/eth-pool-watcher.git
  • Install dependencies
cd eth-pool-watcher
npm install

cd client
npm install
  • Build and run back
npm run back
  • Build and run front
npm run front
  • Build and run transaction service
npm run services