Skip to content

lastmover/aiomegacycle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ai omegacycle

cool viz of ai omegacycle till now.

Project Structure

aiomegacycle/
├── index.html
├── README.md
├── requirements.txt
├── .env.template
├── data/
│   ├── main.py
│   ├── codex_chain_ids.json
│   ├── tracked_tokens.json
│   └── historical_data.csv
└── assets/
├── styles.css
├── favicon.ico
└── header.png
  • index.html: web page embedding the chart.
  • data/: script and config files to fetch daily market caps.
  • assets/: static images/CSS.

Add a New Token

In data/tracked_tokens.json, add your entry, and submit a pull request. Once merged, the new token will be tracked along with the others.

{
  "ticker": "XXX",
  "chain": "solana|base|ethereum",
  "address": "your-token-address"
}

Questions

About

visualize ai omegacycle

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors