All Projects → hyperledger-labs → Hyperledger Labs.github.io

hyperledger-labs / Hyperledger Labs.github.io

Licence: apache-2.0
Hyperledger Labs

Projects that are alternatives of or similar to Hyperledger Labs.github.io

Blockchain
黑马程序员 120天全栈区块链开发 开源教程
Stars: ✭ 3,480 (+5253.85%)
Mutual labels:  hyperledger
Cello
Operating System for Enterprise Blockchain
Stars: ✭ 715 (+1000%)
Mutual labels:  hyperledger
Iroha
Iroha - A simple, decentralized ledger
Stars: ✭ 1,015 (+1461.54%)
Mutual labels:  hyperledger
Awesome Hyperledger Fabric
A curated list of resources for creating applications with hyperledger fabric
Stars: ✭ 349 (+436.92%)
Mutual labels:  hyperledger
Fabric Sdk Node
Hyperledger Fabric SDK for Node https://wiki.hyperledger.org/display/fabric
Stars: ✭ 676 (+940%)
Mutual labels:  hyperledger
Copycats
copycats command line tool (and core library) - crypto cats / kitties collectibles unchained - buy! sell! hodl! sire! - play for free - runs off the blockchain w/ ledger lite - no ether / gas required; run your own peer-to-peer (P2P) network node over HTTP
Stars: ✭ 26 (-60%)
Mutual labels:  hyperledger
hyperledger-fabric-example
An example project to support blog posts on Bootstrapping a Hyperleder Fabric network
Stars: ✭ 14 (-78.46%)
Mutual labels:  hyperledger
Aries Vcr
Hyperledger Indy Catalyst is a set of application level software components designed to accelerate the adoption of trustworthy entity to entity communications.
Stars: ✭ 57 (-12.31%)
Mutual labels:  hyperledger
Fabric Sdk Go
Stars: ✭ 712 (+995.38%)
Mutual labels:  hyperledger
Blockchain Explorer
Stars: ✭ 984 (+1413.85%)
Mutual labels:  hyperledger
Hyperledger
Hyperledger is a Collaborative Project at The Linux Foundation.
Stars: ✭ 3,653 (+5520%)
Mutual labels:  hyperledger
Blockchain guide
Introduce blockchain related technologies, from theory to practice with bitcoin, ethereum and hyperledger.
Stars: ✭ 5,897 (+8972.31%)
Mutual labels:  hyperledger
Burrow
https://wiki.hyperledger.org/display/burrow
Stars: ✭ 851 (+1209.23%)
Mutual labels:  hyperledger
Fabric Ca
Stars: ✭ 331 (+409.23%)
Mutual labels:  hyperledger
Mortgageblockchainfabric
Mortgage Processing App using Hyperledger Fabric Blockchain. Uses channels for privacy and access, and restricts read/write previleges through endorsement policies
Stars: ✭ 45 (-30.77%)
Mutual labels:  hyperledger
Fabric Sdk Py
Hyperledger Fabric Python SDK
Stars: ✭ 303 (+366.15%)
Mutual labels:  hyperledger
Blockchain
Compilation of useful documents and scientific papers about Blockchain & cryptocurrencies.
Stars: ✭ 751 (+1055.38%)
Mutual labels:  hyperledger
Hyperledger Composer Supply Chain Network
An implementation of Hyperledger Composer to improve transparency and traceability of supply chain
Stars: ✭ 57 (-12.31%)
Mutual labels:  hyperledger
Fabric Baseimage
Stars: ✭ 53 (-18.46%)
Mutual labels:  hyperledger
Fabric Sdk Java
Stars: ✭ 982 (+1410.77%)
Mutual labels:  hyperledger

Hyperledger Labs

Hyperledger Labs provides a space (i.e., GitHub repos) where work can easily be started without the creation of a project. Please refer to the Hyperledger Labs wiki page for additional information.

Process to propose a new lab

  1. Fork the hyperledger-labs.github.io repository.

  2. Fill out the Proposal Template and save it into the labs subdirectory under the name of your lab, such as mynewlab.md. It is expected that your lab repository will have the same name so keep that in mind.

  3. In the Proposal Template, there is an entry for sponsor(s). The sponsor(s) are responsible for reviewing the proposal. Sponsors do not have a responsibility beyond this; ongoing work like contributing code or reviews is not tied to their role as sponsors. In reviewing the proposal, the sponsor(s) make sure that the proposal is cogent, and novel (in conception, proposed execution, or interested community). To find sponsors a. the proposers can use their connections to existing projects and ask maintainers b. find working groups or projects with affinities to the proposed lab and pitch the project (good to have the template already filled out) in associated channels and or mailing lists. The WG chairs emails, the maintainers contacts etc. can be found on the wiki or github. Make personal appeals if you can.

  4. Commit your changes with proper sign-off. This means that your commit log message must contain a line that looks like the following one, with your actual name and email address:

     Signed-off-by: John Doe <[email protected]>
    

    Adding the -s flag to your git commit command will add that line automatically. You can also add it manually as part of your commit log message or add it afterwards with git commit --amend -s.

  5. Submit a Pull Request.

The labs stewards will then review your proposal.

Bringing in an existing repository

By default the Lab stewards will create a new repository for you to start from but if you have an existing github repo you would like to bring to your proposed lab you have the option to request for that repo to be reused instead. This is however only possible if every commit in your existing repo is signed-off so there is no DCO related issues. If that is not the case, you will need to bring your code by squashing all of your commits into a single first commit made against your new lab repo with your sign-off.

License requirement

All Hyperledger software must be made available under an Apache 2.0 license. This applies to Labs. Please, make sure to license all incoming code and new code accordingly.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].