diff --git a/README.md b/README.md index 64c15d69d..6967bc923 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ CDP SDK has auto-generated SDK docs for each of the full-featured client librari - [TypeScript](https://coinbase.github.io/cdp-sdk/typescript) - [Python](https://coinbase.github.io/cdp-sdk/python) - [Go](https://coinbase.github.io/cdp-sdk/go) +- [Rust](https://docs.rs/cdp-sdk/latest/cdp_sdk/) Further documentation is also available on the CDP docs website: diff --git a/examples/README.md b/examples/README.md index 6b2b4d270..608240c35 100644 --- a/examples/README.md +++ b/examples/README.md @@ -17,3 +17,7 @@ To run Go examples, see [go/README.md](./go/README.md). ## Rust To run Rust examples, see [rust/README.md](./rust/README.md). + +## Java + +To run Java examples, see [java/README.md](./java/README.md)