Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

README.md 842B

3 år sedan
123456789101112131415
  1. Simple, stateless Vivocoin blockchain explorer, via RPC. Built with Node.js, express, bootstrap-v4.
  2. 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.
  3. 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.
  4. # Features
  5. * List of recent blocks
  6. * Browse blocks by height, in ascending or descending order
  7. * View block details
  8. * View transaction details, with navigation backward via spent outputs
  9. * View raw JSON output used to generate most pages
  10. * Mempool/unconfirmed transaction counts by fee (sat/B)