0.1 - The Egg
Pre-releaseWhat's done
Iguana App v0.1beta works with native daemons only and represents a Full Node Wallet with basic functions. Please, mind this version of the GUI is for advanced users only. To run the GUI on your machine you have to satisfy the requirements described down below in this release notes.
Features released:
- Login a wallet
- Creating
- Dashboard:
- Common balance
- Switching between wallets
- Transaction status
- Transaction history
- Adding a wallet
- Sending Coins (A > A)
- Receiving coins (A < A)
- Settings
- Reference currency (USD, EUR)
The list of supported coins
- Komodo (KMD)
- Bitcoin (BTC)
- Syscoin (SYS)
- Namecoin (NMC)
- Bitmark (BTM)
- Anoncoin (ANC)
- Franko (FRK)
- Deutsche eMark (DEM)
- BlackCoin (BLK)
- Carboncoin (CARB)
- Gamecoin (GAME)
More coins will be added in very soon future. If you represent any coin development team and want your coin to be supported by Iguana App, please, make an issue on github.
Downloading and Installing
Please, make sure these requirements are met:
- synced coind* (start with small coins like syscoin, mazacoin or gamecredits)
- proxy server (for dev purposes you can stick to https://github.com/gr2m/CORS-Proxy, requires nodejs)
- coind must be configured with the following params (minimum configuration)
server=1
daemon=1
rpcuser=yourusername
rpcpassword=yourverylongandsecurepassword
rpcport=altcoinport- modify script js/supported-coins-list.js according to your coind* rpc credentials (optional)
*coind - native coin daemon
Debugging
Feel free to test the GUI and fill issues on the repo https://github.com/SuperNETorg/Iguana-GUI/issues
What's next
We will be adding more features and Iguanacore support. The backlog for the next releases can be tracked on the public Trello board.