JetBerri / crypto-bot

Crytbo bot using Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building a Cryptocurrency Trading Bot with Rust

Overview

In this project, we're building a cryptocurrency trading bot using Rust and Bash scripting. The bot will interact with the Binance API to fetch real-time market data and execute trades based on predefined thresholds.

Installation

Prerequisites

  1. Rust compiler: Install Rust from rustup.rs if you haven't already.
  2. Binance API key and secret: Obtain your API key and secret from the Binance website.

Setup

  1. Clone the repository
git clone https://github.com/your-username/btc-bot.git
cd btc-bot
  1. Set up the Rust environment:
rustup update
  1. Compile the Rust program:
cargo build --release
  1. Create a directory for scripts:
mkdir scripts

  1. Clone this repository
git clone 
  1. Move and set execute permissions for the script:
cd crypto-bot/src/
chmod +x scripts/run_bot.sh

About

Crytbo bot using Rust

License:GNU General Public License v3.0


Languages

Language:Rust 41.8%Language:C 29.2%Language:Shell 29.0%