Compare commits

..

No commits in common. "0c3c88983a146d242904e6f9c98aeda90e54732c" and "749021c3716028e03d9717152cdc64534aa123ec" have entirely different histories.

3 changed files with 5 additions and 48 deletions

View File

@ -1,43 +0,0 @@
---
title: FireWallet
description:
published: 1
date: 2024-02-13T04:42:53.044Z
tags: tools, wallets
editor: markdown
dateCreated: 2024-02-13T04:42:53.044Z
---
# FireWallet
![favicon.png](/firewallet/favicon.png =256x256){.align-right}
A fully opensource Handshake wallet that is just Fire.
## FireWallet Browser
FireWallet Browser is a python application that connects to any HSD node and hosts a web based wallet.
It allows for sharing the wallet over a VPN or local network to a mobile device without the connecting device needing a HSD node.
FireWallet Browser allows for custom plugins to be added. They are easy to code in Python so anyone can create them.
Plugins can get [Niami](/niami) ratings for your domain, automatically set the DNS to a varo clone or even automate a WordPress site setup.
### Features
- Basic wallet functionality such as creating/importing wallets and sending/recieving HNS and domains
- Sending to HIP2 domain aliases (this allows you to send HNS and domains to domains like @nathan.woodburn)
- Download a list of all domains in a customizable format
- Resend all pending transactions
- Easy theming
- Custom plugins
<br><br><br>
## FireWallet Desktop (Not maintained)
FireWallet Desktop is a C# based wallet. It is only able to run on Windows and is no longer maintained.
It has many batching features to allow for bulk actions.
## Links
- [Website](https://firewallet.au)
- [Support Discord Server](https://l.woodburn.au/discord)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

View File

@ -2,7 +2,7 @@
title: Wallets
description:
published: 1
date: 2024-02-13T04:43:33.232Z
date: 2024-02-09T06:03:26.096Z
tags:
editor: markdown
dateCreated: 2024-02-09T04:45:27.058Z
@ -12,12 +12,12 @@ dateCreated: 2024-02-09T04:45:27.058Z
## Custodial Wallets
- [Namebase](/namebase)
- [ShakeStation](/shakestation)
- [Namebase](/en/namebase)
- [ShakeStation](/en/shakestation)
## Self Custodial Wallets
- [Bob Wallet](/bobwallet)
- [FireWallet](/firewallet)
- [Bob Wallet](/en/bobwallet)
- [FireWallet](https://firewallet.au/)
- [FX Wallet](https://www.fxwallet.com/) (Not open source)
- [CoinEx Wallet](https://wallet.coinex.com/) (Not open source)
- [Palm Reader](https://github.com/pinheadmz/palmreader)