commit
ecd33da764
3 changed files with 44 additions and 14 deletions
|
|
@ -16,7 +16,7 @@ It's your gateway to the broader Zano ecosystem!
|
|||
|
||||
3. Right-click to copy the secret that will be displayed.
|
||||
|
||||

|
||||

|
||||
|
||||
4. Open your browser and install the Zano Companion extension from the Chrome Web Store.[ \[Here\]](https://chromewebstore.google.com/detail/zano-companion/akcgnllhhhkcpmlenfpicmcpgfpindlb)
|
||||
|
||||
|
|
@ -24,14 +24,14 @@ It's your gateway to the broader Zano ecosystem!
|
|||
|
||||
6. You can now register an[ alias](https://app.dhub.dev/c/goncativas-projects/zano-docs/docs/use/aliases.md) if you haven't done so already, this will be displayed as your identity when using the Zano ecosystem.
|
||||
|
||||

|
||||

|
||||
|
||||
7. To connect to a Zano web application, simply click on its "Connect Wallet" button and select Zano Extension if asked.
|
||||
|
||||

|
||||

|
||||
|
||||
8. A popup will appear on the Companion to authorize the connection, you will only need to this on the first time.
|
||||
|
||||

|
||||

|
||||
|
||||
**And that's it! Welcome to the Zano Ecosystem!**
|
||||
|
|
|
|||
|
|
@ -13,7 +13,10 @@ It allows us access to the enormous existing infrastructure that exists around E
|
|||
The process of swapping ZANO to WZANO is referred to as “wrapping”. You can wrap ZANO from within any of the Zano mobile or desktop clients. Just go to the “Send” tab, enter the amount of ZANO you would like to receive and the Ethereum address to which you’d like the WZANO to be sent. You will be informed of how much Zano is required to cover the transaction fees before you finalize the transaction.
|
||||
|
||||
<figure style={{textAlign: 'center'}}>
|
||||
<img src={require('/img/use/wrapped-zano/wrap.png').default} />
|
||||
<img
|
||||
src={require('/img/use/wrapped-zano/wrap.png').default}
|
||||
alt="Desktop Zano wallet, "Send" tab, with Wrapped Zano tx details"
|
||||
/>
|
||||
</figure>
|
||||
|
||||
## How to unwrap WZANO
|
||||
|
|
@ -21,7 +24,10 @@ The process of swapping ZANO to WZANO is referred to as “wrapping”. You can
|
|||
Go to [https://wrapped.zano.org/app/](https://wrapped.zano.org/app/) connect your metamask wallet and specify the Zano address to which you want to receive ZANO. After that, you will be able to unwrap WZANO to ZANO. The process takes around 15 minutes and you will receive ZANO to your Zano address.
|
||||
|
||||
<figure style={{textAlign: 'center'}}>
|
||||
<img src={require('/img/use/wrapped-zano/unwrap.png').default} />
|
||||
<img
|
||||
src={require('/img/use/wrapped-zano/unwrap.png').default}
|
||||
alt="Unwrap Zano widget"
|
||||
/>
|
||||
</figure>
|
||||
|
||||
## Proof of Assets
|
||||
|
|
|
|||
|
|
@ -15,7 +15,10 @@ A decentralized exchange to trade native Zano and all the Confidential Assets la
|
|||
3. On the first time, a popup will appear on the Companion to authorize the connection, click "Accept".
|
||||
|
||||
<figure style={{textAlign: 'center'}}>
|
||||
<img src={require('/img/use/companion/sign_request.png').default} />
|
||||
<img
|
||||
src={require('/img/use/companion/sign_request.png').default}
|
||||
alt="Sign request pop-up in Zano Companion"
|
||||
/>
|
||||
</figure>
|
||||
|
||||
4. To do a trade, search and select the desired trading pair. 
|
||||
|
|
@ -23,7 +26,10 @@ A decentralized exchange to trade native Zano and all the Confidential Assets la
|
|||
If multiple tokens under the same/similar name exist, make sure to check their unique Asset ID.
|
||||
|
||||
<figure style={{textAlign: 'center'}}>
|
||||
<img src={require('/img/use/zano-trade/trading-pairs.png').default} />
|
||||
<img
|
||||
src={require('/img/use/zano-trade/trading-pairs.png').default}
|
||||
alt="Trading pairs selection in Zano Trade"
|
||||
/>
|
||||
</figure>
|
||||
|
||||
5. Now you can either post a buy/sell order or take an existing one.
|
||||
|
|
@ -39,7 +45,10 @@ _Amount:_ How many tokens do we want to acquire at this price?
|
|||
Click "Buy" to post the order.
|
||||
|
||||
<figure style={{textAlign: 'center'}}>
|
||||
<img src={require('/img/use/zano-trade/new_order1.png').default} />
|
||||
<img
|
||||
src={require('/img/use/zano-trade/new_order1.png').default}
|
||||
alt="Create buy order"
|
||||
/>
|
||||
</figure>
|
||||
|
||||
### Take an order
|
||||
|
|
@ -51,13 +60,19 @@ Scroll down to see the order book.
|
|||
Since we are happy with receiving 0.01 ZANO per token, we'll proceed to click "Take Order".
|
||||
|
||||
<figure style={{textAlign: 'center'}}>
|
||||
<img src={require('/img/use/zano-trade/order_book2.png').default} />
|
||||
<img
|
||||
src={require('/img/use/zano-trade/order_book2.png').default}
|
||||
alt="list of orders"
|
||||
/>
|
||||
</figure>
|
||||
|
||||
This will take us back above and automatically set the fields for our sell order, simply click "Sell".
|
||||
|
||||
<figure style={{textAlign: 'center'}}>
|
||||
<img src={require('/img/use/zano-trade/new_order2.png').default} />
|
||||
<img
|
||||
src={require('/img/use/zano-trade/new_order2.png').default}
|
||||
alt="Create sell order"
|
||||
/>
|
||||
</figure>
|
||||
|
||||
### Complete the trade
|
||||
|
|
@ -65,7 +80,10 @@ This will take us back above and automatically set the fields for our sell order
|
|||
Scroll down to see your list of pending orders.
|
||||
|
||||
<figure style={{textAlign: 'center'}}>
|
||||
<img src={require('/img/use/zano-trade/my_orders.png').default} />
|
||||
<img
|
||||
src={require('/img/use/zano-trade/my_orders.png').default}
|
||||
alt=""My Orders" list"
|
||||
/>
|
||||
</figure>
|
||||
|
||||
Since our order matches the one from @Timmy03, all that is left to do is click "Apply".
|
||||
|
|
@ -73,13 +91,19 @@ Since our order matches the one from @Timmy03, all that is left to do is click "
|
|||
This will open Zano Companion, prompting us to confirm the trade.
|
||||
|
||||
<figure style={{textAlign: 'center'}}>
|
||||
<img src={require('/img/use/zano-trade/ionic_swap1.png').default} />
|
||||
<img
|
||||
src={require('/img/use/zano-trade/ionic_swap1.png').default}
|
||||
alt="Confirm Ionic Swap, companion pop-up"
|
||||
/>
|
||||
</figure>
|
||||
|
||||
Now we wait for @Timmy03 to apply our order in the same way we just did.
|
||||
|
||||
<figure style={{textAlign: 'center'}}>
|
||||
<img src={require('/img/use/zano-trade/completed_trade.png').default} />
|
||||
<img
|
||||
src={require('/img/use/zano-trade/completed_trade.png').default}
|
||||
alt="Both wallets tx history showing the successful swap"
|
||||
/>
|
||||
</figure>
|
||||
|
||||
And that's it! We just completed a peer-to-peer trade, made possible by Zano's Ionic Swaps, preserving our privacy across the entire process.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue