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.
coldstar f34a027081 first commit преди 3 години
app first commit преди 3 години
bin first commit преди 3 години
docs first commit преди 3 години
public first commit преди 3 години
routes first commit преди 3 години
views first commit преди 3 години
.gitignore first commit преди 3 години
LICENSE first commit преди 3 години
README.md first commit преди 3 години
app.js first commit преди 3 години
package-lock.json first commit преди 3 години
package.json first commit преди 3 години
proglog.txt first commit преди 3 години

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)