Skip to content

Frequently Asked Questions (FAQ)

Jeremy Sevareid edited this page Jul 26, 2016 · 11 revisions

Frequently Asked Questions (FAQ)

These are derived in part from conversations on the slack channels.

0. The search boxes do not seem to look at Wiki page contents. How do I find something?

1. What is the Hyperledger project? Why was it created?

2. How do I connect with the technical community?

3. What are the projects and where do I learn more? How do I get started as a contributor?

4. Is there a review group for use cases?

5. Where is the document of APIs with definitions of methods and their descriptions, which is generated from source code?

6. Where can I get more general background?

7. How do I provide feedback? How do I make suggestions? How do I log bugs?

8. "There are currently two incubator projects under the Hyperledger umbrella: Fabric and Sawtooth Lake. They seem to be independent to each other and functionally somewhat overlapping. Can they be integrated together? Apologize if this is a silly question."

  • Not a silly question. Your observation of overlapping functionality is correct.
  • As for integrating the two, there are some folks looking and interested in seeing what that would entail - for example, could we get POET running on the Fabric, or the PBFT running on STL?. Nothing formal has been proposed as of 2016-06-13.
  • In addition, the business logic layers are also complementary... Fabric uses Chaincode in Dockers and Sawtooth uses Transaction Families deployed to the validators. Cross-pollinating those layers could also be interesting.

9. What different purposes do Sawtooth and Fabric serve?

  • Sawtooth is a modular blockchain built for scalability and to support pluggable components at each layer, e.g. consensus. It has a few novel aspects including the default consensus (PoET) and the transaction family concept in the business logic layer (smart contracts if you like that term).
  • Fabric is also modular and includes an experimental consensus (sieve) and transaction logic deployed on chain executed in dockers (chaincode).

10. Can you point me to some relevant industry whitepapers and blogs?

11. Are there other repository-specific FAQs?

12. Where can I learn more about membership services?

Clone this wiki locally