Skip to content
/ crypto-rocket Public template

Building innovative open-source tools and projects. I create software that solves real-world problems and helps developers worldwide. Your support helps me dedicate more time to these projects and keep them freely accessible to everyone.

License

Notifications You must be signed in to change notification settings

kiko1842/crypto-rocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is part of the CryptoRocketter ecosystem. Early supporters can mint access or support tokens via Zora.”

Launch on 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.

Quick Summary

  • 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.

Features

  • 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

NFT & Creative Assets

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.

Installation

  1. Clone the repository:
    git clone https://github.com/kiko1842/crypto-rocket.git
    
  2. Change into the project directory:
    cd crypto-rocket
    
  3. Install requirements (adjust for your stack, e.g. Python, Node.js, etc.):
    # For Python, example:
    pip install -r requirements.txt
    # For Node.js, example:
    npm install
    
    (Edit this section to match your tech stack.)

Usage

  • 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.

Contributing

Contributions are welcome! To contribute:

  1. Fork the repository
  2. Create your feature branch (git checkout -b my-feature)
  3. Commit your changes (git commit -am 'Add new feature')
  4. Push to the branch (git push origin my-feature)
  5. Open a pull request

License

  • Code: MIT License - see LICENSE
  • NFT and Artwork: CC0 1.0 Universal (see LICENSE for terms)

About

Building innovative open-source tools and projects. I create software that solves real-world problems and helps developers worldwide. Your support helps me dedicate more time to these projects and keep them freely accessible to everyone.

Resources

License

Stars

Watchers

Forks

Packages

No packages published