Skip to content

Commit

Permalink
Minor tweaks to phrasing, changes to callouts
Browse files Browse the repository at this point in the history
  • Loading branch information
cordt-sei committed Sep 24, 2024
1 parent a9529cf commit 9d720ca
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions pages/user-guides/ledger-setup.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Callout } from "nextra/components";
import { Callout } from 'nextra/components';

# Using Ledger Hardware Wallets on Sei

Expand Down Expand Up @@ -43,17 +43,17 @@ Before proceeding, ensure you have:
- Connect and unlock your Ledger device.
- Search for "Sei" in the App Catalog and click **Install**.

<Callout type="info">
Linux users will need to add a `udev rule` to allow access to the device. You can find the script to add a rule in the Ledger repo [here](https://github.com/LedgerHQ/udev-rules).
<Callout type='info'>
Linux users will need to add a `udev rule` to allow access to the device. You can find the script to add a rule in the Ledger repo
[here](https://github.com/LedgerHQ/udev-rules).
</Callout>



## Setup Instructions

### Using a Compatible Wallet Application

1. **Connect Your Ledger Device**:

- Open your compatible Sei network wallet application.
- Connect your Ledger device to your computer.
- Unlock your Ledger device and open the Sei app.
Expand All @@ -71,16 +71,17 @@ Linux users will need to add a `udev rule` to allow access to the device. You ca
## How to Receive Crypto Assets

1. **Navigate to the Receive Section**:

- Go to the **Receive** or similar section in your wallet application.
- Select the crypto asset (e.g., SEI) you wish to receive.
- Select the crypto asset (if applicable) you wish to receive.

2. **Verify the Receive Address**:
- The wallet application will display the receive address.
- Verify that the address shown on the screen matches the one displayed on your Ledger device.
- Confirm the address on your Ledger device by pressing the appropriate buttons.

<Callout type="warning">
Always verify the receive address on your Ledger device before sharing it. This helps prevent potential attacks and ensures you're using the correct address.
<Callout type='warning'>
Always verify the receive address on your Ledger device before sharing it. This helps prevent potential attacks and ensures you're using the correct address.
</Callout>

3. **Share the Address**:
Expand All @@ -89,24 +90,27 @@ Linux users will need to add a `udev rule` to allow access to the device. You ca
## How to Send Crypto Assets

1. **Navigate to the Send Section**:

- Go to the **Send** or similar section in your wallet application.
- Select the crypto asset you wish to send.

2. **Enter Transaction Details**:

- Enter the recipient's address.
- Input the amount you want to send.
- (Optional) Add a memo if required.

3. **Submit the Transaction**:

- Initiate the send process in your wallet application.

4. **Verify and Confirm on Ledger Device**:
- Review the transaction details displayed on the Ledger device.
- Verify that the recipient's address, amount, and other transaction details are correct.
- Confirm and broadcast the transaction by pressing the appropriate buttons on your Ledger device.

<Callout type="error">
Always double-check the transaction details on your Ledger device before confirming. This is your last line of defense against potential attacks or errors.
<Callout type='warning'>
Always double-check the transaction details on your Ledger device before confirming. This is your last line of defense against potential attacks or errors.
</Callout>

## Support
Expand All @@ -122,6 +126,7 @@ For further assistance, you can reach out to the following support channels:
- **Sei Network Documentation**: Refer to the official Sei network documentation for detailed information about the network and its features.
- [Ledger Academy](https://www.ledger.com/academy): Learn more about cryptocurrency and security.

<Callout type="warning">
Never share your recovery phrase with anyone. Keep it in a safe, offline location. Your recovery phrase is the only way to restore access to your funds if your device is lost or damaged.
<Callout type='error'>
Never share your recovery phrase with anyone. Keep it in a safe, offline location. Your recovery phrase is the only way to restore access to your funds if your
device is lost or damaged.
</Callout>

0 comments on commit 9d720ca

Please sign in to comment.