Skip to content

Commit

Permalink
Add references to demo NFT dApp (MystenLabs#3004)
Browse files Browse the repository at this point in the history
* Add references to demo NFT dApp

* Actually link to app
  • Loading branch information
Clay-Mysten authored Jul 6, 2022
1 parent 7daeab4 commit 0bf314d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/src/explore/wallet-browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,23 @@ The Sui Wallet Browser Extension offers these features:
* See owned fungible tokens and NFTs
* Display recent transactions
* Go directly to the successful/failed transaction in the Sui Explorer
* Try out 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/)

Note, the wallet will auto split/merge coins if the address does not have a Coin object with the exact transfer amount. See the [Use](#use) section for guidance on employing these features.

## 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](https://github.com/MystenLabs/sui/blob/main/doc/src/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.
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.

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](https://github.com/MystenLabs/sui/blob/main/doc/src/build/move.md) calls, instead use the [Wallet CLI](https://github.com/MystenLabs/sui/blob/main/doc/src/build/wallet.md).
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).

## Demos

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

### Create NFT

From a demo decentralized site, you can connect the demo site to your wallet and create a custom 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*
Expand Down

0 comments on commit 0bf314d

Please sign in to comment.