harmonixfi / harmonix-api

0 stars 0 forks source link

Rock Onyx Vault FastAPI Backend

This repository contains the backend for the Rock Onyx Vault project, built using FastAPI.

Introduction

Rock Onyx Vault is a platform which provides automated Vaults with various strategies to maximize your returns with low risk. The backend is built with FastAPI, a modern web framework for building APIs with Python.

Features

Development Guide

To contribute to Rock Onyx Vault, follow these steps:

  1. Clone the Repository: Start by cloning this repository to your local machine.
  2. Install Dependencies: Install the required dependencies using pip install -r requirements.txt.
  3. Run the Development Server: Use uvicorn main:app --reload to run the development server locally.
  4. Make Changes: Make your desired changes to the codebase.
  5. Write Tests: Ensure that your changes are covered by tests.
  6. Submit a Pull Request: Submit your changes as a pull request to the main branch.

Contribute Guide

We welcome contributions from the community! If you'd like to contribute to Rock Onyx Vault, please follow these guidelines:

Let's build Rock Onyx Vault together! 🚀