Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Leap Wallet Guide to Nillion Docs #157

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions docs/guide-testnet-connect.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import IframeVideo from '@site/src/components/IframeVideo/index';
import SupportedWallets from './\_testnet_supported_wallets.mdx';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

# Creating a Nillion Wallet

Expand All @@ -13,6 +15,9 @@ Create a Nillion wallet to connect to the [Nillion Testnet](/network) and access

This guide walks you through downloading a wallet, setting up your wallet, and adding the Nillion Testnet.

<Tabs>
<TabItem value="keplr" label="Keplr Wallet" default>

### 1. Download Keplr

Visit the [Keplr download page](https://www.keplr.app/download) and select your browser to download the Keplr browser extension. We recommend Chrome.
Expand Down Expand Up @@ -69,5 +74,57 @@ Verify your recovery phrase by filling in ordered words. Then name your wallet a

<IframeVideo videoSrc="https://www.loom.com/embed/3b243bee264d4ca992381ef131e5a625?sid=17c8f87a-a468-41e3-88f1-7ca287063d29"/>

</TabItem>
<TabItem value="leap" label="Leap Wallet">

### 1. Download Leap

Visit the [Leap Wallet download page](https://www.leapwallet.io/download) and select your browser to download the Leap browser extension. We recommend Chrome.

### 2. Install the Leap browser extension

Click "Add to Chrome" to install the Leap Chrome extension.

### 3. Create a new wallet

After Leap is installed, it will pop open in a new tab. Click "Create new wallet."

### 4. Create a recovery phrase

Create a wallet using a recovery phrase. Click "Generate seed phrase."

### 5. Secure your recovery phrase

Follow the steps to show your recovery phrase. Make sure to store your secret recovery phrase securely in a safe place. Never share it with anyone.

### 6. Set a wallet password

Verify your recovery phrase by filling in ordered words. Then set a password for your wallet. You'll use this password to log into Leap on this device. To import this wallet for use on another device, you'll need the recovery phrase.

### 7. Add Nillion Testnet

1. Click the Leap extension icon in your browser to open it.

2. Click on the settings icon (gear) in the top right corner.

3. Select "Manage Networks" from the menu.

4. Search for "Nillion" in the network list.

5. Toggle on the Nillion Testnet to enable it.

6. Return to the main wallet view and verify that you can see the NIL token with a 0 balance.

### 8. Find your new Nillion wallet address

1. From your Leap extension, click on the NIL token.

2. Click the "Receive" button or your wallet address to copy it.

3. Your Nillion wallet address is now copied to your clipboard. This address is safe to share with others; they'll need it to send you NIL.

</TabItem>
</Tabs>

<br/>
Nice! You've set up your Nillion wallet and have a Nillion wallet address. Next, [use the Faucet](/guide-testnet-faucet) to get some Testnet NIL.