Compare commits

..

3 Commits

Author SHA1 Message Date
Nathan.Woodburn/
0c3c88983a docs: update wallets 2024-02-13 04:43:37 +00:00
Nathan.Woodburn/
91bae1521d docs: create firewallet 2024-02-13 04:42:58 +00:00
Nathan.Woodburn/
b9a1e03c20 docs: upload firewallet/favicon.png 2024-02-13 04:41:41 +00:00
3 changed files with 48 additions and 5 deletions

43
firewallet.md Normal file
View File

@ -0,0 +1,43 @@
---
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)

BIN
firewallet/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

View File

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