This project uses the following environment variables:
Name | Description |
---|---|
MONGO_DB_URI | Mongo Database URI |
- Install Node.js version 8.0.0
- 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