Skip to content

Commit

Permalink
Merge branch 'main' into cow-1-codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesfracari authored Aug 16, 2024
2 parents 0e71a35 + 8fa861b commit d6b14f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Welcome to the CoW Protocol Python SDK (cow_py), a developer-friendly Python lib

## 🐄 Features

- Querying CoW Protocol subgraph.
- Querying the CoW Protocol subgraph.
- Managing orders on the CoW Protocol.
- Interacting with CoW Protocol smart contracts.
- Encoding orders metadata and pinning to CID.
Expand Down Expand Up @@ -44,7 +44,7 @@ print(orders)
- `contracts/`(TODO): A pasture of Smart contract ABIs for interaction.
- `order_book/`(TODO): Functions to wrangle orders on the CoW Protocol.
- `order_signing/`(TODO): Tools for signing and validating orders. Anything inside this module should use higher level modules, and the process of actually signing (ie. calling the web3 function to generate the signature, should be handled in contracts, not here).
- `subgraph/`(WIP): GraphQL client for querying CoW Protocol's Subgraph.
- `subgraph/`(WIP): GraphQL client for querying CoW Protocol's subgraph.
- `web3/`: Web3 providers for blockchain interactions.

## 🐄 How to Use
Expand Down

0 comments on commit d6b14f1

Please sign in to comment.