Crypto Trading bot for handling by FrostyDog/Konami
go run main.go
: to run the start-point of the prgramgo build
: to compile a binary
go run main.go
: to run the start-point of the programgo build
: to compile a binary
Repo Archived and not supported anymore.
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
Cortesy and work of a FrostyDog / konami.
Enjoy 🤘