Files
gocryptotrader/cmd/exchange_template/readme_file.tmpl
Adrian Gallagher 69bb645fc2 docs: Migrate development tracking from Trello to GitHub Projects (#1696)
* docs: Migrate development tracking from Trello to GitHub Projects

* docs: Replace non-template based references and correct templates
2024-11-08 10:10:49 +11:00

32 lines
878 B
Cheetah

{{- define "readme"}}
# GoCryptoTrader {{.CapitalName}} Exchange Wrapper
<img src="/common/gctlogo.png?raw=true" width="350px" height="350px" hspace="70">
An exchange interface wrapper for the GoCryptoTrader application.
## This is still in active development
You can track ideas, planned features and what's in progress on our [GoCryptoTrader Kanban board](https://github.com/orgs/thrasher-corp/projects/3).
## Current {{.CapitalName}} Exchange Features
{{if .REST}}+ REST Support {{end}}
{{if .WS}}+ Websocket Support {{end}}
{{if .FIX}}+ FIX Support {{end}}
+ Can be used as a package
## Notes
+ Please add notes here with any production issues
+ Please provide link to exchange website and API documentation
## Contributors
+ Please add your information
|User|Github|Contribution|
|--|--|--|
|AliasGoesHere|https://github.com/AliasGoesHere |WHAT-YOU-DID|
{{end}}