BTC-RPC-EXPLORER
This guide will allow you to operate and utilize your Dojo to back a full Bitcoin Explorer. (This set up is designed to be accessible from your local LAN only)
Node.js
We will be completely operating from your main device, unless otherwise stated. So grab your laptop, and follow along.
Determine which download you need:
Now head to: https://nodejs.org/en/download/
Right click on the correct download to "Copy link address" you need. For this example I'll use the linux x64 download.
Unpack and install
Check the version
And that's it for node.js!
Install the Explorer
First, head over to github and read up on the explorer: https://github.com/janoside/btc-rpc-explorer
Ok, now we are going to pull the repo using git (alternatively you can use wget) and install it using npm.
Now we need to set the .env file. To do this we are going to edit the .env-sample file, then save as .env to activate it.
WARNING: To be clear to save as, before hitting Enter, you should see the file name: .env
If you still have: .env-sample It will not work.
Ok, now we are all set... all thats left is to start.
Go to 127.0.0.1:3002 (or whatever port you used) and you should now have access to your full explorer!
Credits
Huge shout out to janoside for making this RPC explorer. And the Dojo Telegram group for all the help.
Join the telegram group at: https://t.me/samourai_dojo
DM me on Twitter: @BTCxZelko or Telegram @BTCxZelko if you have any questions.
Last updated