@@ -36,7 +36,7 @@ pip install turbine-py-client
3636Or install from source:
3737
3838``` bash
39- git clone https://github.com/turbine /turbine-py-client.git
39+ git clone https://github.com/ojo-network /turbine-py-client.git
4040cd turbine-py-client
4141pip install -e .
4242```
@@ -175,8 +175,6 @@ turbine_py_client/
175175
176176### Design Patterns
177177
178- Following Polymarket's proven patterns:
179-
1801781 . ** Modular Authentication** - Separate concerns for EIP-712 signing vs Bearer tokens
1811792 . ** Builder Pattern** - OrderBuilder encapsulates order creation and signing
1821803 . ** Dataclass Types** - Clean, serializable data structures with type hints
@@ -226,12 +224,6 @@ Some endpoints require Ed25519 bearer tokens:
226224# Payload: {"kid": keyId, "ts": timestamp, "n": nonce}
227225```
228226
229- ** Generate API Keys:**
230- ``` bash
231- # Use Turbine CLI to generate keys
232- ./turbine genkey --name " my-market-maker" --owner 0x...
233- ```
234-
235227---
236228
237229## Order Management
@@ -635,7 +627,7 @@ for pos in positions:
635627
636628``` bash
637629# Clone repo
638- git clone https://github.com/turbine /turbine-py-client.git
630+ git clone https://github.com/ojo-network /turbine-py-client.git
639631cd turbine-py-client
640632
641633# Create virtual environment
@@ -716,5 +708,4 @@ MIT License - see [LICENSE](LICENSE)
716708## Links
717709
718710- [ Turbine] ( https://turbine.markets )
719- - [ Request API Access] ( mailto:engineering@turbine.markets )
720- - [ GitHub Issues] ( https://github.com/turbine/turbine-py-client/issues )
711+ - [ GitHub Issues] ( https://github.com/ojo-network/turbine-py-client/issues )
0 commit comments