Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

iotaledger/IOTA-2.0-DevNet-wallet

Repository files navigation

IOTA 2.0 DevNet GUI Wallet

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.

IOTA 2.0 DevNet Wallet

Building

The code is a React app wrapped in the electron runtime.

npm install
npm run build

You can execute the local build in a development electron shell by running.

npm run start-electron

If 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.

Windows

npm run package-win

Mac

npm run package-mac

For local development, set the environment variable MACOS_SKIP_NOTARIZATION=true (or MACOS_SKIP_NOTARISATION).

Linux

npm run package-linux

Settings

By 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.

IOTA 2.0 DevNet Wallet