Skip to content

Commit

Permalink
Differentiate between Wallet SDK and JS SDK (#229)
Browse files Browse the repository at this point in the history
* Differentiate between Wallet SDK and JS SDK

There's been some confusion on what tutorial to use for what. Hoping that renaming the sections will help users correctly decide what to use.

Change titles for Wallet SDK and payment application sections

Added sentence in the Overview that recommends the Wallet SDK

* Update overview.mdx
  • Loading branch information
briwylde08 authored Sep 7, 2023
1 parent 19f1721 commit 1082588
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"position": 55,
"label": "Example Application Tutorial",
"label": "Build a Payment App with the JS SDK",
"link": {
"type": "generated-index"
}
Expand Down
2 changes: 2 additions & 0 deletions docs/building-apps/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Stellar is an open-source distributed ledger that you can use as a backend to po

Stellar has built-in logic for key storage, creating accounts, signing transactions, tracking balances, and queries to the Stellar database, and anyone can use the network to issue, store, transfer, and trade assets.

This documentation will walk you through how to build a wallet with the Wallet SDK (recommended) or an example payment application with the JS Stellar SDK (legacy).

## Anchors

Many Stellar assets connect to real-world currencies, and Stellar has open protocols for integrating deposits and withdrawals of these assets via the [anchor network](https://stellar.org/learn/anchor-basics). Because of this, a Stellar-based application can take advantage of real banking rails and connect to real money.
Expand Down
2 changes: 1 addition & 1 deletion docs/building-apps/wallet/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"position": 45,
"label": "Build a Wallet",
"label": "Build a Wallet with the Wallet SDK",
"link": {
"type": "generated-index"
}
Expand Down

0 comments on commit 1082588

Please sign in to comment.