/hedera-fee-tool-js

Tool to calculate price of transactions on Hedera network

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Netlify Status GitHub Discord

Hedera Fee Tool

Tool to calculate price of transactions on Hedera network. A version of this tool is live at hedera.com/fees.

Getting started

Set up your .env file with the following schema.

REACT_APP_PRICING_API_ENDPOINT=your-pricing-api-url # Empty will default hbar price to ~$0.12
REACT_APP_SHOW_FEE_SCHEDULE=true # Default is false

Install dependencies.

npm install

Run the tool locally

npm start

Contributors

We would love your help to improve this tool.

Feel free to file an issue or submit a pull request.