repository
0.0.0-20240716092857-240d71d11dcb
Repository: https://github.com/dotuanson/binance-bot.git
Documentation: pkg.go.dev
# README
📋 Table of Contents
📑 About the project
Binance bot is a repo building a trading bot using Binance API
💻 Built with
🛠 Getting started
📎 Prerequisites
- Go
1.20.2
- GNU Make
3.81
📎 Installation
- Clone the repo
git clone https://github.com/dotuanson/binance-bot
- Create
dev.env
file and filling your configurations
COIN_LIST=""
API_KEY=""
SECRET_KEY=""
BASE_URL=""
TELEGRAM_TOKEN=""
TELEGRAM_CHATID=""
🤖 Usage
📌 Golang testing
make test
📌 Golang building
make build
📌 Docker compose
make deploy
👋 Contributing to project
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/<YOUR-FEATURE>
) - Commit your Changes (
git commit -m 'Add some <YOUR-FEATURE>'
) - Push to the Branch (
git push origin feature/<YOUR-FEATURE>
) - Open a Pull Request