Javier747Belbruno / Waterfly-Wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WaterFly Wallet: a simple Iota wallet using Wallet.rs binding.

Desc: Manage multiple accounts and check address, balance and send IOTA tokens.

Features

v1.0

  • Create a new account.
  • Handle multiple accounts.
  • Check balance.
  • Show address.
  • Send IOTA to other wallets.

v1.0.1

  • error folder creation.
  • delete console log backend side.
  • error fix account display, bad format for account name, After creating a new account I think. See acount.svelte.

v1.1

  • Create a backup of your wallet.
  • Restore your wallet from a backup.
  • Localizate account files in home directory (linux,windows 10).
  • See how to reproduce Rust errors in node js.

Build

  • npm install
  • npm run desktop (dev)
  • npm run build:linux (Release in AppImage format)

Product Notes:

  • All addresses and balance run over Chrysalis Devnet Network.
  • For safety, User can't change the to prod.

Dev Notes:

  • Electron v17.x doesn't build.

About


Languages

Language:Svelte 49.3%Language:TypeScript 42.0%Language:CSS 5.6%Language:HTML 3.1%