-
Notifications
You must be signed in to change notification settings - Fork 7
VEconomy Creating Wallet and Accounts
VEconomy is prepared to work with multiple cryptocurrencies (will be added soon, now just Neblio). This is why it contains wallet manager. It will help you to connect different desktop wallets (like QT Wallet).
Creating wallet is simple. You can do it on main page with click on:
Then you can fill information. Now you can keep the default parameters and change the name. Other parameters are advanced.
After creating the wallet you can open its detail:
In this dialog you can add the new Neblio address (each address is called "Account" in the VEF). Again with the "+" button.
If you will keep checked "Save Just to Db" it will save address just to Db without creating new address. In this case you have to provide the address and then import the private key for signing transactions. Or you can add the address without key just for "read-only" operations.
If you will uncheck the "Save Just to Db" and you will leave the address field empty application will create new Neblio address and its private key. This key is stored to the Db in encrypted form. That is why you have to fill password during this operation. I recommend to use strong password. Minimum 8 characters with combination small and capital letters, numbers and special characters. This password is not stored in the Db. It is stored just the hash and it is impossible to reconstruct the password from the hash. You will need to fill this password to unlock the account or provide it to just one transaction.
More information about storing keys will be in separated page.
In account details you can find number of your tokens, its types and your actual balance of Neblio. Also you can change the name, unlock account and import key. Some UI do not have some "loading" popup now, so please if you do not see any response immediately please wait a second or try to close and open modal again. All these UI features will be added soon.
If you want to send transactions you have to unlock the account. Just click to Unlock button and fill your password.
Then you can send transactions of Neblio or if you will click to info icon next to exact token you can send the token (not NFT).
Token details
You can send tokens without any additional metadata. Please be sure you have some lot of tokens. This form will not allow to send unique tokens.
If you want to add metadata, just click to "+" button.
If you want to create proof of existence of some file you can create hash with inbuild section (later will be better to use NFT features, but now it is good option too). You will just drag and drop the file to the form and it will calculate SHA256 hash which is unique just for this file.
You can also browse the account transactions here. Just by click on "Transaction History" button:
in details of Tx you can download the receipt as HTML file:
This is how the receipt looks:
Now you know how to create Neblio address. If you want to use NFT features please create two addresses. Now you will need the second one for minting new NFTs.