Go to file
2023-07-15 20:58:34 +10:00
FireWalletLite main: Added signing messages 2023-07-15 20:58:34 +10:00
.gitattributes Add .gitattributes, .gitignore, README.md, and LICENSE.txt. 2023-07-05 16:44:31 +10:00
.gitignore Add .gitattributes, .gitignore, README.md, and LICENSE.txt. 2023-07-05 16:44:31 +10:00
FireWalletLite.sln Add project files. 2023-07-05 16:44:34 +10:00
LICENSE.txt Add .gitattributes, .gitignore, README.md, and LICENSE.txt. 2023-07-05 16:44:31 +10:00
README.md readme: Added info on the wallet 2023-07-07 17:01:16 +10:00

FireWalletLite

A lite wallet for Handshake.
This is aimed to be mainly used for holding HNS and domains without sending anything.

Features

First run flow:

  • Create a default wallet (Primary)
  • Show Seed phrase and ask user to write it down
  • Require user to encrypt wallet with a password
  • Login with password and show main page

Login only requires password as this wallet is made to only use the primary wallet.

Main Page includes

  • Balance
  • Domain Count
  • Domain List
  • Renew expiring domains button
  • Recieve HNS button (opens a window with address, copy button, and QR code)
  • Send HNS button (opens a window with address, amount, and send button)

This wallet does not (and will never) support

  • Creating new wallets
  • Auctions (bidding, revealing, etc)
  • Multisig wallets
  • Hardware wallets
  • DNS management (a simple DNS managment page might be added in the future)

If you want to use a wallet with more features, please use Fire Wallet or Bob Wallet instead.