IOTA 2.0 DevNet GUI Wallet, a lightweight wallet for the IOTA 2.0 DevNet network.
Disclaimer - This wallet is intended to demonstrate how to communicate with the IOTA 2.0 DevNet network, your seed is NOT stored securely.
The code is a React app wrapped in the electron runtime.
npm install
npm run buildYou can execute the local build in a development electron shell by running.
npm run start-electronIf you want to create the final packages for your platform you can package it using the details below. The /out folder will contain the executable for your platform when packaging completes.
npm run package-winnpm run package-macFor local development, set the environment variable MACOS_SKIP_NOTARIZATION=true (or MACOS_SKIP_NOTARISATION).
npm run package-linuxBy default the application is configured to access a GoShimmer nodes API at http://nodes.nectar.iota.cafe. To make it communicate with another node you can change the endpoint in the settings page.

