Merge pull request #45 from Gonbatfire/dhub-rnufxw

embeded videos
This commit is contained in:
Gonbatfire 2025-01-12 22:29:46 -03:00 committed by GitHub
commit f2e2f632d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 68 additions and 27 deletions

View file

@ -10,8 +10,26 @@ Each alias is assigned to a particular wallet. Only one alias can be created per
To reduce possibility of phishing we set limitations on alias registrations. Users can use any combination of the lower-case Latin letters a-z and the Arabic numerals 0-9. Additionally, there is a length minimum of 6 characters, and a maximum length of 12.
The comment section will be temporarily stored in the blockchain until passing a checkpoint. For more information on pruning mechanism please refer to the [whitepaper](https://docs.zano.org/docs/whitepaper).
The comment section will be temporarily stored in the blockchain until passing a checkpoint. For more information on pruning mechanism please refer to the [whitepaper](https://docs.zano.org/docs/whitepaper).\
![alt alias-registration](../../static/img/use/aliases/alias-registration.png "alias-registration")_<figcaption style={{textAlign: "center" }} >Alias registration</figcaption>_
<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0 }}>
<iframe
src="https://www.youtube.com/embed/ImbcSEc6cTU"
title="YouTube video player"
style={{
position: 'absolute',
top: 0,
left: 0,
width: '100%',
height: '100%'
}}
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowFullScreen
/>
</div>
![alt alias-registration](../../static/img/use/aliases/alias-registration.png)*<figcaption style={{textAlign: "center" }}>Alias registration</figcaption>*
Aliases can be used for more than just Zano transactions. Think of them as a decentralised address book with universal IDs that can be used for various services based on the Zano platform.

View file

@ -10,6 +10,23 @@ It's your gateway to the broader Zano ecosystem!
## How to use
<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0 }}>
<iframe
src="https://www.youtube.com/embed/bVuuYOduZvE"
title="YouTube video player"
style={{
position: 'absolute',
top: 0,
left: 0,
width: '100%',
height: '100%'
}}
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowFullScreen
/>
</div>
1. First, open your Zano desktop wallet, and wait until it finishes syncing the blockchain.
2. Go to settings, and flip the "Zano Companion" switch. If you haven't set up a master password yet, it will ask you to create a new one in the fields below.

View file

@ -10,15 +10,11 @@ Using Zanos Discord TipBot is fairly straightforward and intuitive, but here
#### Get Discord
In order to use the Discord TipBot, we must first have Discord installed, head over to their website (or your package manager) and get signed up!<br/>
https://discord.com/download/
In order to use the Discord TipBot, we must first have Discord installed, head over to their website (or your package manager) and get signed up!<br /> [https://discord.com/download/](https://discord.com/download/)
#### Join Zanos Discord Channel
Now that we have Discord, head over to our discord
channel and join the rest of the community! Simply click
the link below.<br/>
https://discord.gg/wE3rmYY
Now that we have Discord, head over to our discord channel and join the rest of the community! Simply click the link below.<br /> [https://discord.gg/wE3rmYY](https://discord.gg/wE3rmYY)
### The Tip Bot
@ -28,55 +24,49 @@ Welcome to Zano Discord, now that youre here, you should have something that
Head to the Bounties category and select the tip-bot-settings channel, here lies a summary of the tip bots usage.
![alt head-to-tipbot-settings](../../static/img/use/tip-bot-guide/head-to-tipbot-settings.png "head-to-tipbot-settings")
![alt head-to-tipbot-settings](../../static/img/use/tip-bot-guide/head-to-tipbot-settings.png)
### Get tipping!
Let's take a look at the tip bots functionality, the below image shows what we can do with the bot.
![alt welcome-to-tip-bot-zano](../../static/img/use/tip-bot-guide/welcome-to-zano-tip-bot.png "welcome-to-tip-bot-zano")
![alt welcome-to-tip-bot-zano](../../static/img/use/tip-bot-guide/welcome-to-zano-tip-bot.png)
#### Deposit
Before we can begin tipping, we must have some Zano in our tip bot wallet, to do this click on Deposit, get your wallet address and send some Zano to it.
![alt tip-bot-zano-deposit](../../static/img/use/tip-bot-guide/tip-bot-zano-deposit.png "tip-bot-zano-deposit")
![alt tip-bot-zano-deposit](../../static/img/use/tip-bot-guide/tip-bot-zano-deposit.png)
#### Register alias
Before you can withdraw Zano others have tipped you, you must register an alias, more on aliases can be found here: https://docs.zano.org/docs/aliases
Before you can withdraw Zano others have tipped you, you must register an alias, more on aliases can be found here: [https://docs.zano.org/docs/aliases](https://docs.zano.org/docs/aliases)
Click register alias and enter your alias.
![alt zano-tip-bot-register-alias](../../static/img/use/tip-bot-guide/zano-tip-bot-register-alias.png "zano-tip-bot-register-alias")
![alt zano-tip-bot-register-alias](../../static/img/use/tip-bot-guide/zano-tip-bot-register-alias.png)
#### How to tip
Tipping users is done with one simple command, to see this command, click how to tip
![alt how-to-tip-zano](../../static/img/use/tip-bot-guide/how-to-tip-zano.png "how-to-tip-zano")
:::tip Tip command
$tip
:::
![alt how-to-tip-zano](../../static/img/use/tip-bot-guide/how-to-tip-zano.png)
Simply replace and with the values you want to use, a real world example within discord looks something like this
![alt tip-example](../../static/img/use/tip-bot-guide/tip-example.png "tip-example")
![alt tip-example](../../static/img/use/tip-bot-guide/tip-example.png)
#### Balance
To view how much Zano you have, simply click balance, and the tip bot will show how much Zano is in your wallet.
![alt tip-bot-balance](../../static/img/use/tip-bot-guide/tip-bot-balance.png "tip-bot-balance")
![alt tip-bot-balance](../../static/img/use/tip-bot-guide/tip-bot-balance.png)
#### History & simple view
There are 2 history buttons, one designated History, and the other History (simple view).
![alt tip-bot-history](../../static/img/use/tip-bot-guide/tip-bot-history.png "tip-bot-history")
![alt tip-bot-history](../../static/img/use/tip-bot-guide/tip-bot-history.png)
History is formatted as a table, whereas History (simple) is a simple one-liner.
@ -84,11 +74,10 @@ History is formatted as a table, whereas History (simple) is a simple one-liner.
If you want to know the current price of Zano, click Rate, to see the current price in $USD.
![alt tip-bot-rate](../../static/img/use/tip-bot-guide/tip-bot-rate.png "tip-bot-rate")
![alt tip-bot-rate](../../static/img/use/tip-bot-guide/tip-bot-rate.png)
#### Redeem coupon
If you have a coupon code, the Redeem Coupon button allows you to exchange your coupon for Zano coins.
Simply click the button and enter your coupon code.
If you have a coupon code, the Redeem Coupon button allows you to exchange your coupon for Zano coins. Simply click the button and enter your coupon code.
![alt tip-bot-redeem-coupon](../../static/img/use/tip-bot-guide/tip-bot-redeem-coupon.png "tip-bot-redeem-coupon")
![alt tip-bot-redeem-coupon](../../static/img/use/tip-bot-guide/tip-bot-redeem-coupon.png)

View file

@ -10,6 +10,23 @@ It allows us access to the enormous existing infrastructure that exists around E
## How to wrap ZANO
<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0 }}>
<iframe
src="https://www.youtube.com/embed/YQTUwBdgoDA"
title="YouTube video player"
style={{
position: 'absolute',
top: 0,
left: 0,
width: '100%',
height: '100%'
}}
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowFullScreen
/>
</div>
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 youd 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'}}>