Dear Idena community,
We're happy to announce that the beta version of the Idena web client is available: https://app.idena.io
Github repo: https://github.com/idena-network/idena-web
Currently the web client supports the validation flow only. It’s stable but bugs may remain. We encourage you to join the beta testing at the upcoming validation ceremony. The web client can work via a shared node which means that you don’t need to run your own node to do the validation. Unfortunately the web client is not yet adopted for mobile.
If you decide to participate in the beta-testing you can do it in two ways:
1. Using the shared node hosted by the Idena team (https://node.idena.io)
- Open https://app.idena.io
- Import your private key into the web client (your identity has to be ready for the validation)
- Send a short PM to @AndrewIdena telegram account to request the API key for the shared node connection
- Enter the API key at the Settings page and wait for the validation
Each beta-tester will get a unique API key for the shared node connection. We recommend you not to share the API key with other users since the network rate limit is capped for each API key. If you need 2 or 3 API keys please let us know. In total we expect 50 beta-testers.
2. Advanced beta-testing with your own shared node
- Download the 0.22.2-rc node version:
https://github.com/idena-network/idena-go/releases/tag/v0.22.2-rc.0
- You can run the shared node with any random private key. In order to preload all flips before the validation please run the node with the following parameter in the config file
{ "Sync" : { "LoadAllFlips": true } }
- Use a proxy server to enable https:// connection to the shared node RPC
- Use the web client to connect to your shared node