diff --git a/docs/learn/zano-features/_category_.json b/docs/learn/zano-features/_category_.json index 3548d89..bd00eae 100644 --- a/docs/learn/zano-features/_category_.json +++ b/docs/learn/zano-features/_category_.json @@ -1,4 +1,4 @@ { - "label": "Zano features", + "label": "Zano Features", "position": 2 } diff --git a/docs/use/aliases.md b/docs/use/aliases.md index abb5808..46e9bc7 100644 --- a/docs/use/aliases.md +++ b/docs/use/aliases.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 3 +--- + # Aliases Each Zano user can register with an alias, for example: @easytouse, a human-readable name associated with a payment address and text comment, which is stored in the blockchain. This alias provides a short, easy-to-remember name rather than a long and confusing string of random characters. Blockchain storage ensures that aliases are protected from being altered or commandeered. @@ -8,6 +12,6 @@ To reduce possibility of phishing we set limitations on alias registrations. Use 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")*
Alias registration
* +![alt alias-registration](../../static/img/use/aliases/alias-registration.png "alias-registration")_
Alias registration
_ -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. \ No newline at end of file +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. diff --git a/docs/use/auditable-wallets-faq.md b/docs/use/auditable-wallets-faq.md index 7202bc1..0f58a39 100644 --- a/docs/use/auditable-wallets-faq.md +++ b/docs/use/auditable-wallets-faq.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 4 +--- + # Auditable wallets FAQ ### What is an auditable wallet? @@ -85,7 +89,7 @@ Or in GUI wallet: Only one: you cannot use mixins when you send coins from an auditable wallet. -***Obsolete***
+**_Obsolete_**
The following limitations were effective until hardfork 2: 1. An alias cannot be assigned to an auditable address. diff --git a/docs/use/deeplinks.md b/docs/use/deeplinks.md index 5275e91..0b0fa55 100644 --- a/docs/use/deeplinks.md +++ b/docs/use/deeplinks.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 5 +--- + # Deeplinks Based on materials of Matthew Reichardt me@matthewreichardt.com (https://github.com/hyle-team/zano/issues/269) @@ -51,6 +55,7 @@ Example of **escrow** command: **zano:action=escrow&description='Some Description'&seller_address='ZxCXALhZRodKmqRCWUPNAUCXqprJBNKv4eFsjzcMooAGVM6J2U2vSyTNpxNybwBnvzGWLtSWpBiddSZhph8HNfBn1bVE3c6ix'&amount='10'&my_deposit='5'&seller_deposit='5'&comment='Some comment if needed'** **Escrow parameters:** + - description – Escrow description - seller_address – Address of the wallet that have to accept/reject this offer - amount – Total amount of the deal (not include security deposits) @@ -58,4 +63,4 @@ Example of **escrow** command: - seller_deposit – amount of coins that seller supposed to put as a deposit if he accept escrow - comment – any comments regarding this deal -All mentioned information will be encrypted and won't be available for third party. \ No newline at end of file +All mentioned information will be encrypted and won't be available for third party. diff --git a/docs/use/escrow-contracts.md b/docs/use/escrow-contracts.md index fd038e8..563d9e3 100644 --- a/docs/use/escrow-contracts.md +++ b/docs/use/escrow-contracts.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 6 +--- + # Escrow contracts Zano provides the framework for a secure and private transaction without the need for a trusted third party. Our Escrow system, as proposed, will require participants to make additional deposits, which they will forfeit if there is any attempt to act maliciously, or in a way that is contemptuous toward their counter party. For more information please refer to the "Escrow" section of the [whitepaper](https://docs.zano.org/docs/whitepaper). @@ -16,13 +20,13 @@ Each escrow contract starts with the buyer proposal. Once it's sent the deposit - Time until response - proposal expiration time - Payment ID - transaction payment identifier provided by seller -![alt contract-propsal](../../static/img/use/escrow-contracts/contract-propsal.png "contract-propsal")*
Contract proposal
* +![alt contract-propsal](../../static/img/use/escrow-contracts/contract-propsal.png "contract-propsal")_
Contract proposal
_ ### Confirmation When the seller accepts the proposal a special multi signature transaction will be sent to the blockchain. Then after 10 confirmations a new contract will be started. The seller can now fulfil contract terms like shipping the item to the buyer. -![alt contract-response](../../static/img/use/escrow-contracts/contract-response.png "contract-response")*
Contract response
* +![alt contract-response](../../static/img/use/escrow-contracts/contract-response.png "contract-response")_
Contract response
_ The buyers contract window will get three options to continue with: `Cancel and return deposits`, `Terminate and burn deposits` and `Complete and release deposits`. @@ -38,4 +42,4 @@ When parties cannot find mutual agreement on any occasions one can decide to bur If buyer is satisfied with the delivery or a provided service the contract can be closed. Releasing deposits will return both parties collaterals. -![alt contract-confirmation](../../static/img/use/escrow-contracts/contract-confirmation.png "contract-confirmation")*
Contract confirmation
* \ No newline at end of file +![alt contract-confirmation](../../static/img/use/escrow-contracts/contract-confirmation.png "contract-confirmation")_
Contract confirmation
_ diff --git a/docs/use/get-started/_category_.json b/docs/use/get-started/_category_.json deleted file mode 100644 index 47a62bb..0000000 --- a/docs/use/get-started/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "Get Started", - "position": 2 -} diff --git a/docs/use/get-started/wallet-setup.md b/docs/use/get-started/wallet-setup.md deleted file mode 100644 index c28d78a..0000000 --- a/docs/use/get-started/wallet-setup.md +++ /dev/null @@ -1 +0,0 @@ -# Wallet Setup diff --git a/docs/use/install-zano-cli-wallet-ubuntu.md b/docs/use/install-zano-cli-wallet-ubuntu.md deleted file mode 100644 index 433cc02..0000000 --- a/docs/use/install-zano-cli-wallet-ubuntu.md +++ /dev/null @@ -1,124 +0,0 @@ -# Install a Zano CLI Wallet (Ubuntu) - -**Step 1** - -Go to the official site: https://zano.org - -![alt install-zano-cli-wallet-step-1](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-1.png "install-zano-cli-wallet-step-1") - -**Step 2** - -Go to Downloads, which takes you to: https://github.com/hyle-team/zano/releases - -![alt install-zano-cli-wallet-step-2](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-2.png "install-zano-cli-wallet-step-2") - - -**Step 3** - -Download Linux (Ubuntu 16.04+) CLI Wallet - -![alt install-zano-cli-wallet-step-3](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-3.png "install-zano-cli-wallet-step-3") - -**Step 4** - -Right click the file and select Properties - -![alt install-zano-cli-wallet-step-4](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-4.png "install-zano-cli-wallet-step-4") - -**Step 5** - -Copy the file name - -![alt install-zano-cli-wallet-step-5](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-5.png "install-zano-cli-wallet-step-5") - -**Step 6** - -Open a terminal in this directory & validate the authenticity of the file by running a checksum (XXX represents your version): - -``` -sha256sum zano-linux-x64-v.tar.bz2 -``` - -(Results should match release notes from Download page) - -![alt install-zano-cli-wallet-step-6-1](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-6-1.png "install-zano-cli-wallet-step-6-1") -![alt install-zano-cli-wallet-step-6-2](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-6-2.png "install-zano-cli-wallet-step-6-2") - -**Step 7** - -If checksums match, decompress & extract the .tar.bz2 file: - -``` -tar -xvjf zano-linux-x64-release-devtools-v1.5.0.143[336fac2].tar.bz2 -``` - -![alt install-zano-cli-wallet-step-7](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-7.png "install-zano-cli-wallet-step-7") - -**Steps 8-10** - -8. Delete your original .tar.bz2 file -9. Move the Zano folder to a location of your choice -10. Within the Zano directory, open a terminal and run the daemon to start the node and download the blockchain: - -``` -./zanod -``` - -![alt install-zano-cli-wallet-step-8-10-1](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-8-10-1.png "install-zano-cli-wallet-step-8-10-1") -![alt install-zano-cli-wallet-step-8-10-2](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-8-10-2.png "install-zano-cli-wallet-step-8-10-2") - -**Step 11** - -Wait for the blockchain to download and sync. This may take quite a few hours, depending on your download speed. And leave the daemon running! We’ll need that to create our new wallet. - -![alt install-zano-cli-wallet-step-11](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-11.png "install-zano-cli-wallet-step-11") - -**Step 12** - -Once sync is complete, open another terminal in the Zano directory with the simplewalletbinary—that's our CLI wallet executable. Give command: - -``` -./simplewallet --generate-new-wallet=name.wallet -``` - -Replace “name” with your new wallet’s name, e.g.,: - -``` -./simplewallet --generate-new-wallet=zanocli.wallet -``` - -![alt install-zano-cli-wallet-step-12](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-12.png "install-zano-cli-wallet-step-12") - - -**Step 13** - -When asked, enter a password for your wallet. You should use a password generator, found in password managers such as KeePass. - -![alt install-zano-cli-wallet-step-13](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-13.png "install-zano-cli-wallet-step-13") - -**Steps 14-15** - -14. To open your new wallet, give the following command in the same terminal (again, substituting "name"): - -``` -./simplewallet --wallet-file name.wallet -``` - -15. Enter your password, when prompted. Notice that the wallet displays your receive address after “Opened wallet.” You will use this to fund your new wallet. - -![alt install-zano-cli-wallet-step-15](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-15.png "install-zano-cli-wallet-step-15") - -**Steps 16-17** - -16. Now we must get our wallet’s seed phrase, as well as set an additional password for the seed itself. Give the command: - -``` -show_seed -``` - -17. Again, when prompted provide a password for the seed phrase you’re about to get. Confirm the password, and be sure to save both it and your seed phrase!! - -![alt install-zano-cli-wallet-step-17](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-17.png "install-zano-cli-wallet-step-17") - - -**You've successfully installed your new Zano Wallet!** \ No newline at end of file diff --git a/docs/use/legacy/_category_.json b/docs/use/legacy/_category_.json new file mode 100644 index 0000000..5a98dba --- /dev/null +++ b/docs/use/legacy/_category_.json @@ -0,0 +1,4 @@ +{ + "label": "Boolberry/Legacy", + "position": 99 +} diff --git a/docs/use/coinswap-guide.md b/docs/use/legacy/coinswap-guide.md similarity index 84% rename from docs/use/coinswap-guide.md rename to docs/use/legacy/coinswap-guide.md index e303d15..8d9499a 100644 --- a/docs/use/coinswap-guide.md +++ b/docs/use/legacy/coinswap-guide.md @@ -18,7 +18,7 @@ Next step is the coin transfer. Depending on how you prefer to store your coins Enter your Zano address as 'Send payment address' in the latest Boolberry wallet app. The coinswap notification will appear. -![alt coinswap-guide-boolberry-wallet](../../static/img/use/coinswap-guide/coinswap-guide-boolberry-wallet.png "coinswap-guide-boolberry-wallet") +![alt coinswap-guide-boolberry-wallet](../../../static/img/use/coinswap-guide/coinswap-guide-boolberry-wallet.png "coinswap-guide-boolberry-wallet") Then enter the desired BBR amount, then press Send to proceed with the coinswap. @@ -30,7 +30,7 @@ At first, you will have to make sure that you exchange uses the latest BBR daemo If you use the simplewallet daemon here is an example for making the coinswap transfer. -![alt coinswap-guide-daemon-example](../../static/img/use/coinswap-guide/coinswap-guide-daemon-example.png "coinswap-guide-daemon-example") +![alt coinswap-guide-daemon-example](../../../static/img/use/coinswap-guide/coinswap-guide-daemon-example.png "coinswap-guide-daemon-example") It is also possible to make coin swap with the transfer RPC. @@ -44,4 +44,4 @@ For more information please refer to [BBR Documentation](https://docs.boolberry. Usually, the coinswap procedure will be completed within an hour. However, it may take up to 24 hours in some cases. You should see a similar incoming transaction shortly. -![alt coinswap-guide-final](../../static/img/use/coinswap-guide/coinswap-guide-final.png "coinswap-guide-final") \ No newline at end of file +![alt coinswap-guide-final](../../../static/img/use/coinswap-guide/coinswap-guide-final.png "coinswap-guide-final") diff --git a/docs/use/locked-balance.md b/docs/use/locked-balance.md index bc3d9c5..b0c240d 100644 --- a/docs/use/locked-balance.md +++ b/docs/use/locked-balance.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 7 +--- + # Locked balance On occasion, you may notice that part of your wallet balance is temporarily locked. The reason behind it is complex, but let us offer a simplified explanation here. For more details, please refer to the [whitepaper](https://docs.zano.org/docs/whitepaper). @@ -11,4 +15,3 @@ Transaction of 100 coins creates in the blockchain ``` Zano architecture demands 10 confirmations for this change transaction and that amount gets locked in the wallet. Therefore, lock time is 10 blocks behind or approximately 10 minutes. - diff --git a/docs/use/overview.md b/docs/use/overview.md index 4bfb72c..8b81ae2 100644 --- a/docs/use/overview.md +++ b/docs/use/overview.md @@ -2,4 +2,10 @@ sidebar_position: 1 --- -# Using Zano +# Getting Started + +Here, you'll find an array of tools and resources designed to enhance your experience within the Zano ecosystem. Whether you're new to Zano or have been a part of our community for a while, this guide offers insights and detailed instructions to help you navigate our platform with ease. + +Begin with the basics in our [Wallets Guides](wallets/overview). Explore unique functionalities like [Aliases](aliases) or understand the benefits of [Auditable Wallets](auditable-wallets-faq). If you're keen on deepening your Zano knowledge, delve into [Deeplinks](deeplinks) or the secure mechanisms behind [Escrow Contracts](escrow-contracts). + +And if you ever run into challenges, our [Reporting Issues](reporting-issues) section is here to help. Dive in, and make the most of what Zano has to offer. diff --git a/docs/use/reporting-issues.md b/docs/use/reporting-issues.md index 2b59174..31a54f3 100644 --- a/docs/use/reporting-issues.md +++ b/docs/use/reporting-issues.md @@ -1,8 +1,12 @@ +--- +sidebar_position: 9 +--- + # Reporting issues -Hyle team puts a lot of hard work to bring you the best blockchain experience possible and it's highly unlikeable you will face any troubles using Zano. However if you experience any technical issues we suggest you make a report to our development team. +Zano team puts a lot of hard work to bring you the best blockchain experience possible and it's highly unlikeable you will face any troubles using our product. However if you experience any technical issues we suggest you make a report to our development team. -All you need to do is to follow the [report link](https://jira.hyle.io/secure/CreateIssue!default.jspa) which can also be found in top of [docs page](https://docs.zano.org/docs/docs.zano.org). The describe your situation and submit a request. +All you need to do is to follow the [report link](https://github.com/hyle-team/zano/issues), describe your situation and submit a request. Or join our [Discord](https://discord.gg/wE3rmYY) and post it in the #support channel. ## Log files @@ -24,4 +28,4 @@ C:\Users\\AppData\Roaming\Zano ``` ~/.Zano -``` \ No newline at end of file +``` diff --git a/docs/use/tip-bot-guilde.md b/docs/use/tip-bot-guilde.md index 6e8aaf4..357faf4 100644 --- a/docs/use/tip-bot-guilde.md +++ b/docs/use/tip-bot-guilde.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 8 +--- + # Tip Bot Guide A simple guide on how to get tipping Zano on Discord @@ -88,5 +92,3 @@ If you have a coupon code, the ‘Redeem Coupon’ button allows you to exchange 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") - - diff --git a/docs/use/wallets/_category_.json b/docs/use/wallets/_category_.json new file mode 100644 index 0000000..b0b3745 --- /dev/null +++ b/docs/use/wallets/_category_.json @@ -0,0 +1,4 @@ +{ + "label": "Wallets Guides", + "position": 2 +} diff --git a/docs/use/get-started/getting-started.md b/docs/use/wallets/gui-wallet.md similarity index 93% rename from docs/use/get-started/getting-started.md rename to docs/use/wallets/gui-wallet.md index 8f7eba6..694d8e6 100644 --- a/docs/use/get-started/getting-started.md +++ b/docs/use/wallets/gui-wallet.md @@ -1,8 +1,8 @@ -# Getting started +--- +sidebar_position: 2 +--- -Those few steps will make you more familiar with Zano features and capabilities. - -### Download and install Zano app +# GUI Wallet Zano app is available for Windows, Linux and MacOS. It can be downloaded here. @@ -32,4 +32,4 @@ To finalise wallet creation store wallet's seed phrase. IMPORTANT: using the see ![alt createwallet-5](../../../static/img/use/get-started/getting-started/create-new-wallet-5.png "create-wallet-5") -Now the wallet has been created. You can copy wallet address and use it to receive ZANO from exchanges, mining pools and other sources. \ No newline at end of file +Now the wallet has been created. You can copy wallet address and use it to receive ZANO from exchanges, mining pools and other sources. diff --git a/docs/use/wallets/install-zano-cli-wallet-ubuntu.md b/docs/use/wallets/install-zano-cli-wallet-ubuntu.md new file mode 100644 index 0000000..6bc67cc --- /dev/null +++ b/docs/use/wallets/install-zano-cli-wallet-ubuntu.md @@ -0,0 +1,117 @@ +--- +sidebar_position: 4 +--- + +# Install a Zano CLI Wallet (Ubuntu) + +**Step 1** + +Go to the official site: https://zano.org and navigate to the downloads section + +**Step 2** + +Download Linux (Ubuntu 16.04+) CLI Wallet + +![alt install-zano-cli-wallet-step-3](../../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-3.png "install-zano-cli-wallet-step-3") + +**Step 3** + +Right click the file and select Properties + +![alt install-zano-cli-wallet-step-4](../../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-4.png "install-zano-cli-wallet-step-4") + +**Step 4** + +Copy the file name + +![alt install-zano-cli-wallet-step-5](../../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-5.png "install-zano-cli-wallet-step-5") + +**Step 5** + +Open a terminal in this directory & validate the authenticity of the file by running a checksum (XXX represents your version): + +``` +sha256sum zano-linux-x64-v.tar.bz2 +``` + +(Results should match release notes from Download page) + +![alt install-zano-cli-wallet-step-6-1](../../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-6-1.png "install-zano-cli-wallet-step-6-1") +![alt install-zano-cli-wallet-step-6-2](../../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-6-2.png "install-zano-cli-wallet-step-6-2") + +**Step 6** + +If checksums match, decompress & extract the .tar.bz2 file: + +``` +tar -xvjf zano-linux-x64-release-devtools-v1.5.0.143[336fac2].tar.bz2 +``` + +![alt install-zano-cli-wallet-step-7](../../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-7.png "install-zano-cli-wallet-step-7") + +**Steps 7-9** + +1. Delete your original .tar.bz2 file +2. Move the Zano folder to a location of your choice +3. Within the Zano directory, open a terminal and run the daemon to start the node and download the blockchain: + +``` +./zanod +``` + +![alt install-zano-cli-wallet-step-8-10-1](../../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-8-10-1.png "install-zano-cli-wallet-step-8-10-1") +![alt install-zano-cli-wallet-step-8-10-2](../../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-8-10-2.png "install-zano-cli-wallet-step-8-10-2") + +**Step 11** + +Wait for the blockchain to download and sync. This may take quite a few hours, depending on your download speed. And leave the daemon running! We’ll need that to create our new wallet. + +![alt install-zano-cli-wallet-step-11](../../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-11.png "install-zano-cli-wallet-step-11") + +**Step 12** + +Once sync is complete, open another terminal in the Zano directory with the simplewalletbinary—that's our CLI wallet executable. Give command: + +``` +./simplewallet --generate-new-wallet=name.wallet +``` + +Replace “name” with your new wallet’s name, e.g.,: + +``` +./simplewallet --generate-new-wallet=zanocli.wallet +``` + +![alt install-zano-cli-wallet-step-12](../../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-12.png "install-zano-cli-wallet-step-12") + +**Step 13** + +When asked, enter a password for your wallet. You should use a password generator, found in password managers such as KeePass. + +![alt install-zano-cli-wallet-step-13](../../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-13.png "install-zano-cli-wallet-step-13") + +**Steps 14-15** + +14. To open your new wallet, give the following command in the same terminal (again, substituting "name"): + +``` +./simplewallet --wallet-file name.wallet +``` + +15. Enter your password, when prompted. Notice that the wallet displays your receive address after “Opened wallet.” You will use this to fund your new wallet. + +![alt install-zano-cli-wallet-step-15](../../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-15.png "install-zano-cli-wallet-step-15") + +**Steps 16-17** + +16. Now we must get our wallet’s seed phrase, as well as set an additional password for the seed itself. Give the command: + +``` +show_seed +``` + +17. Again, when prompted provide a password for the seed phrase you’re about to get. Confirm the password, and be sure to save both it and your seed phrase!! + +![alt install-zano-cli-wallet-step-17](../../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-17.png "install-zano-cli-wallet-step-17") + +**You've successfully installed your new Zano Wallet!** diff --git a/docs/use/managing-wallets.md b/docs/use/wallets/managing-wallets.md similarity index 74% rename from docs/use/managing-wallets.md rename to docs/use/wallets/managing-wallets.md index c595f6e..e5bad37 100644 --- a/docs/use/managing-wallets.md +++ b/docs/use/wallets/managing-wallets.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 3 +--- + # Managing wallets Zano app lets you manage multiple ZANO wallets, which can be easily created, restored and removed from the app. The core of each wallet is a seed phrase. It's a sequence of 24 words, that can be used to recovery your wallet private and public keys. Every time you create a new wallet within the app, a unique sequence is generated. It's important to always keep it safe and accessible. @@ -15,15 +19,14 @@ There are 3 ways to create a wallet in Zano app. From the `Wallets` `Add` sectio 3. Continue with `Create wallet` 4. Save shown seed phrase in a secure place and click `Create` -![alt creating-wallets](../../static/img/use/managing-wallets/creating-wallets.png "creating-wallets")*
Create new wallet
* - +![alt creating-wallets](../../../static/img/use/managing-wallets/creating-wallets.png "creating-wallets")_
Create new wallet
_ - Open existing wallet 1. Locate wallet file 2. Enter password then open wallet -![alt open-existing-wallet](../../static/img/use/managing-wallets/open-existing-wallet.png "open-existing-wallet ")*
Open existing wallet
* +![alt open-existing-wallet](../../../static/img/use/managing-wallets/open-existing-wallet.png "open-existing-wallet ")_
Open existing wallet
_ - Restore from backup @@ -32,8 +35,7 @@ There are 3 ways to create a wallet in Zano app. From the `Wallets` `Add` sectio 3. Click `Select wallet location` to choose wallet file location and name 4. Continue with `Create wallet` -![alt restore-from-backup](../../static/img/use/managing-wallets/restore-from-backup.png "restore-from-backup")*
Restore from backup
* - +![alt restore-from-backup](../../../static/img/use/managing-wallets/restore-from-backup.png "restore-from-backup")_
Restore from backup
_ ### Wallet details @@ -41,7 +43,7 @@ Each Zano wallet can be identified by a custom name assigned on creation. This n You can remove a wallet from the Zano app by clicking `Close wallet` in the same section. Note that wallet file will remain unaffected and you can import it again anytime if necessary. -![alt wallet-details](../../static/img/use/managing-wallets/wallet-details.png "wallet-details")*
Wallet details
* +![alt wallet-details](../../../static/img/use/managing-wallets/wallet-details.png "wallet-details")_
Wallet details
_ ### Changing wallet password @@ -54,4 +56,4 @@ In case you want to change wallet file password, you need to use `Restore from b 5. Enter new wallet info 6. Recover and enter previously stored seed phrase 7. Click `Select wallet location` to choose wallet file location and name -8. Continue with `Create wallet` \ No newline at end of file +8. Continue with `Create wallet` diff --git a/docs/use/wallets/overview.md b/docs/use/wallets/overview.md new file mode 100644 index 0000000..d78b384 --- /dev/null +++ b/docs/use/wallets/overview.md @@ -0,0 +1,25 @@ +--- +sidebar_position: 1 +--- + +# Zano Apps & Wallets + +### Desktop Apps + +Zano GUI Wallets available for Windows, Mac OS and Linux + +### Mobile Apps + +Zano supports App Store and Play Store apps, for Android we also provide APK + +### Browser extension + +Currently Zano Companion only available for Zarcanum Testnet and works with Testnet Build provided below + +### Download links + +Available on the [Zano Website](https://new.zano.org/downloads) and [Github](https://github.com/hyle-team/zano/releases) + +### Testnet builds and resources + +For development purposes we provide a pre-built Testnet apps available [Testnet Resources](https://docs-zano.pages.dev) section diff --git a/docs/use/using-zano-cli-wallet-ubuntu.md b/docs/use/wallets/using-zano-cli-wallet-ubuntu.md similarity index 80% rename from docs/use/using-zano-cli-wallet-ubuntu.md rename to docs/use/wallets/using-zano-cli-wallet-ubuntu.md index 3689c09..190b03c 100644 --- a/docs/use/using-zano-cli-wallet-ubuntu.md +++ b/docs/use/wallets/using-zano-cli-wallet-ubuntu.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 5 +--- + # Using a Zano CLI Wallet (Ubuntu) Open a terminal in the directory with Zanod. Start your node, by giving the command: @@ -14,12 +18,7 @@ Open another terminal in the same directory (with simplewallet). Start your wall Enter your password, when prompted. Notice that the wallet displays your receive address after “Opened wallet.” You will use this to fund your new wallet. -![alt using-zano-ubuntu-enter-password](../../static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-enter-password.png "using-zano-ubuntu-enter-password") - -You are now ready to get yourself some ZANO! Two exchanges to consider: - -Trade Ogre: https://tradeogre.com
-Stex: https://www.stex.com/ +![alt using-zano-ubuntu-enter-password](../../../static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-enter-password.png "using-zano-ubuntu-enter-password") P.S. Zanod (your node) can be left running, if you’ll be transferring funds to your wallet soon. If not, close your wallet by giving the command: @@ -42,13 +41,11 @@ The command for sending ZANO consists of four important bits of information: 3. the receiving address 4. the amount of ZANO you wish to send -
For example:
(1) (2) (3) (4) - -![alt using-zano-ubuntu-send-bits-example](../../static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-send-bits-example.png "using-zano-ubuntu-send-bits-example") +![alt using-zano-ubuntu-send-bits-example](../../../static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-send-bits-example.png "using-zano-ubuntu-send-bits-example") ### Creating an Auditable CLI Wallet @@ -66,7 +63,7 @@ Give the following command, substituting "name": When prompted, enter your new password, preferably generated from a password generator. -![alt using-zano-ubuntu-enter-new-password](../../static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-enter-new-password.png "using-zano-ubuntu-enter-new-password") +![alt using-zano-ubuntu-enter-new-password](../../../static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-enter-new-password.png "using-zano-ubuntu-enter-new-password") You now have an auditable CLI. Anyone to whom you provide the tracking seed will be able to see the wallet's balance and transaction history. @@ -76,7 +73,7 @@ If you ever need to retrieve the tracking seed, simply open the wallet and give tracking_seed ``` -![alt using-zano-ubuntu-tracking-seed](../../static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-tracking-seed.png "using-zano-ubuntu-tracking-seed") +![alt using-zano-ubuntu-tracking-seed](../../../static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-tracking-seed.png "using-zano-ubuntu-tracking-seed") Now, we must get our seed phrase, in case we ever need to restore our auditable CLI wallet. Within the wallet, give the command: @@ -86,7 +83,7 @@ show_seed Again, when prompted, supply and confirm another password, specific to the seed itself. -![alt using-zano-ubuntu-show-seed](../../static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-show-seed.png "using-zano-ubuntu-show-seed") +![alt using-zano-ubuntu-show-seed](../../../static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-show-seed.png "using-zano-ubuntu-show-seed") Lastly, note that the address of an auditable wallet always begins with an initial "a", in contrast to a standard wallet, which always begins with "Zx": @@ -106,7 +103,7 @@ After starting zanod, open another terminal in the simple-wallet directory. Give You will then be asked to reenter the seedphrase, enter the password specific to that seedphrase, and then enter your restored wallet's password. -![alt using-zano-ubuntu-restore-wallet](../../static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-restore-wallet.png "using-zano-ubuntu-restore-wallet") +![alt using-zano-ubuntu-restore-wallet](../../../static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-restore-wallet.png "using-zano-ubuntu-restore-wallet") ### Creating a Watch-Only CLI Wallet @@ -116,7 +113,7 @@ If you wish to allow someone to merely view your wallet, without being able to s save_watch_only new_name.wallet password_for_wallet ``` -![alt using-zano-ubuntu-watch-only](../../static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-watch-only.png "using-zano-ubuntu-watch-only") +![alt using-zano-ubuntu-watch-only](../../../static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-watch-only.png "using-zano-ubuntu-watch-only") ### Other Useful in-Terminal Flags @@ -206,4 +203,4 @@ show_seed = Displays secret 24 word phrase used to recover wallet sweep_below - [payment_id]: Tries to transfer all coins with amount below the given limit to the given address \ No newline at end of file + [payment_id]: Tries to transfer all coins with amount below the given limit to the given address diff --git a/docusaurus.config.js b/docusaurus.config.js index 75133a7..8067efe 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -32,7 +32,7 @@ const config = { ], themeConfig: { - image: "img/zano-social-card.png", + image: "img/zano_dev_meta.png", navbar: { title: "Zano Docs", logo: { diff --git a/src/components/StartArticle/StartArticle.jsx b/src/components/StartArticle/StartArticle.jsx index a932a6b..c72995d 100644 --- a/src/components/StartArticle/StartArticle.jsx +++ b/src/components/StartArticle/StartArticle.jsx @@ -7,7 +7,7 @@ function StartArticle({ content }) {
-

Zano Documentation

+

Zano Docs

Welcome to Zano's comprehensive documentation, your gateway to understanding and engaging with our unique cryptocurrency ecosystem. diff --git a/src/pages/index.js b/src/pages/index.js index f14dd39..152d9c8 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -7,7 +7,7 @@ const Home = () => { const { siteConfig } = useDocusaurusContext(); return ( diff --git a/static/img/zano-social-card.png b/static/img/zano-social-card.png deleted file mode 100644 index 4e6beae..0000000 Binary files a/static/img/zano-social-card.png and /dev/null differ diff --git a/static/img/zano_dev_meta.png b/static/img/zano_dev_meta.png new file mode 100644 index 0000000..2fad6a5 Binary files /dev/null and b/static/img/zano_dev_meta.png differ