Compare commits
3 Commits
749021c371
...
0c3c88983a
Author | SHA1 | Date | |
---|---|---|---|
|
0c3c88983a | ||
|
91bae1521d | ||
|
b9a1e03c20 |
43
firewallet.md
Normal file
43
firewallet.md
Normal 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
BIN
firewallet/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
10
wallets.md
10
wallets.md
@ -2,7 +2,7 @@
|
||||
title: Wallets
|
||||
description:
|
||||
published: 1
|
||||
date: 2024-02-09T06:03:26.096Z
|
||||
date: 2024-02-13T04:43:33.232Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2024-02-09T04:45:27.058Z
|
||||
@ -12,12 +12,12 @@ dateCreated: 2024-02-09T04:45:27.058Z
|
||||
|
||||
|
||||
## Custodial Wallets
|
||||
- [Namebase](/en/namebase)
|
||||
- [ShakeStation](/en/shakestation)
|
||||
- [Namebase](/namebase)
|
||||
- [ShakeStation](/shakestation)
|
||||
|
||||
## Self Custodial Wallets
|
||||
- [Bob Wallet](/en/bobwallet)
|
||||
- [FireWallet](https://firewallet.au/)
|
||||
- [Bob Wallet](/bobwallet)
|
||||
- [FireWallet](/firewallet)
|
||||
- [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)
|
||||
|
Loading…
Reference in New Issue
Block a user