選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
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)