diff --git a/README.md b/README.md index d81ba0d..6792e91 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: