Skip to content

Commit

Permalink
Add minor updates (#1257)
Browse files Browse the repository at this point in the history
* Add minor updates

* fix preview

---------

Co-authored-by: Bri <[email protected]>
  • Loading branch information
janewang and briwylde08 authored Feb 7, 2025
1 parent 9bee881 commit 4d70b84
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/tools/sdks/library.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ title: "SDK Library"
sidebar_position: 10
---

The list of SDKs is separated into two categories: Contract SDKs (used to build and interact with smart contracts on the network) and Client & XDR SDKs (used by applications to interact with the network).
The list of SDKs is separated into two categories:

The JavaScript, Go, and Rust SDKs are maintained by SDF and the rest are maintained by dedicated community developers. All SDKs are open-source; file a GitHub issue or pull request in the specific SDK repository if you have questions or suggestions.
- Contract SDKs (used to build and interact with smart contracts on the network), and
- Client & XDR SDKs (used by applications to interact with the network)

The JavaScript, Go, and Rust SDKs are maintained by SDF. The rest SDK are maintained by dedicated community developers. All SDKs are open-source; file a GitHub issue or pull request in the specific SDK repository if you have questions or suggestions.

Each SDK has its own source code and documentation. Learn how to use a specific SDK by referring to the documentation.

Expand All @@ -15,7 +18,7 @@ Each SDK has its own source code and documentation. Learn how to use a specific

[Rust SDK](https://github.com/stellar/rs-soroban-sdk) | [Docs](https://docs.rs/soroban-sdk)

The `soroban-sdk` Rust crate contains the Soroban Rust SDK.
Also known as the Smart Contract SDK. The `soroban-sdk` Rust crate contains the Soroban Rust SDK for building smart contracts on Stellar.

Report issues and share feedback about the `soroban-sdk` [here](https://github.com/stellar/rs-soroban-sdk/issues/new/choose).

Expand Down Expand Up @@ -45,7 +48,7 @@ The AssemblyScript Soroban SDK is maintained by dedicated community developer, S

[JavaScript SDK](https://github.com/stellar/js-stellar-sdk) | [Docs](https://stellar.github.io/js-stellar-sdk/) | [NPM](https://www.npmjs.com/package/@stellar/stellar-sdk)

`stellar-sdk` is the JavaScript library for communicating with a Stellar RPC server, communicating with the Horizon API, and building transactions on the Stellar network. It is used for building Stellar apps either on Node.js or in the browser.
`stellar-sdk` is the JavaScript library for communicating with Stellar RPC and Horizon. It supports building transactions on the Stellar network. It is used for building Stellar apps either in the browser or a Node.js environment.

It provides:

Expand Down

0 comments on commit 4d70b84

Please sign in to comment.