2 个仓库
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 是一个分布式账本技术平台,用于构建私有的、可互操作的商业网络。它提供了一个框架,用于创建事实共享记录,并在特定参与者之间执行智能合约,而无需进行全局数据广播。 该平台通过点对点状态分发模型和基于 UTXO 的账本脱颖而出,确保交易数据仅在相关方之间共享,从而保持严格的隐私性。它利用基于 JVM 的智能合约引擎来执行用 Java 或 Kotlin 编写的业务逻辑,并采用基于公证人的机制来验证交易唯一性并防止双重支付。 该系统涵盖了广泛的功能,包括通过公钥基础设施进行基于证书的身份管理、用于跟踪代币和金融工具的数字资产生命周期管理,以及用于多方共识的分布式工作流协调。它还包括节点基础设施监控、账本状态检查以及通过预言机服务集成账本外数据的工具。 该项目提供了用于节点管理的命令行界面,以及用于验证合约流程逻辑和账本应用的自动化测试套件。
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.