COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - http://web.archive.org/web/20210820104922/https://github.com/topics/distributed-ledger
Here are
190 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 is a Collaborative Project at The Linux Foundation.
⚠️ ⚠️ ⚠️ Hyperledger Composer has been deprecated ⚠️ ⚠️ ⚠️
Updated
Mar 8, 2020
JavaScript
Core repository for Sawtooth Distributed Ledger
Updated
Jul 26, 2021
Python
Updated
Aug 16, 2021
JavaScript
Iroha - A simple, decentralized ledger
Updated
Aug 19, 2021
Java
Operating System for Enterprise Blockchain
Updated
Aug 18, 2021
Python
Updated
Aug 20, 2021
JavaScript
Golang implementation of the PlatON protocol
Waltz is a quorum-based distributed write-ahead log for replicating transactions
Updated
Aug 12, 2021
Java
Interchain Standards (ICS) for the Cosmos network & interchain ecosystem.
Hyperledger Fabric Python SDK
Updated
Aug 18, 2021
Python
Iroha - A simple, enterprise-grade decentralized ledger
⚠️ ⚠️ ⚠️ Hyperledger Composer has been deprecated ⚠️ ⚠️ ⚠️
Updated
Aug 30, 2019
JavaScript
A new distributed web protocol for smart contracts and decentralized applications.
Python implementation of the IPv8 layer
Updated
Aug 19, 2021
Python
EOS Smart Contract Development Examples
🌞 Stellar wallet. Secure and user-friendly.
Updated
Aug 11, 2021
TypeScript
Updated
May 19, 2021
Java
Updated
Jul 12, 2021
JavaScript
Android library for Iroha, a Distributed Ledger Technology (blockchain) platform.
Updated
Jul 21, 2020
Java
⚠️ ⚠️ ⚠️ Hyperledger Composer has been deprecated ⚠️ ⚠️ ⚠️
Updated
Aug 30, 2019
JavaScript
Stellar API SDK for .NET Core 2.x and .NET Standard 2.0
Updated
Feb 8, 2021
Clojure
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