https://github.com/jcnelson/status.sh
Self-contained block explorer for Stacks
https://github.com/jcnelson/status.sh
Last synced: 8 months ago
JSON representation
Self-contained block explorer for Stacks
- Host: GitHub
- URL: https://github.com/jcnelson/status.sh
- Owner: jcnelson
- License: gpl-3.0
- Created: 2020-10-22T18:07:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T04:24:32.000Z (over 1 year ago)
- Last Synced: 2025-02-01T19:02:38.807Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 102 KB
- Stars: 11
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# status.sh
Self-contained single-file Stacks chain explorer, written in 100% `bash`.
It should work on any modern Linux distribution (tested on Alpine 3.12, Ubuntu
20.04, and Amazon Linux 2). Some specific requrements:
* Bash 5.x (might work with 4.3)
* OpenSSL 1.1.x
* `blockstack-cli` from https://github.com/blockstack/stacks-blockchain
Endpoints return data as HTML pages or JSON. Most HTML endpoints have a JSON equivalent;
read the code for details. The program is also capable of running as a one-shot command for
generating JSON reports.
Pages are best viewed with `lynx`.