Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 427 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 427 Bytes

Run

  1. Pass the environment variable ETHERSCAN_API_KEY in the config/.dev.env file
  2. Run command docker compose up

Usage

curl localhost:3000/ethereum/address/max-change-balance

Run Test

npm run test

Some Suggestions for improvements

  1. Add caching of wallet balance changes for older blocks
  2. Externalize the retry count and delay before retries into configuration parameters