REST api on top of Ethereum blockchain to server transaction details and account changes
To get the server running locally:
-
Clone this repo
-
npm install
to install all required dependencies -
Add bin/.env.dev file as follows:
PORT=8800
ETH_NETWORK=mainnet
-
npm start
to start the server