xumm ----> Xaman

This commit is contained in:
akcodez
2024-08-13 10:31:19 -07:00
parent bc79f137e9
commit 075eeecf86
27 changed files with 56 additions and 118 deletions

View File

@@ -16,7 +16,7 @@ When you create a NFToken, you create a unique token on the XRPL that is effecti
As a digital artist, youre focused on creating NFTs, presumably to sell on the XRP Ledger (its also possible you might create NFTs as a way of establishing provenance for your creations).
You can create NFTokens using an app such as the [Xumm app](https://xumm.app).
You can create NFTokens using an app such as the [Xaman app](https://xaman.app).
For a more hands-on experience, you can follow the steps in the [Quickstart Tutorial 3 - Mint and Burn NFTokens](../../tutorials/javascript/nfts/mint-and-burn-nfts.md).

View File

@@ -137,7 +137,7 @@ const projects = [
{
id: "xaman",
label: "Xaman labs",
url: "https://xumm.app",
url: "https://Xaman.app",
},
{
id: "amy",

View File

@@ -77,7 +77,7 @@ Each `NFTokenPage` holds 16-32 NFTs. Minting a large number of NFTs can tie up a
### Setting up a wallet
Set up a new wallet. See [Xumm](https://xumm.app/).
Set up a new wallet. See [Xaman](https://xaman.app/).
When you set up your account, keep in mind that there is a base reserve requirement of 10 XRP. See [Reserves](../../concepts/accounts/reserves.md#base-reserve-and-owner-reserve).

View File

@@ -26,7 +26,7 @@ When you set up a serious marketplace site with high volume, it justifies the de
### Setting up a wallet
Set up a new wallet. See [Xumm](https://xumm.app/).
Set up a new wallet. See [Xaman](https://xaman.app/).
Base reserve requirements See [Reserves](../../concepts/accounts/reserves.md#base-reserve-and-owner-reserve).