https://github.com/m4cs/clutrack-io
Clutrack.io - CLUCoin Reward Tracker
https://github.com/m4cs/clutrack-io
bsc clucoin web3 web3py
Last synced: 3 months ago
JSON representation
Clutrack.io - CLUCoin Reward Tracker
- Host: GitHub
- URL: https://github.com/m4cs/clutrack-io
- Owner: M4cs
- Created: 2021-05-20T22:53:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-19T20:32:24.000Z (about 4 years ago)
- Last Synced: 2025-03-25T02:43:52.675Z (3 months ago)
- Topics: bsc, clucoin, web3, web3py
- Language: CSS
- Homepage: https://clutrack.io
- Size: 386 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clutrack.io
The easiest way to track your CluCoin Redistribution Rewards!You can Donate CLU or any ERC/BEP-20 Token to: 0x44f6498D1403321890F3f2917E00F22dBDE3577a
# How does it work?
Clutrack can link with your wallet and provide you with a dashboard to view your recent CluCoin rewards. By holding CluCoin you gain rewards everytime a transaction is made. It can be hard to see just how much you are gettig so Clutrack aims to help that!Go to [clutrack.io](https://clutrack.io) and click Sign in With Wallet or paste a wallet's address in the search box. From here you are able to view the dashboard of that wallet and see the rewards it's making on a 1 minute, 3 minute, daily, and weekly interval!
# Development
### Requirements:
- Docker
### Running
Create file `config.yaml`
```yml
db:
host: mongo_url # Your MongoDB URIapp:
secret_key: randomsecretkey # A Secret Key
host: http://localhost:5000
local_host: http://localhost:5000 # Base URL
```
# To run```
docker compose -f local.yaml up --build
```Go to https://localhost:5000
# License
You may not host Clutrack yourself on a public facing domain. I open sourced this for transparency and to allow people to learn, not to steal. If you'd like to host the code locally or make pull requests feel free but you cannot rehost clutrack.io or a fork of it.