Skip to content

Commit

Permalink
Finish Demos section with animated GIFs (MystenLabs#3007)
Browse files Browse the repository at this point in the history
And fix relative links to other pages on site
  • Loading branch information
Clay-Mysten authored Jul 6, 2022
1 parent 6a8917c commit 5a82f09
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions doc/src/explore/wallet-browser.md
Original file line number Diff line number Diff line change
@@ -19,21 +19,44 @@ Note, the wallet will auto split/merge coins if the address does not have a Coin

## Purpose

Initially, the Sui Wallet Browser Extension is aimed at Sui developers for testing purposes. As such, the tokens are of no value (just like the rest of [DevNet](devnet.md)) and will disappear each time we reset the network. In time, the Sui Wallet Browser Extension will be production ready for real tokens.
Initially, the Sui Wallet Browser Extension is aimed at Sui developers for testing purposes. As such, the tokens are of no value (just like the rest of [DevNet](../explore/devnet.md)) and will disappear each time we reset the network. In time, the Sui Wallet Browser Extension will be production ready for real tokens.

This browser extension is a pared-down version of the [Sui Wallet command line interface (CLI)](https://github.com/MystenLabs/sui/blob/main/doc/src/build/wallet.md) that provides greater ease of use for the most commonly used features. If you need more advanced features, such as merge/split coins or make arbitrary [Move](../build/move.md) calls, instead use the [Sui CLI client](../build/cli-client.md).
This browser extension is a pared-down version of the [Sui Wallet command line interface (CLI)](../build/cli-client.md) that provides greater ease of use for the most commonly used features. If you need more advanced features, such as merge/split coins or make arbitrary [Move](../build/move.md) calls, instead use the [Sui CLI client](../build/cli-client.md).

## Demos

The following animated GIFs walk you through some of the most common workflows in the Sui Wallet Browser Extension.

### Set up Wallet

Install and configure the Sui Wallet Browser Extension (covered in detail below):

![Set up Wallet](../../static/onboarding.gif "Set up Wallet")
*Set up the Sui Wallet Browser Extension*

### Create NFT

From a demo decentralized site, such as our demonstration [NFT dApp](https://github.com/MystenLabs/sui/tree/main/wallet/examples/demo-nft-dapp) available [in the Cloud](http://sui-wallet-demo.s3-website-us-east-1.amazonaws.com/), you can connect to your wallet and create a custom NFT:

![Create NFTs](../../static/create_NFT.gif "Create NFTs")
*Create NFTs in Sui Wallet by connecting to an external site*
![Create NFT](../../static/create_NFT.gif "Create NFT")
*Create an NFT in Sui Wallet by connecting to an external site*

### Transfer NFT

![Transfer NFT](../../static/nft_transfer.gif "Transfer NFT")
*Transfer your NFT to another address*

### Transfer token

![Transfer token](../../static/nft_transfer.gif "Transfer token")
*Transfer tokens on the Sui network to another address*

### Transaction history and settings

View your recent transactions, also connected to Sui Explorer, where you can see more details about the corresponding transaction:

![Transaction history and settings](../../static/txn_history_and_settings.gif "Transaction history and settings")
*Under the *Settings* tab, view your account on Sui Explorer*

## Install

0 comments on commit 5a82f09

Please sign in to comment.