Here are
171 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.
⚠️ ⚠️ ⚠️ Hyperledger Composer has been deprecated ⚠️ ⚠️ ⚠️
Updated
Mar 8, 2020
JavaScript
Core repository for Sawtooth Distributed Ledger
Updated
Aug 21, 2020
Python
Iroha - A simple, decentralized ledger
Updated
Aug 20, 2020
Java
Updated
Aug 21, 2020
JavaScript
Operating System for Enterprise Blockchain
Updated
Aug 1, 2020
Python
Updated
Aug 20, 2020
JavaScript
Waltz is a quorum-based distributed write-ahead log for replicating transactions
Updated
Aug 15, 2020
Java
Hyperledger Fabric Python SDK
Updated
Aug 21, 2020
Python
Interchain Standards (ICS) for the Cosmos network & interchain ecosystem.
⚠️ ⚠️ ⚠️ Hyperledger Composer has been deprecated ⚠️ ⚠️ ⚠️
Updated
Aug 30, 2019
JavaScript
A new distributed web protocol for smart contracts and decentralized applications.
Golang implementation of the PlatON protocol
Iroha - A simple, enterprise-grade decentralized ledger
High performance and distributed HTTP KV store accessible through a REST API. 🦀
Updated
May 25, 2020
Rust
EOS Smart Contract Development Examples
Updated
Jul 17, 2020
JavaScript
⚠️ ⚠️ ⚠️ Hyperledger Composer has been deprecated ⚠️ ⚠️ ⚠️
Updated
Aug 30, 2019
JavaScript
Android library for Iroha, a Distributed Ledger Technology (blockchain) platform.
Updated
Jul 21, 2020
Java
🌞 Stellar wallet. Secure and user-friendly.
Updated
Aug 19, 2020
TypeScript
Updated
May 26, 2020
Clojure
Stellar API SDK for .NET Core 2.x and .NET Standard 2.0
iOS Swift library for Iroha, a simple distributed ledger
Updated
Jun 29, 2020
Objective-C
Improve this page
Add a description, image, and links to the
distributed-ledger
topic page so that developers can more easily learn about it.
Curate this topic
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."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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