Skip to content

Commit

Permalink
remove order signing TODO from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeirojose committed Apr 29, 2024
1 parent 91b391c commit 5eb9e30
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,22 +87,6 @@ data = client.get_data(response)
pprint(data)
```

### Signing an Order (TODO)

```python
from cow_py.order_signing import sign_order

# Example order details
order_details = {
"sell_token": "0x...",
"buy_token": "0x...",
"sell_amount": 100000,
}

signed_order = sign_order(order_details, private_key="your_private_key")
print(signed_order)
```

## 🐄 Development

### 🐄 Tests
Expand Down Expand Up @@ -130,7 +114,6 @@ Generate the SDK from the CoW Protocol smart contracts, Subgraph, and Orderbook
make codegen
```


## 🐄 Contributing to the Herd

Interested in contributing? Here's how you can help:
Expand Down

0 comments on commit 5eb9e30

Please sign in to comment.