diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..ed3678b2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "v4-client-cpp"] + path = v4-client-cpp + url = https://github.com/asnefedovv/dydx-v4-client-cpp diff --git a/README.md b/README.md index bd31b2fe..a8b7b545 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/v4-client-cpp b/v4-client-cpp new file mode 160000 index 00000000..385cd954 --- /dev/null +++ b/v4-client-cpp @@ -0,0 +1 @@ +Subproject commit 385cd954b2454c172f0e074ae8de6d3f0dc34401