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 3e69d006d2 05/27/2021 11:40:42 AM MST vor 2 Jahren
app 05/25/2021 01:53:26 PM MST vor 2 Jahren
bin first commit vor 2 Jahren
docs first commit vor 2 Jahren
public first commit vor 2 Jahren
routes 05/26/2021 07:35:33 AM MST vor 2 Jahren
views 05/27/2021 11:40:42 AM MST vor 2 Jahren
.gitignore allow env to stay vor 2 Jahren
LICENSE first commit vor 2 Jahren
README.md 05/24/2021 03:31:47 PM MST vor 2 Jahren
app.js 05/24/2021 03:31:47 PM MST vor 2 Jahren
installnodejs.txt 05/25/2021 11:18:10 AM MST vor 2 Jahren
package-lock.json 05/25/2021 01:53:26 PM MST vor 2 Jahren
package.json 05/25/2021 02:36:32 PM MST vor 2 Jahren
proglog.txt first commit vor 2 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 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)