Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmihal/ethburned
https://github.com/dmihal/ethburned
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmihal/ethburned
- Owner: dmihal
- License: mit
- Created: 2021-08-02T23:44:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-21T23:35:07.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T10:41:33.092Z (about 1 month ago)
- Language: TypeScript
- Homepage: eth-burned.vercel.app
- Size: 401 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
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 site
Look over the criteria at the following URL and fill out the application form.
https://cryptofees.info/submit-project
We'll reach out to you shortly to discuss your application.
## Running locally
Clone the repo, and run the following commands:
```bash
yarn
yarn dev
```