Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

0.1 - The Egg

Pre-release
Pre-release
Compare
Choose a tag to compare
@imboogieman imboogieman released this 15 Oct 15:40
· 1 commit to 0.1 since this release

What'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

  1. Komodo (KMD)
  2. Bitcoin (BTC)
  3. Syscoin (SYS)
  4. Namecoin (NMC)
  5. Bitmark (BTM)
  6. Anoncoin (ANC)
  7. Franko (FRK)
  8. Deutsche eMark (DEM)
  9. BlackCoin (BLK)
  10. Carboncoin (CARB)
  11. 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:

  1. synced coind* (start with small coins like syscoin, mazacoin or gamecredits)
  2. proxy server (for dev purposes you can stick to https://github.com/gr2m/CORS-Proxy, requires nodejs)
  3. coind must be configured with the following params (minimum configuration)
    server=1
    daemon=1
    rpcuser=yourusername
    rpcpassword=yourverylongandsecurepassword
    rpcport=altcoinport
  4. 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.