From 086a450e0b9474e861d8ba7cb0b51bf7c754d78f Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Sat, 10 Jun 2023 16:37:09 +1000 Subject: [PATCH] setup: Added install instructions --- index.html | 13 +++++- setup.html | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 132 insertions(+), 1 deletion(-) create mode 100644 setup.html diff --git a/index.html b/index.html index 0635878..918eed7 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,18 @@
diff --git a/setup.html b/setup.html new file mode 100644 index 0000000..a65b84a --- /dev/null +++ b/setup.html @@ -0,0 +1,120 @@ + + + + + + + Home - FireWallet + + + + + + + + + + + + + + + + + + +
+
+
+
+
+

FireWallet

+

Setting up your wallet is only a few clicks away

+
+
+
+
+
+
+
+
+
+

Setup

+

You can get FireWallet running in just 3 steps

+
+
+
+
+
+
+
+
1.
+
Install the latest version
+

Get the latest release from here. Or you can build this from the source code using Visual Studio

+
+
+
+
+
+
+
2.
+
Connect your Node
+

Choose either to connect FireWallet to your existing Node (either HSD or Bob wallet). This will require running Bob to have FireWallet work. Just copy the API key from your settings into the node setup form to get FireWallet connected.

Or FireWallet can run its own node, just select the Run HSD option in the node setup. Just give it a random API key and go to the next step.

+
+
+
+
+
+
+
3.
+
Add your accounts
+

If you have been using Bob your accounts will automatically sync.
Otherwise you can add them with the New button on the Accounts page

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Need Help?

+
Just ask Nathan.Woodburn/  in any Handshake chat or join the discord server.
https://l.woodburn/discord
+
+
+
+
+
+
+
+
+
+
+
+

Copyright © 2023 FireWallet

+
+
+
+ + + + + \ No newline at end of file