A simple way to monitor your favorite cryptocurrencies and your wallet on the crypto.org chain (CRO).
- Python must be installed. You will find all the files and instructions here
- Run the
crypto_dashboard.py
script with python - In your favorite browser, access localhost:5000
- Python must be installed. You will find all the files and instructions here
- You must have an API Key for CoinMarketCap. You can get one for free by opening a Basic account on their website
- If you don't have a address on the CRO chain yet, you may use one of these wallets to create one. Please keep your public address in mind, since we will need it soon. Be careful !! Never disclose your mnemonic phrase or private key to anyone! They may be able to access your funds.
- Open the
config.json
file in your favorite text editor - Paste your API key and CRO address in the indicated places
- Where prompted, type the tickers for the cryptocurrencies you want to track. If you have several, use a coma
,
as separator. - Switch the value of
testMode
tofalse
- Save the file
You can chose whether to use light or dark theme for the user interface. To do so :
- Open the
config.json
file in your favorite text editor - Switch the value of
darkMode
tofalse
if you want light mode. Set it totrue
if you want to enable dark mode. - Save the file
Run the crypto_dashboard.py
script with python.
In your favorite browser, access localhost:5000