3 रिपॉजिटरी
Storage systems that maintain a verifiable sequence of state transitions across a peer-to-peer network.
Distinct from Distributed Database Synchronization: Candidates focus on general P2P sync or replication rather than the specific architectural requirements of a blockchain ledger.
Explore 3 awesome GitHub repositories matching data & databases · Distributed Ledger Databases. Refine with filters or upvote what's useful.
java-tron एक Tron ब्लॉकचेन फुल नोड का Java इम्प्लीमेंटेशन है। यह नेटवर्क नोड चलाने, ट्रांजेक्शन को मान्य करने और ब्लॉक बनाने के लिए कोर इंफ्रास्ट्रक्चर प्रदान करता है। प्रोजेक्ट में एक प्रूफ-ऑफ-स्टेक सर्वसम्मति इंजन, एक डिस्ट्रीब्यूटेड लेजर डेटाबेस, और ऑन-चेन स्टेट ट्रांजेक्शन को प्रबंधित करने के लिए एक स्मार्ट कॉन्ट्रैक्ट रनटाइम शामिल है। सिस्टम फुल और लाइट नोड ऑपरेशंस दोनों के लिए अपने समर्थन द्वारा प्रतिष्ठित है, जो सिंक्रोनाइज़ेशन में तेजी लाने और हार्डवेयर आवश्यकताओं को कम करने के लिए स्टेट स्नैपशॉट्स का उपयोग करता है। इसमें एक मल्टी-इंजन डेटाबेस एब्स्ट्रैक्शन है जो प्रदर्शन को अनुकूलित करने के लिए विभिन्न फिजिकल डिस्क में स्टोरेज माइग्रेशन, पार्टिशनिंग और प्रूनिंग की अनुमति देता है। सॉफ्टवेयर ब्लॉकचेन क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है, जिसमें डिजिटल एसेट प्रबंधन, प्रतिनिधि चुनावों के माध्यम से नेटवर्क गवर्नेंस, और वर्चुअल मशीन के माध्यम से प्रोग्राम योग्य लॉजिक का निष्पादन शामिल है। यह HTTP, gRPC और JSON-RPC प्रोटोकॉल का समर्थन करने वाले गेटवे के माध्यम से ब्लॉकचेन डेटा और फंक्शन्स को उजागर करता है। प्रोजेक्ट नेटवर्क नोड्स को इनिशियलाइज़ करने, निजी ब्लॉकचेन वातावरण डिप्लॉय करने और एन्क्रिप्टेड अकाउंट कीस्टोर्स को प्रबंधित करने के लिए उपकरण प्रदान करता है।
Implements a distributed ledger database that maintains blockchain state and history using Merkle trees.
BigchainDB is a blockchain data management system designed to store large datasets on a distributed ledger while maintaining the query performance of a traditional database. It provides immutable record storage for data and digital assets, ensuring a verifiable history of all entries. The project integrates a decentralized blockchain structure with a NoSQL database backing to enable efficient indexing and complex data lookups. It uses a consensus-based state replication model and immutable transaction logging to prevent unauthorized record alteration. The system exposes the ledger state and
Provides a distributed ledger database that integrates blockchain structure with NoSQL performance for verifiable data integrity.
Hyperledger is an enterprise blockchain ecosystem consisting of a collection of open-source frameworks and libraries. It provides the distributed ledger technology and modular architectures necessary to build permissioned blockchain applications for industrial use cases. The project is characterized by a multi-framework ecosystem that separates consensus and membership services into interchangeable components. This modularity allows for the use of various agreement mechanisms, including crash-fault and Byzantine fault tolerant protocols, to maintain a synchronized and immutable record of tran
Implements storage systems that maintain a verifiable sequence of state transitions across a peer-to-peer network.