Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
ddp 3fbfd0ae41 allow env to stay 3 lat temu
app 05/24/2021 03:31:47 PM MST 3 lat temu
bin first commit 3 lat temu
docs first commit 3 lat temu
public first commit 3 lat temu
routes first commit 3 lat temu
views 05/24/2021 03:31:47 PM MST 3 lat temu
.gitignore allow env to stay 3 lat temu
LICENSE first commit 3 lat temu
README.md 05/24/2021 03:31:47 PM MST 3 lat temu
app.js 05/24/2021 03:31:47 PM MST 3 lat temu
installnodejs.txt dealing with lighthttpd 3 lat temu
package-lock.json first commit 3 lat temu
package.json first commit 3 lat temu
proglog.txt first commit 3 lat temu

README.md

Simple, stateless Vivocoin blockchain explorer, via RPC. Built with Node.js, express, bootstrap-v4.

This tool is intended to be a simple, stateless, self-hosted explorer for the Vivocoin blockchain, driven by RPC calls to your own vivod node. This tool is easy to run but lacks features compared to full-fledged (stateful) explorers.

I built this tool because I wanted to use it myself. Whatever reasons one might have for running a full node (trustlessness, technical curiosity, etc) it's helpful to appreciate the “fullness” of a node.

Features

  • List of recent blocks
  • Browse blocks by height, in ascending or descending order
  • View block details
  • View transaction details, with navigation backward via spent outputs
  • View raw JSON output used to generate most pages
  • Mempool/unconfirmed transaction counts by fee (sat/B)