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-आधारित लेजर के माध्यम से खुद को अलग करता है, यह सुनिश्चित करता है कि लेनदेन डेटा केवल शामिल पक्षों के बीच साझा किया जाता है ताकि सख्त गोपनीयता बनी रहे। यह Java या Kotlin में लिखे गए व्यावसायिक लॉजिक को निष्पादित करने के लिए JVM-आधारित स्मार्ट कॉन्ट्रैक्ट इंजन का उपयोग करता है और लेनदेन विशिष्टता को सत्यापित करने और डबल-स्पेंडिंग को रोकने के लिए नोटरी-आधारित तंत्र का उपयोग करता है। यह सिस्टम क्षमताओं के एक व्यापक सेट को कवर करता है, जिसमें पब्लिक की इंफ्रास्ट्रक्चर के माध्यम से सर्टिफिकेट-आधारित पहचान प्रबंधन, टोकन और वित्तीय साधनों को ट्रैक करने के लिए डिजिटल एसेट लाइफसाइकिल प्रबंधन, और मल्टी-पार्टी सर्वसम्मति के लिए वितरित वर्कफ़्लो समन्वय शामिल है। इसमें नोड इंफ्रास्ट्रक्चर निगरानी, लेजर स्टेट निरीक्षण और ओरेकल सेवाओं के माध्यम से ऑफ-लेजर डेटा के एकीकरण के लिए उपकरण भी शामिल हैं। यह प्रोजेक्ट नोड प्रबंधन के लिए एक कमांड-लाइन इंटरफेस और कॉन्ट्रैक्ट फ्लो लॉजिक और लेजर एप्लिकेशन्स को सत्यापित करने के लिए एक स्वचालित परीक्षण सूट प्रदान करता है।
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.