Skip to content

Commit

Permalink
Add v4-client-cpp submodule (#149)
Browse files Browse the repository at this point in the history
* Add v4-client-cpp submodule

* Add README
  • Loading branch information
jiajames authored Apr 12, 2024
1 parent 984f6d9 commit 748e972
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "v4-client-cpp"]
path = v4-client-cpp
url = https://github.com/asnefedovv/dydx-v4-client-cpp
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@
## v4-client-js
The dYdX Chain Client Typescript client is used for placing transactions and querying the dYdX chain.

# Third-party Clients
## v4-client-cpp (Third Party Client)
This client was originally developed and open-sourced through a grant by the dYdX Grants Trust — an
unaffiliated and independent third-party from dYdX Trading Inc.

The original client can be found [here](https://github.com/asnefedovv/dydx-v4-client-cpp).

[C++ Client](https://github.com/asnefedovv/dydx-v4-client-cpp)
# Third-party Clients

[Python Client](https://github.com/kaloureyes3/v4-clients/tree/main/v4-client-py)

Expand Down
1 change: 1 addition & 0 deletions v4-client-cpp
Submodule v4-client-cpp added at 385cd9

0 comments on commit 748e972

Please sign in to comment.