Skip to content

FrostyDog/SAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAM bot

Crypto Trading bot for handling by FrostyDog/Konami

Commands:

  • go run main.go: to run the start-point of the prgram
  • go build: to compile a binary

Table of contents

Quick start (commands)

  • go run main.go: to run the start-point of the program
  • go build: to compile a binary

Status

Repo Archived and not supported anymore.

What's included

Some project structure

folder1/
main.go
log.txt
go.mod
└── api/  --- api points for interacting with application from clients
└── config/ --- universal configuration data for bot (partly legacy)
└── do/  --- small commands to operate bot
└── models/ --- various models and classes
└── logic/ --- main folder with various business/math trading models
└── third-party/ 
    └── kucoin-api/ --- KuCoin go DevKit for fast accessing KuCoin API points
└── utility/ --- helpfull functions

Creators

Cortesy and work of a FrostyDog / konami.

Enjoy 🤘

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages