https://github.com/hashgraph/hedera-fee-tool-js
Tool to calculate price of transactions on Hedera network
https://github.com/hashgraph/hedera-fee-tool-js
hacktoberfest
Last synced: 21 days ago
JSON representation
Tool to calculate price of transactions on Hedera network
- Host: GitHub
- URL: https://github.com/hashgraph/hedera-fee-tool-js
- Owner: hashgraph
- License: apache-2.0
- Created: 2020-05-14T20:20:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-28T19:35:01.000Z (5 months ago)
- Last Synced: 2026-01-29T09:49:22.760Z (5 months ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage: http://www.hedera.com
- Size: 2.32 MB
- Stars: 10
- Watchers: 11
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-hedera - Hedera Fee Tool - Tool to calculate price of transactions on Hedera network. (**Open Source Developer Assets** / **References and Resources**)
README
[](https://app.netlify.com/sites/hedera-fee-tool-master/deploys)
[](LICENSE)
[](https://hedera.com/discord)
# Hedera Fee Tool
Tool to calculate price of transactions on Hedera network. A version of this tool is live at
[hedera.com/fees](https://www.hedera.com/fees#estimator).
### 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](/issues) or submit a [pull request](/pulls).