This project takes an input.json file full of transaction data and calculates transaction fees based on API configs.
npm install
Make sure you have a input.json inside the project. (example: input.json)
npm start input.json
This project uses Jest for running unit tests. No integration tests are included.
npm test