From 5eb9e306a304e4fd6cdfc41faa1393543b3781b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Ribeiro?= Date: Sun, 28 Apr 2024 23:23:46 -0300 Subject: [PATCH] remove order signing TODO from readme --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) 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: