Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

15 add poc disclaimer 2 #17

Merged
merged 3 commits into from
Apr 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ SEED_PHRASE=[road, road, road, road, road, anger, anger, anger, anger, anger, an
- `SEED_PHRASE` contains a YAML array with the words of the recovery phrase which is used to derive the wallet managed by the backend.

# Example strategies

> [!WARNING]
> The example strategy implementations are intended only as reference implemnentations.
>
> These examples are not production-ready and are only intended as code examples with
> the goal to make it easier for trading strategy developers to implement their own
> trading strategies based on the existing code examples in the [strategies folder](https://github.com/geniusyield/strategy-executor/tree/main/strategies).

Some example strategies are available in the strategies folder. These can be started by using make.

```
Expand Down