Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```