Skip to content

Tuditi/iota-address-book

Repository files navigation

IOTA Wallet

This is an example for an IOTA Address Book based on Svelte, TypeScript and Electron. The application is capable of managing a list of IOTA Addresses and their balances at time of addition.

In the future, live reload of addresses will be supported.

Prerequisites:

  • Node: 14.16.0+

Get started

Go to the project directory and install the dependencies...

npm install
npm run dev

If you want to change the Electron app itself and see the changes live, then run:

npm run nodemon