Skip to content

Commit

Permalink
Merge pull request #42 from geniusyield/41-doc-python-sdk
Browse files Browse the repository at this point in the history
[DOC] Python SDK #41
  • Loading branch information
4TT1L4 authored Apr 17, 2024
2 parents ed381dc + 6b4803e commit 68ffaff
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This repository houses on-chain smart contracts, Haskell off-chain interaction l
- [Building locally from source using Docker](#building-locally-from-source-using-docker)
- [Building locally from source using the Haskell Toolchain](#building-locally-from-source-using-the-haskell-toolchain)
- [Swagger API documentation](#swagger-api-documentation)
- [Trading Strategy Executor (Python SDK)](#trading-strategy-executor-python-sdk)
- [Trading Bot API Video Tutorial](#trading-bot-api-video-tutorial)
- [Contributing](#contributing)
- [License](#license)

Expand Down Expand Up @@ -193,6 +195,24 @@ Further test requests are available in the Makefile of the strategy executor:

Endpoints made available by server are specified [here](./web/swagger/api.yaml).

### Trading Strategy Executor (Python SDK)

Although the Bot API specification can be used to generate clients for any modern programming language,
there is a dedicated Software Development Kit available for Python.

The Trading Strategy Exeuctor Framework can be used to implement and execute various trading strategies in Python:
- [Trading Strategy Executor GitHub Repository (Python SDK)](https://github.com/geniusyield/strategy-executor)

Please see the the [Video Tutorial](#trading-bot-api-video-tutorial) for further details.

### Trading Bot API Video Tutorial

<p align="center">
<a href="https://youtu.be/yilEO3myGLA?si=5GsHjx662EZUrLVp"><img src="https://github.com/geniusyield/strategy-executor/assets/2914096/6afee7ca-7550-48c5-b1a5-cde456a1b63f"></a>
<br />
<a href="https://youtu.be/yilEO3myGLA?si=5GsHjx662EZUrLVp">Trading Bot API | Explainer Video</a>
</p>

## Contributing

We welcome all contributors! See [contributing guide](./CONTRIBUTING.md) for how to get started.
Expand Down

0 comments on commit 68ffaff

Please sign in to comment.