Skip to content

Commit 4da4253

Browse files
committed
fix: readme and pyproject
1 parent 14a43ed commit 4da4253

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pip install turbine-py-client
3636
Or 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
4040
cd turbine-py-client
4141
pip install -e .
4242
```
@@ -175,8 +175,6 @@ turbine_py_client/
175175

176176
### Design Patterns
177177

178-
Following Polymarket's proven patterns:
179-
180178
1. **Modular Authentication** - Separate concerns for EIP-712 signing vs Bearer tokens
181179
2. **Builder Pattern** - OrderBuilder encapsulates order creation and signing
182180
3. **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
639631
cd 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)

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ dev = [
4646
]
4747

4848
[project.urls]
49-
Homepage = "https://turbine.markets"
50-
Documentation = "https://docs.turbine.markets"
51-
Repository = "https://github.com/turbine/turbine-py-client"
52-
Issues = "https://github.com/turbine/turbine-py-client/issues"
49+
Homepage = "https://turbinefi.com"
50+
Documentation = "https://docs.ojolabs.xyz"
51+
Repository = "https://github.com/ojo-network/turbine-py-client"
52+
Issues = "https://github.com/ojo-network/turbine-py-client/issues"
5353

5454
[tool.setuptools.packages.find]
5555
where = ["."]

0 commit comments

Comments
 (0)