Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 541 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 541 Bytes

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