You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dan Janosik
68dfc6b367
|
8 years ago | |
---|---|---|
app | 8 years ago | |
bin | 8 years ago | |
public | 8 years ago | |
routes | 8 years ago | |
views | 8 years ago | |
.gitignore | 8 years ago | |
LICENSE | 8 years ago | |
README.md | 8 years ago | |
app.js | 8 years ago | |
package.json | 8 years ago |
README.md
BTC RPC Explorer
Simple, stateless Bitcoin blockchain explorer, via RPC. Build with Node.js, express, bootstrap-v4.
Getting started
Prerequisites
- Install and run a
Full Node
- instructions. Ensure that your node has full transaction indexing enabled (txindex=1
) and the RPC server enabled (server=1
). - Synchronize your node with the Bitcoin network.
Instructions
- Clone this repo
npm install
to install all required dependenciesnpm start
to start the local server- Navigate to http://127.0.0.1:3002/
- Connect using the RPC credentials for your target bitcoin node