Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanzure/rpcblockchainexplorer
Lightweight local RPC blockchain explorer (web application)
https://github.com/kanzure/rpcblockchainexplorer
Last synced: 3 months ago
JSON representation
Lightweight local RPC blockchain explorer (web application)
- Host: GitHub
- URL: https://github.com/kanzure/rpcblockchainexplorer
- Owner: kanzure
- License: other
- Created: 2015-06-02T02:31:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T14:47:07.000Z (about 4 years ago)
- Last Synced: 2023-04-19T06:35:51.697Z (over 1 year ago)
- Language: Python
- Size: 23.4 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RPC-based Blockchain Explorer
This is a small python application that runs a web server for locally exploring
a blockchain using RPC connectivity.# configuration
$HOME/.bitcoin/bitcoin.conf needs to define rpcuser and rpcpassword.
Optionally, rpcconnect (rpc listening address) and rpcport may be defined.
Notably, the documented recommended command line for alphad configures it to
listen on a nondefault port.The BCE_ADDR and BCE_PORT environment variables can be used to override the
default http server address and port binding of 127.0.0.1:5000.# license
BSD