feat: Add setup website to readme

This commit is contained in:
Nathan Woodburn 2025-01-31 16:53:22 +11:00
parent 08e6d5834d
commit c236cb964d
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -1,6 +1,8 @@
# FireWalletBrowser
## Installation
See [here](https://firewallet.au/setup) for instructions on how to setup a FireWallet
```bash
git clone https://github.com/Nathanwoodburn/firewalletbrowser.git
cd firewalletbrowser
@ -119,7 +121,7 @@ HSD_API: HSD API key
HSD_IP: HSD IP address
THEME: Theme to use (dark-purple, black)
SHOW_EXPIRED: Show expired domains (true/false)
EXCLUDE: Comma separated list of wallets to exclude from the wallet list
EXCLUDE: Comma separated list of wallets to exclude from the wallet list (default primary)
EXPLORER_TX: URL for exploring transactions (default https://niami.io/tx/)
HSD_NETWORK: Network to connect to (main, regtest, simnet)
```