An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Netlify Status](https://api.netlify.com/api/v1/badges/25a99fc3-8423-499d-a300-c0a2c7be8efa/deploy-status)](https://app.netlify.com/sites/hedera-fee-tool-master/deploys)
[![GitHub](https://img.shields.io/github/license/hashgraph/hedera-fee-tool-js)](LICENSE)
[![Discord](https://img.shields.io/badge/discord-join%20chat-blue.svg)](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).