This project is part of the CryptoRocketter ecosystem. Early supporters can mint access or support tokens via Zora.”
Crypto Rocket is a lightweight, open-source toolkit for exploring cryptocurrency data and prototyping trading strategies. It provides utilities for fetching market and candlestick data, calculating basic indicators like SMA, EMA, and RSI, and running local backtests—ideal for developers experimenting with crypto workflows or integrating NFT/coin projects on the Zora protocol.
- Purpose: Fetch crypto market data, compute indicators, and run local strategy experiments.
- Status: Early-stage prototype.
- License: Code is MIT (see LICENSE); NFT artworks and assets are CC0 Public Domain.
- Market and candlestick data from public APIs (configurable)
- Basic indicators: SMA, EMA, RSI
- Sample scripts for backtesting and analysis
- Dockerfile and instructions for local runs
All NFT artworks and creative assets in this repository are released under the CC0 1.0 Universal (Public Domain Dedication) license. See LICENSE for full terms.
- Clone the repository:
git clone https://github.com/kiko1842/crypto-rocket.git - Change into the project directory:
cd crypto-rocket - Install requirements (adjust for your stack, e.g. Python, Node.js, etc.):
(Edit this section to match your tech stack.)
# For Python, example: pip install -r requirements.txt # For Node.js, example: npm install
- Run provided scripts or notebooks to fetch crypto data, calculate indicators, or run sample strategies.
- Start experimenting with your own trading or data analysis ideas!
- See example scripts and notebooks in the project for guidance.
Contributions are welcome! To contribute:
- Fork the repository
- Create your feature branch (
git checkout -b my-feature) - Commit your changes (
git commit -am 'Add new feature') - Push to the branch (
git push origin my-feature) - Open a pull request
- Code: MIT License - see LICENSE
- NFT and Artwork: CC0 1.0 Universal (see LICENSE for terms)