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