2 repository-uri
HTTP endpoints that expose the operational state and peer information of a network node.
Distinct from HTTP API Integrations: Focuses on exposing node internal state rather than general HTTP request/response patterns.
Explore 2 awesome GitHub repositories matching web development · Node Status Endpoints. Refine with filters or upvote what's useful.
Corda is a distributed ledger technology platform used to build private, interoperable business networks. It provides a framework for creating shared records of facts and executing smart contracts between specific participants without requiring global data broadcasting. The platform distinguishes itself through a point-to-point state distribution model and a UTXO-based ledger, ensuring that transaction data is shared only between involved parties to maintain strict privacy. It utilizes a JVM-based smart contract engine to execute business logic written in Java or Kotlin and employs a notary-b
Exposes node operational state, peer lists, and ledger data via HTTP endpoints for external interfaces.
This project is a blockchain node software implementation that maintains a decentralized ledger using the Ouroboros proof-of-stake consensus protocol. It provides a complete environment for operating a distributed record, including a cryptocurrency wallet backend and a peer-to-peer network layer. The system is distinguished by its use of a UTXO-based ledger model and a diffusion-based state synchronization layer for node communication. It integrates a Public Key Infrastructure with TLS-authenticated communication to secure inter-node traffic and employs hierarchical deterministic key derivati
Exposes HTTP endpoints that provide the current operational state and network subscription status of the node.