diff --git a/web/docs/docs/overview.mdx b/web/docs/docs/overview.mdx --- a/web/docs/docs/overview.mdx +++ b/web/docs/docs/overview.mdx @@ -1,6 +1,6 @@ --- id: cashtab-overview -title: Cashtab +title: Cashtab Web Wallet sidebar_label: Overview slug: / --- @@ -13,7 +13,7 @@ ## Use Cashtab as a mobile app -1. Navigate to https://cashtabapp.com/ in your web browser on your mobile device +1. Navigate to https://cashtabapp.com/ in your web browser on your mobile device :::note If you are using an iPhone, Cashtab works best in the Safari browser. @@ -21,7 +21,11 @@ 2. Click the "Add Cashtab to Homescreen" prompt at the bottom of your screen. -Add Cashtab to Homescreen +Add Cashtab to Homescreen 3. Cashtab will appear as a mobile app icon on your phone's desktop. @@ -29,23 +33,41 @@ 1. Navigate to https://cashtabapp.com/ on your desktop or mobile device. -2. Click or tap the "New Wallet" button. +2. Click or tap the "New Wallet" button. -Create your first wallet +Create your first wallet 3. Click or tap the "Okay, make me a wallet!" button to create your first wallet. -Confirm wallet creation +Confirm wallet creation 4. Your wallet is ready to use! -New wallet no balance +New wallet no balance ## Back up your wallet 1. Click or tap the "Settings" icon at the bottom right of your screen to navigate to the "Settings" screen. -Settings +Settings 2. Click or tap the "Click to reveal seed phrase" button to display your 12-word seed phrase. @@ -59,19 +81,37 @@ 1. Copy your BCHA address by clicking or tapping the QR code on your home screen. -Copied cash address +Copied cash address 2. Send yourself some BCHA using another wallet, or have a friend send you some BCHA. 3. When your Cashtab wallet receives BCHA, your balance will update and a notification will appear at the top of your screen. -Received cash +Received cash ## Send Cash 1. Click or tap the "Send" button at the bottom center of your screen to navigate to the "Send" screen. -Send screen with balance +Send screen with balance 2. Enter the address where you would like to send BCHA into the top input field labeled "BCHA Address." You may do this by copy pasting an address into the field, or by scanning a QR code. To scan a QR code, click or tap the "QR Code Scan" icon at the right of the "BCHA Address" field to use your phone camera or webcam to scan the QR code of a receiving address. @@ -79,7 +119,7 @@ On Apple mobile devices, only the Safari browser supports scanning QR codes. ::: -3. Enter the USD or BCHA amount you would like to send in the "Amount" field. To send the full contents of your wallet, click the "max" button at the far right of the "Amount" field. +3. Enter the USD or BCHA amount you would like to send in the "Amount" field. To send the full contents of your wallet, click the "max" button at the far right of the "Amount" field. :::info Due to transaction fees, the full amount you are able to send is slightly less than your total balance. @@ -87,18 +127,29 @@ 4. Click "Send" to send cash. - ## Receive Tokens 1. Copy your token address by clicking or tapping the green SLPA button on your home screen, then clicking or tapping the QR code. -Copied token address +Copied token address 2. Send yourself a token using another wallet, or have a friend send you some tokens. 3. When your Cashtab wallet receives an SLPA token, it will appear on your Wallet screen below your address QR code. -Token balance +Token balance ## Send Tokens @@ -108,9 +159,21 @@ 1. Click or tap the token you would like to send. Your tokens are listed in tiles below your address on the "Wallet" screen. -Token balance - -Send token screen +Token balance + +Send token screen 2. Enter the token address where you would like to send your token into the top input field labeled "SLPA Address." You may do this by copy pasting an address into the field, or by scanning a QR code. To scan a QR code, click or tap the "QR Code Scan" icon at the right of the "SLPA Address" field to use your phone camera or webcam to scan the QR code of a receiving address. @@ -118,7 +181,7 @@ On Apple mobile devices, only the Safari browser supports scanning QR codes. ::: -3. Enter the token quantity you would like to send in the "Amount" field. To send the full contents of your wallet, click the "max" button at the far right of the "Amount" field. +3. Enter the token quantity you would like to send in the "Amount" field. To send the full contents of your wallet, click the "max" button at the far right of the "Amount" field. 4. Click the orange "Send ``" button to send your token. @@ -126,7 +189,13 @@ 1. Click or tap the "Settings" icon at the bottom right of your screen to navigate to the "Settings" screen. -Settings screen collapsed +Settings screen collapsed 2. Click the orange "New Wallet" button. @@ -138,14 +207,20 @@ 1. Click or tap the "Settings" icon at the bottom right of your screen to navigate to the "Settings" screen. -Settings screen collapsed +Settings screen collapsed 2. Click the grey "Import Wallet" button. A text field labeled "mnemonic (seed phrase) is revealed. 3. Type or copy paste your 12-word seed phrase into the text field and click the "Import" button. :::note -Cashtab currently only supports importing Cashtab wallets with 12-word seeds. +Cashtab currently only supports importing Cashtab wallets with 12-word seeds. ::: :::caution @@ -158,7 +233,13 @@ 1. Click the "Saved wallets" button to reveal your list of wallets. -Saved wallets list expanded +Saved wallets list expanded 2. You can rename, delete, or activate your wallets by clicking the appropriate button next to your wallet in the "Saved wallets" list. @@ -168,4 +249,4 @@ :::danger Make sure to back up your wallet before deleting it. If you delete a wallet and do not have its seed phrase, there is no way to recover the wallet. -::: \ No newline at end of file +::: diff --git a/web/docs/docusaurus.config.js b/web/docs/docusaurus.config.js --- a/web/docs/docusaurus.config.js +++ b/web/docs/docusaurus.config.js @@ -1,5 +1,5 @@ module.exports = { - title: 'Build on BCHA', + title: 'Cashtab Docs', tagline: 'Add cash payments to your website', url: 'https://docs.cashtabapp.com', baseUrl: '/', diff --git a/web/docs/src/pages/index.js b/web/docs/src/pages/index.js --- a/web/docs/src/pages/index.js +++ b/web/docs/src/pages/index.js @@ -60,7 +60,7 @@ const { siteConfig = {} } = context; return (