The Handshake wallet that is Fire
Go to file
2023-06-13 22:51:48 +10:00
assets readme: Added info on new wallets 2023-06-09 14:46:55 +10:00
example-configs main: Added settings page 2023-06-08 18:08:02 +10:00
FireWallet main: Added agent to internal HSD node 2023-06-13 22:51:48 +10:00
FireWalletSetup main: Added better errors for git, node or npm not installed 2023-06-13 11:30:54 +10:00
.gitattributes Add .gitattributes, .gitignore, README.md, and LICENSE.txt. 2023-06-06 14:43:10 +10:00
.gitignore Add .gitattributes, .gitignore, README.md, and LICENSE.txt. 2023-06-06 14:43:10 +10:00
debugging.md docs: Added some debugging information 2023-06-10 13:42:52 +10:00
FireWallet.sln install: Added new .msi installer for easier installation 2023-06-10 14:55:36 +10:00
hsd-ledger hsd-ledger: Added node script for ledger wallets 2023-06-09 14:02:44 +10:00
LICENSE.txt Add .gitattributes, .gitignore, README.md, and LICENSE.txt. 2023-06-06 14:43:10 +10:00
README.md readme: Added install video 2023-06-10 15:29:03 +10:00

FireWallet

Experimental wallet for Handshake chain

Installation

From Releases

You can install the latest release from here.

Here are some videos showing how to install and use FireWallet: Install with a running Bob wallet: https://cloud.woodburn.au/s/pS8e2oQDidrMJWx Install with internal HSD: https://cloud.woodburn.au/s/trwd8TyxbDfqaxF (You NEED to have Node, NPM, and git installed to use internal HSD)

Build from source

You can build from source by cloning this repo.
You will need Visual Studio (recommend a recent version) and .net desktop development tools installed.

Setup

Create a new wallet

You can create or import a wallet by clicking on the New button from the login screen.
You will need to enter a password to encrypt your wallet.
This password will be used to encrypt your wallet and to login to your wallet.
At the moment exporting your Seed Phase does not work

Alt text

First time setup

When you first open the wallet you will be prompted to set your node settings.

You can either connect to an existing HSD (or Bob) node or you can run your own node.
If you want to run your own node you should select the Run HSD option.
This will take a few minutes to download and install HSD.

You can get the API key from the HSD launch command or in Bob wallet under settings > Wallet > API key.
If you change this key in HSD or Bob you will need to update it in FireWallet.

Node settings
If you need to change your Node settings you can edit the file in %appdata%\FireWallet\node.txt





Usage

Login to your wallet by entering your password (the same as the Bob password).
This password will be stored in memory until you Logout or close the wallet.
This means you will not need to enter your password again until you close the wallet.

Portfolio

The portfolio page shows your current balance.
The locked balance is the amount of HNS that is currently locked in auctions.
This also includes the amount of HNS that is locked in closed auctions (aka the spent bid).

This page shows a list of your transactions.
Clicking on a Hash will open the transaction in an explorer.
You can change the number of transactions shown in the portfolio-tx: settings.


Portfolio



Sending HNS

Send

Receiving HNS or Domains

The receive page shows your current HNS address.
This is the address you can give to people to send you HNS or domains.
This address will change every time you receive HNS or domains to prevent address reuse.

Receive

Domains

The domains page shows a list of your domains.
It also lets you search for domains. Clicking on a domain will open the domain in the domain windows.

Domains

The domain windows shows the details of the domain.
This window also lets you auction and manage domains.

Domain_Search Domain_Manage

Manage Domains

You can update the records of your domains by clicking on the Edit DNS or Edit in Batch buttons.
This will open a window where you can edit the records of your domain.
After you have made your changes you can click the Send button to either send the transaction to the network or to the batch window.

DNS Editor

Batching

The batch window lets you send multiple transactions at once.
You can add transactions to the batch from the domain window or the DNS editor.

Batch

Importing

You can also import a list of domains to the batch window.
The "CANCEL" transaction type is used to cancel an transfer.

At the momemt "UPDATE" or coin only transactions are not supported.

Batch Import

Exporting

You can export the batch to a file.
This file will store the transaction type, name, and any data needed to send the transaction.
You can then import this file to send the transactions.
An example of this file can be found here.

Ledger

You can use a Ledger device to sign transactions.
You need to have Node, NPM, and git installed to use Ledger.
The Ledger components are not included in the app.
These will install when you first send HNS (not domains) from a Ledger.

Settings

FireWallet uses a few different settings files.
They are stored in %appdata%\FireWallet\ (C:\Users\{username}\AppData\Roaming\FireWallet\)

settings.txt

This file stores the user settings for the application.

node.txt

This file stores the node (HSD/Bob connection) settings.
The Network is the network you want to connect to (default is 0 for Mainnet).
If you delete this file, FireWallet will show the node setup screen on next startup.

theme.txt

This file stores the theme settings.
The theme is the color scheme of the application.
The transparent-mode key is used to enable or disable transparent modes.
There are 4 modes: off is disabled, mica is windows app style, key is to make 1 colour transparent, and percent is to set the opacity of the window.

log.txt

This file stores the logs for the application.
You should check this file if you have any issues with the application.