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 2 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T10:11:22.000Z (about 1 year ago)
- Last Synced: 2025-04-30T18:05:01.111Z (about 2 months ago)
- Topics: bitcoin, blockchain, cryptocurrency, ethereum
- Language: TypeScript
- Homepage: https://cryptofees.info/
- Size: 3.58 MB
- Stars: 107
- Watchers: 5
- Forks: 44
- 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
```