Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmihal/crypto-fees
Website for comparing total daily fees of various blockchain protocols.
https://github.com/dmihal/crypto-fees
bitcoin blockchain cryptocurrency ethereum
Last synced: about 6 hours ago
JSON representation
Website for comparing total daily fees of various blockchain protocols.
- Host: GitHub
- URL: https://github.com/dmihal/crypto-fees
- Owner: dmihal
- License: mit
- Created: 2020-08-10T21:27:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T10:11:22.000Z (7 months ago)
- Last Synced: 2025-01-02T13:10:05.952Z (7 days ago)
- Topics: bitcoin, blockchain, cryptocurrency, ethereum
- Language: TypeScript
- Homepage: https://cryptofees.info/
- Size: 3.58 MB
- Stars: 108
- Watchers: 6
- Forks: 43
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CryptoFees.info
This is the codebase behind CryptoFees.info, a site displaying the revenue generated by various crypto/blockchain projects.
## Want to add a protocol?
CryptoFees.info is transitioning towards using the CryptoStats protocol for adapters.
Visit https://cryptostats.community/discover/fees to view existing adapters and build new ones.
## Running locally
Clone the repo, and run the following commands:
```bash
yarn
yarn dev
```