🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

github.com/Fukkatsuso/cryptocurrency-trading-bot

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/Fukkatsuso/cryptocurrency-trading-bot

v0.0.0-20241231095551-0de72bb6ec77
Source
Go
Version published
Created
Source

cryptocurrency-trading-bot

Test Deploy

About

flow

  • bitflyer APIを使ってイーサリアムを取引するbot
  • チャート表示やバックテストができる管理画面付き
  • GCPで動かす

Documents

Running the app

ドキュメントを参考に環境変数を設定する.

テストを実行する場合,GCPのサービスアカウントのキーをsa_keyというファイルでプロジェクトルートに配置しておくこと.

db, trader, dashboard, schedulerを起動.

$ docker compose up

データベースのマイグレーション(詳しくはドキュメント参照)

# example
migrate -path db/migrations/ -database 'mysql://trading_app:password@tcp(localhost:3306)/trading_db' up

http://localhost:8080 で管理画面を開ける.

FAQs

Package last updated on 31 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts