Hi guys !
I have been working on a browser wallet, and now I consider that it can be released for testing.
It runs in the browser from a local file and it is basically connecting to the edollar rpc daemon, sending/receiving commands and showing the information provided by the daemon.
If you want to help me with development you can test it and report the bugs.
A few key notes :
0. Make sure you read all the instructions in the project readme.
1. After the wallet starts, wait at least 20 seconds for the edollar daemons to start properly. (this is assuming you have used the cli wallet before and the blockchain is somehow synced with the network - otherwise, you will have to wait for the blockchain to be downloaded). This also applies when switching between wallets.
2. After you make a transaction, wait 2 - 10 network blocks for the change to return to your available balance. Please read the papers on how the coins are sent on the blockchain.
Example :
You have 10 coins, in one transaction block.
You send to someone 3 coins. The whole 10 coins block will be used, and your wallet will receive a 7 coins transaction block after 2-10 blocks on the edollar blockchain have been mined. This is how the blockchain system works.
So for a period of time, you will have 7 coins, but you cannot spend them. At any time, you can spend the available amount, not the total amount.
3. After you make a transaction, wait at least until next block (usually 2-3 minutes) so that all the information is correctly shown.
4. When closing the wallet, please use the close button found in address book tab, so that the daemons will save everything and the next time you start, you will have less blocks to update from the main network.
This is a hobby project that I want to test before further continuing the development.
If you have questions, you can ask them here on the forum (if there will be a lot of questions or the edollar teams consider that this is not good for the project, I will make a separate thread), or you can find me on all edollar communication channels (telegram, discord, slack, etc).
For the moment I am not in the development team, so you can consider this as unofficial.
You can download the wallet from
https://github.com/aproapeom/edollar_local_gui_rpc_walletCheers!