Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
coldstar f34a027081 first commit vor 3 Jahren
app first commit vor 3 Jahren
bin first commit vor 3 Jahren
docs first commit vor 3 Jahren
public first commit vor 3 Jahren
routes first commit vor 3 Jahren
views first commit vor 3 Jahren
.gitignore first commit vor 3 Jahren
LICENSE first commit vor 3 Jahren
README.md first commit vor 3 Jahren
app.js first commit vor 3 Jahren
package-lock.json first commit vor 3 Jahren
package.json first commit vor 3 Jahren
proglog.txt first commit vor 3 Jahren

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 smartcashd 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)