Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 497 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 497 Bytes

Fee calculator

This project takes an input.json file full of transaction data and calculates transaction fees based on API configs.

Installation

npm install

Usage

Make sure you have a input.json inside the project. (example: input.json)

npm start input.json

Test

This project uses Jest for running unit tests. No integration tests are included.

npm test