GitXplorerGitXplorer
T

iota-address-book

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
1db96f3db85dd30d41a405caad3e70e9851d32af

Updated readme

TTuditi committed 3 years ago
Unverified
4773e301c6ab217b45247e1dfd1a390dc8f3e5d6

Cleaned up code

TTuditi committed 3 years ago
Unverified
7d334b2aa8ddd10009d4cf98b6c917d19c7ec48b

Bugfix 0th index deletion

TTuditi committed 3 years ago
Unverified
50f4e951e1e9382c3eb2025c1ae80eabe79b77e7

Replaced init with constructor

TTuditi committed 3 years ago
Unverified
b02c3101a2b87363ff7cd6ab651a04c3e59171bd

Delete entry bugfix

TTuditi committed 3 years ago
Unverified
b797358b5ac23e92596341da4f19938673bb904c

Balance formatter fix

TTuditi committed 3 years ago

README

The README file for this repository.

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