Skip to content

Commit 272ac19

Browse files
authored
[docs] Update wallet section (#22111)
## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] gRPC: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK:
1 parent 04d8b4a commit 272ac19

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

docs/content/guides/developer/getting-started/get-address.mdx

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,10 @@ If you'd like to understand how a Sui address is derived from private keys and o
1616

1717
Sui provides multiple ways to obtain a Sui address. The following are the two most common.
1818

19-
### Sui Wallet
20-
21-
One of the most straightforward ways to obtain a Sui address for first-time users is through the [Sui Wallet Chrome browser extension](https://chrome.google.com/webstore/detail/sui-wallet/opcgpfmipidbgpenhmajoajpbobppdil). After you install the extension, there are several ways to create an address.
22-
23-
Open the Chrome Sui Wallet browser extension and then:
24-
- Use your gmail/twitch/facebook account (ZkLogin) and follow the on-screen instructions
25-
- Click **More Options****Create a new passphrase account**. Then follow the on-screen instructions.
26-
27-
For more information on the Sui Wallet and how to keep it secure, see the [Sui Wallet documentation](https://mysten-docs-site.vercel.app/wallet).
28-
2919
### Command line interface
3020

3121
If you are using the Sui command line interface (CLI) to interact with the Sui network, you can use the `sui client` command to generate a new address. By default, when the Sui CLI runs for the first time it will prompt you to set up your local wallet, and then it generates one Sui address and the associated secret recovery phrase. Make sure you write down the secret recovery phrase and store it in a safe place.
3222

33-
3423
To generate a new Sui address use `sui client new-address ed25519`, which specifies the keypair scheme flag to be of type `ed25519`.
3524

3625
For more information, see the [Sui Client CLI](../../../references/cli/client.mdx) documentation.
@@ -42,3 +31,22 @@ To see all the generated addresses in the local wallet on your machine, run `sui
4231
The private keys associated with the Sui addresses are stored locally on the machine where the CLI is installed, in the `~/.sui/sui_config/sui.keystore` file. Make sure you do not expose this to anyone, as they can use it to get access to your account.
4332

4433
:::
34+
35+
### Sui wallets
36+
37+
One of the most straightforward ways to obtain a Sui address for first-time users is through wallets that access the Sui network. Unlike the cli option, wallets connected to the Sui network provide visual workflows that might be preferable to some users. The Sui Foundation does not offer this type of wallet, but there are several options available from builders on the Sui network.
38+
39+
The following Chrome extension wallets integrate with your browser and have a UI workflow that walks you through the process of creating an address. Consult documentation for your chosen extension for the exact process of obtaining an address.
40+
41+
:::info
42+
43+
Links to these extensions are provided for your convenience. Their inclusion is not an endorsement, recommendation, or approval of any kind. Perform your own due diligence before making a decision on what extension to use.
44+
45+
:::
46+
47+
- [Slush — A Sui wallet](https://chromewebstore.google.com/detail/sui-wallet/opcgpfmipidbgpenhmajoajpbobppdil): Formerly known as Sui Wallet, Slush is a wallet from the same team that built Sui - Mysten Labs.
48+
- [Suiet | Sui Wallet](https://chromewebstore.google.com/detail/suiet-sui-wallet/khpkpbbcccdmmclmpigdgddabeilkdpd): The Suiet wallet for everyone, built on the Sui blockchain.
49+
- [Glass wallet](https://chromewebstore.google.com/detail/glass-wallet-sui-wallet/loinekcabhlmhjjbocijdoimmejangoa): Glass Wallet is a non-custodial wallet that allows you to control your coins, keys, and NFT securely.
50+
- [Martian Aptos & Sui Wallet Extension](https://chromewebstore.google.com/detail/martian-aptos-sui-wallet/efbglgofoippbgcjepnhiblaibcnclgk): Martian is a self-custodial crypto wallet for Aptos and Sui.
51+
- [Surf Wallet](https://chromewebstore.google.com/detail/surf-wallet/emeeapjkbcbpbpgaagfchmcgglmebnen): Surf Wallet is a platform that allows for convenient and secure transfer of tokens and collection of NFTs on the blockchain.
52+
- Visit the [chrome web store](https://chromewebstore.google.com/search/sui%20wallet) for a complete list of available Sui wallet extensions.

0 commit comments

Comments
 (0)