Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skcript/awesome-hyperledger
A curated list of Hyperledger Resources, Articles, Talks and Applications, all in one place.
https://github.com/skcript/awesome-hyperledger
List: awesome-hyperledger
awesome-list blockchain fabric hyperledger resources sawtooth
Last synced: 6 days ago
JSON representation
A curated list of Hyperledger Resources, Articles, Talks and Applications, all in one place.
- Host: GitHub
- URL: https://github.com/skcript/awesome-hyperledger
- Owner: skcript
- Created: 2018-03-31T02:11:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T19:10:41.000Z (over 2 years ago)
- Last Synced: 2024-04-28T07:51:36.736Z (6 months ago)
- Topics: awesome-list, blockchain, fabric, hyperledger, resources, sawtooth
- Homepage:
- Size: 16.6 KB
- Stars: 59
- Watchers: 11
- Forks: 31
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-baas - awesome-hyperledger
- ultimate-awesome - awesome-hyperledger - A curated list of Hyperledger Resources, Articles, Talks and Applications, all in one place. (Other Lists / PowerShell Lists)
README
# Awesome Hyperledger [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
> A curated list of Hyperledger Resources, Articles, Talks and Applications, all in one place.Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
## Table of Contents
- [Hyperledger Fabric](#hyperledger-fabric)
- [Framework Docs](#framework-docs)
- [Articles](#articles)
- [Samples](#samples)
- [Hyperledger Sawtooth](#hyperledger-sawtooth)
- [Framework Docs](#framework-docs-1)
- [Hyperledger Iroha](#hyperledger-iroha)
- [Framework Docs](#framework-docs-2)
- [Other Tools](#other-tools)
- [Contributing](#contributing)
- [License](#license)## Hyperledger Fabric
[](https://www.hyperledger.org/projects/fabric)### Framework Docs
* [Offical Docs](https://hyperledger-fabric.readthedocs.io/en/release-1.1/) - All about Hyperledger Fabric, mostly the algorithm and theory part.
* [Node Chaincode SDK](https://fabric-sdk-node.github.io/) - NodeJS based Chaincode development documentation
* [Node Client SDK](https://fabric-sdk-node.github.io/) - NodeJS Client SDK documentation
* [Go Chaincode SDK](https://fabric-sdk-node.github.io/) - GoLang Chaincode Documentation
* [Go Client SDK](https://godoc.org/github.com/hyperledger/fabric/core/chaincode/shim) - GoLang Client Documentation
* [Composer Docs](https://hyperledger.github.io/composer/latest/introduction/introduction.html) - Hyperledger Composer Official Documentation### Articles
__Architecture__
* [Demystifying Hyperledger Fabric (1/3): Fabric Architecture](https://medium.com/coinmonks/demystifying-hyperledger-fabric-1-3-fabric-architecture-a2fdb587f6cb)
* [Demystifying Hyperledger Fabric (2/3): Private Data Collection](https://medium.com/coinmonks/demystifying-hyperledger-fabric-2-3-private-data-collection-164220ecafa5)
* [Demystifying Hyperledger Fabric (3/3): Network Traffic Handling, Service Discovery, and Operations Service](https://medium.com/coinmonks/demystifying-hyperledger-fabric-3-3-network-traffic-handling-service-discovery-and-operations-f9a2046b4067)__Network & DevOps__
* [Extending Hyperledger Fabric Network: Adding a New Peer](https://medium.com/@wahabjawed/extending-hyperledger-fabric-network-adding-a-new-peer-4f52f70a7217)
* [Add an organization to your existing Hyperledger Fabric blockchain network using an easy tool](https://www.ibm.com/developerworks/cloud/library/cl-add-an-organization-to-your-hyperledger-fabric-blockchain/index.html)
* [Setting up a Blockchain Business Network With Hyperledger Fabric & Composer Running in Multiple Physical Machine](https://www.skcript.com/svr/setting-up-a-blockchain-business-network-with-hyperledger-fabric-and-composer-running-in-multiple-physical-machine/)
* [Setting up a multi node Hyperledger Fabric network with Docker Swarm
](https://www.skcript.com/svr/setting-up-a-multi-node-hyperledger-fabric-network-with-docker-swarm/)
* [Setting up a Hyperledger Fabric Network with Multiple Chaincodes and Multiple Channels](https://www.skcript.com/svr/setting-hyperledger-fabric-network-multiple-chaincodes-channels/)__Chaincode__
* [Writing your first simple Hyperledger Fabric Chaincode in Go](https://www.skcript.com/svr/writing-your-first-simple-hyperledger-fabric-chaincode-in-go/)
* [How to Build an End-to-End encryption in Hyperledger Fabric](https://www.skcript.com/svr/end-to-end-encryption-hyperledger-fabric/)__Client Application__
* [Hyperledger Fabric & couchdb, fantastic queries and where to find them](https://medium.com/wearetheledger/hyperledger-fabric-couchdb-fantastic-queries-and-where-to-find-them-f8a3aecef767)
* [Setting up RESTful API Server for Hyperledger Fabric With NodeJS SDK](https://www.skcript.com/svr/setting-up-restful-api-server-for-hyperledger-fabric-with-nodejs-sdk/)
* [Configuring Node SDK’s Connection Profile for Multiple Channel - Multiple Chaincode](https://www.skcript.com/svr/configuring-node-sdk-s-connection-profile-for-multiple-channel-multiple-chaincode/)__Engineering__
* [Bootstrapping Hyperledger Fabric 1.0](https://linuxctl.com/2017/08/bootstrapping-hyperledger-fabric-1.0/)### Samples
* [Fabric Samples](https://github.com/hyperledger/fabric-samples) - Has list of chaincode and fabric network samples to play with. Byfn is pretty good way to start.
* [Composer Dev Server](https://github.com/hyperledger/composer-tools/tree/master/packages/fabric-dev-servers) - Development Fabric Server to deploy and test composer business network archive
* [Marbles](https://github.com/IBM-Blockchain/marbles) - A simple asset transfer project based on Hyperledger Fabric
* [Composer Sample Application](https://github.com/hyperledger/composer-sample-applications) - Sample composer business network applications to get started with
* [fabric-dev-servers-multipeer](https://github.com/varun-raj/fabric-dev-servers-multipeer) - Composer dev server to run mutliple peers in multiple physical host machines.## Hyperledger Sawtooth
[](https://www.hyperledger.org/projects/sawtooth)### Framework Docs
* [Offical Docs](https://sawtooth.hyperledger.org/docs/core/releases/1.0/introduction.html)## Hyperledger Iroha
[](https://www.hyperledger.org/projects/iroha)
### Framework Docs
* [Offical Docs](http://iroha.readthedocs.io/)## Other Tools
* [Blockchain Explorer](https://github.com/hyperledger/blockchain-explorer) - Manage the blockchain nodes with help of GUI
* [Caliper](https://github.com/hyperledger/caliper) - It's a performance benchmark framework for analysing various Hyperledger Projects
* [Cello](https://github.com/hyperledger/cello) - It's a blockchain provision and operation system to make your blockchain network much more efficient.## Contributing
Suggestions and PRs are welcome! Please read the [contribution guidelines](CONTRIBUTING.md) first.
## License
[![Creative Commons License](http://i.creativecommons.org/l/by/4.0/88x31.png)](https://creativecommons.org/licenses/by/4.0/)
This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).