FireWalletCosmos/README.md

41 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

# FireWalletLite
2023-07-07 17:01:16 +10:00
A lite wallet for Handshake.
2023-07-19 15:36:49 +10:00
This is aimed to be mainly used for holding HNS and domains without sending anything.
For example if you want to gift a domain to someone, you can have them use this wallet to store the wallet.
You will still need to renew the domains at least every 2 years.
2023-07-07 17:01:16 +10:00
## 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.
2023-07-15 21:23:04 +10:00
This wallet supports
- Displaying balance
- Domain list and expiration date
2023-07-07 17:01:16 +10:00
- Renew expiring domains button
2023-07-15 21:23:04 +10:00
- Displaying receiving address
- Sending HNS
- Sign message
2023-07-07 17:01:16 +10:00
This wallet does not (and will never) support
- Creating new wallets
- Auctions (bidding, revealing, etc)
- Multisig wallets
- Hardware wallets
2023-07-15 21:23:04 +10:00
- DNS management
2023-07-07 17:01:16 +10:00
2023-07-19 15:36:49 +10:00
If you want to use a wallet with more features, please use [Fire Wallet](https://firewallet.au) or [Bob Wallet](https://bobwallet.io) instead.
## Install
FireWalletLite is available for Windows only.
You can download the latest prebuilt release from [here](https://git.woodburn.au/nathanwoodburn/FireWalletLite/releases).
You should download the `FireWalletLite.zip` file and extract it to a folder then run the `setup.exe` file as this file will install the .net runtime if it is not already installed.
**You can also build it yourself by cloning this repo and building it in Visual Studio.**