https://github.com/matheusd/dcrfeesim
Decred Fees Estimator Simulator
https://github.com/matheusd/dcrfeesim
blockchain cryptocurrency decred
Last synced: 8 months ago
JSON representation
Decred Fees Estimator Simulator
- Host: GitHub
- URL: https://github.com/matheusd/dcrfeesim
- Owner: matheusd
- Created: 2018-12-04T13:42:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T13:47:39.000Z (over 7 years ago)
- Last Synced: 2025-10-25T06:43:32.328Z (8 months ago)
- Topics: blockchain, cryptocurrency, decred
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Decred Fee estimator simulator
This project uses the exported fees module from dcrd to perform the estimation.
Originally developed at https://github.com/matheusd/dcrfeesim_dev
## Building
This version is currently using hard-coded replacements for the module locations, so that it can be used in development.
Once the fees module is published, this will be amended to use the latest version of the fees module.