Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
coldstar 3e69d006d2 05/27/2021 11:40:42 AM MST 2 anos atrás
app 05/25/2021 01:53:26 PM MST 2 anos atrás
bin first commit 2 anos atrás
docs first commit 2 anos atrás
public first commit 2 anos atrás
routes 05/26/2021 07:35:33 AM MST 2 anos atrás
views 05/27/2021 11:40:42 AM MST 2 anos atrás
.gitignore allow env to stay 2 anos atrás
LICENSE first commit 2 anos atrás
README.md 05/24/2021 03:31:47 PM MST 2 anos atrás
app.js 05/24/2021 03:31:47 PM MST 2 anos atrás
installnodejs.txt 05/25/2021 11:18:10 AM MST 2 anos atrás
package-lock.json 05/25/2021 01:53:26 PM MST 2 anos atrás
package.json 05/25/2021 02:36:32 PM MST 2 anos atrás
proglog.txt first commit 2 anos atrás

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)