-
Updated
Dec 24, 2020 - Go
#
distributed-ledger
Here are 176 public repositories matching this topic...
Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.
Hyperledger Project is a new Collaborative Project at The Linux Foundation. The technical community is just getting started and will be adding code to the repository in the coming weeks. Check hyperledger.org for more information about joining the mailing lists and participating in the conversations.
-
Updated
Jul 12, 2020
-
Updated
Mar 8, 2020 - JavaScript
Core repository for Sawtooth Distributed Ledger
-
Updated
Nov 13, 2020 - Python
Iroha - A simple, decentralized ledger
-
Updated
Apr 16, 2019 - C++
-
Updated
Dec 16, 2020 - Java
-
Updated
Dec 11, 2020 - JavaScript
Official Go implementation of the Ontology protocol. https://dev-docs.ont.io/#/
-
Updated
Nov 25, 2020 - Go
Operating System for Enterprise Blockchain
-
Updated
Dec 18, 2020 - Python
-
Updated
Dec 24, 2020 - Go
Hyperledger Fabric SDK for Node https://wiki.hyperledger.org/display/fabric
-
Updated
Dec 18, 2020 - JavaScript
S11001001
commented
Sep 29, 2020
With #7482, the test "fall back to limit-based query with consistent results" fails occasionally here:
With a message like so
Vector("0100000c21", ...) did not equal Vector(...)
-
Updated
Dec 22, 2020 - Go
Waltz is a quorum-based distributed write-ahead log for replicating transactions
distributed-systems
database
log
transactional
quorum
distributed-ledger
multi-region
write-ahead-log
-
Updated
Dec 8, 2020 - Java
Golang implementation of the PlatON protocol
distributed-systems
distributed-computing
wasm
distributed-ledger
private-blockchain
privacy-preserving
bft-protocols
-
Updated
Dec 24, 2020 - Go
Hyperledger Fabric Python SDK
-
Updated
Dec 18, 2020 - Python
Interchain Standards (ICS) for the Cosmos network & interchain ecosystem.
-
Updated
Dec 18, 2020 - TeX
-
Updated
Aug 30, 2019 - JavaScript
A new distributed web protocol for smart contracts and decentralized applications.
-
Updated
Apr 11, 2020 - C++
Iroha - A simple, enterprise-grade decentralized ledger
-
Updated
Dec 24, 2020 - C++
EOS Smart Contract Development Examples
blockchain
eos
distributed-ledger
blockchain-demos
decentralized-applications
eos-contracts
eosio
decentralized-application
decentralized-storage
blockchain-demo
eos-blockchain
eos-tutorials
-
Updated
Nov 30, 2020 - C++
Ontology Documents https://ont.io
-
Updated
Jul 17, 2020 - JavaScript
Hyperledger Fabric Gateway SDK for Java https://wiki.hyperledger.org/display/fabric
-
Updated
Nov 4, 2020 - Java
-
Updated
Aug 30, 2019 - JavaScript
Android library for Iroha, a Distributed Ledger Technology (blockchain) platform.
-
Updated
Jul 21, 2020 - Java
react
cryptography
typescript
cryptocurrency
wallet
stellar
stellar-network
distributed-ledger
stellar-lumens
-
Updated
Dec 21, 2020 - TypeScript
Stellar API SDK for .NET Core 2.x and .NET Standard 2.0
csharp
dotnetcore
blockchain
cryptocurrency
dotnet-core
horizon
stellar
stellar-network
blockchain-technology
distributed-ledger
-
Updated
Dec 22, 2020 - C#
-
Updated
May 26, 2020 - Clojure
Python implementation of the IPv8 layer
-
Updated
Dec 16, 2020 - Python
Improve this page
Add a description, image, and links to the distributed-ledger topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the distributed-ledger topic, visit your repo's landing page and select "manage topics."


Currently there seem to be 3 options for testing Corda:
The MockNetwork is useful for testing flows but it doesn't implement an RPC interface so you can't use it in your Spring REST API tests.
The Driver DSL has an RPC interface but all the work appears to have to be done in the dsl closure which means you can't get