Skip to content

Commit

Permalink
Merge pull request #17 from geniusyield/15-add-poc-disclaimer-2
Browse files Browse the repository at this point in the history
15 add poc disclaimer 2
  • Loading branch information
4TT1L4 authored Apr 16, 2024
2 parents 20e74cf + ec4e3a6 commit b2b0065
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit b2b0065

Please sign in to comment.