What is the difference between Hyperledger sawtooth core and Hyperledger sawtooth sabre?












0















I am new to blockchain technologies. We have bided against the potential project on hyperledger. So I was reading the documentation of hyperledger Sawtooth. In the documentation, I found Sawtooth core and Sawtooth Sabre. From the documentation , in a layman term I can make out that Sawtooth core provides you the platform and Sawtooth Sabre is a way making smart contracts.



My question is :




  1. Is my understanding right?

  2. Can I use smart contracts i.e. Sawtooth Sabre with Sawtooth core.(Any documentation, any reference, please provide)

  3. Can you please point out some good study materials for the same.

  4. Is Sawtooth is the right choice instead of fabric.










share|improve this question

























  • courses.edx.org/courses/…

    – yash vadhvani
    Nov 23 '18 at 11:03











  • Yo can do this course for all hyperledger frameworks

    – yash vadhvani
    Nov 23 '18 at 11:03
















0















I am new to blockchain technologies. We have bided against the potential project on hyperledger. So I was reading the documentation of hyperledger Sawtooth. In the documentation, I found Sawtooth core and Sawtooth Sabre. From the documentation , in a layman term I can make out that Sawtooth core provides you the platform and Sawtooth Sabre is a way making smart contracts.



My question is :




  1. Is my understanding right?

  2. Can I use smart contracts i.e. Sawtooth Sabre with Sawtooth core.(Any documentation, any reference, please provide)

  3. Can you please point out some good study materials for the same.

  4. Is Sawtooth is the right choice instead of fabric.










share|improve this question

























  • courses.edx.org/courses/…

    – yash vadhvani
    Nov 23 '18 at 11:03











  • Yo can do this course for all hyperledger frameworks

    – yash vadhvani
    Nov 23 '18 at 11:03














0












0








0








I am new to blockchain technologies. We have bided against the potential project on hyperledger. So I was reading the documentation of hyperledger Sawtooth. In the documentation, I found Sawtooth core and Sawtooth Sabre. From the documentation , in a layman term I can make out that Sawtooth core provides you the platform and Sawtooth Sabre is a way making smart contracts.



My question is :




  1. Is my understanding right?

  2. Can I use smart contracts i.e. Sawtooth Sabre with Sawtooth core.(Any documentation, any reference, please provide)

  3. Can you please point out some good study materials for the same.

  4. Is Sawtooth is the right choice instead of fabric.










share|improve this question
















I am new to blockchain technologies. We have bided against the potential project on hyperledger. So I was reading the documentation of hyperledger Sawtooth. In the documentation, I found Sawtooth core and Sawtooth Sabre. From the documentation , in a layman term I can make out that Sawtooth core provides you the platform and Sawtooth Sabre is a way making smart contracts.



My question is :




  1. Is my understanding right?

  2. Can I use smart contracts i.e. Sawtooth Sabre with Sawtooth core.(Any documentation, any reference, please provide)

  3. Can you please point out some good study materials for the same.

  4. Is Sawtooth is the right choice instead of fabric.







hyperledger-fabric hyperledger blockchain hyperledger-sawtooth






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 22 '18 at 3:16







Kartikeya Sharma

















asked Nov 21 '18 at 16:59









Kartikeya SharmaKartikeya Sharma

2171314




2171314













  • courses.edx.org/courses/…

    – yash vadhvani
    Nov 23 '18 at 11:03











  • Yo can do this course for all hyperledger frameworks

    – yash vadhvani
    Nov 23 '18 at 11:03



















  • courses.edx.org/courses/…

    – yash vadhvani
    Nov 23 '18 at 11:03











  • Yo can do this course for all hyperledger frameworks

    – yash vadhvani
    Nov 23 '18 at 11:03

















courses.edx.org/courses/…

– yash vadhvani
Nov 23 '18 at 11:03





courses.edx.org/courses/…

– yash vadhvani
Nov 23 '18 at 11:03













Yo can do this course for all hyperledger frameworks

– yash vadhvani
Nov 23 '18 at 11:03





Yo can do this course for all hyperledger frameworks

– yash vadhvani
Nov 23 '18 at 11:03












2 Answers
2






active

oldest

votes


















3
















  1. Is my understanding right?



    No Hyperledger sawtooth core provides smart contracts but they are known as transaction processors and 2nd thing sabre is providing you the transaction processor where you can write your logic in webassambly.



    Sawtooth provides two additional transaction families which provides you the way to write smart contracts in solidity(seth) and webassembly(sabre).



    Otherwise you have to create your own transaction families using one of the SDKs that sawtooth provides. So you can write the smart contracts in javascript, python, Go, and rust. Sabre is just a way to supporting websassembly for contracts.




  2. Can I use smart contracts i.e. Sawtooth Sabre with Sawtooth core.(Any documentation, any reference, please provide)



    https://sawtooth.hyperledger.org/docs/sabre/releases/latest/sabre_transaction_family.html (i have this reference only)




  3. Can you please point out some good study materials for the same.



    For Hyperledger sawtooth this is a good YouTube playlist.
    https://www.youtube.com/watch?v=RaRK_gKckkE&list=PLCDDZcRbrd6JYNcwENh1aR2NmlxmmGM7k



    For Processors and transaction performing please check the below documentation
    https://sawtooth.hyperledger.org/docs/core/releases/1.0/app_developers_guide.html




  4. Is Sawtooth is the right choice instead of fabric.



    That depends on the case study if you want more information please check below articles



    What's the difference between Hyperledger Fabric and Sawtooth?



    https://www.skcript.com/svr/should-i-choose-hyperledger-sawtooth-1-0-over-fabric-1-0/



    https://bitcoin.stackexchange.com/questions/71312/hyperledger-fabric-vs-sawtooth-lake-which-platform-is-appropriate-for-supply-cha



    https://hackernoon.com/know-hyperledger-fabric-then-moving-to-sawtooth-is-easy-15445f902493








share|improve this answer































    1














    Hyperledger has multiple independent blockchain platforms. The main platforms are Hyperledger Fabric and Hyperledger Sawtooth.



    Seth is an implementation Ethereum VM running on Hyperledger Sawtooth. It uses the code from Hyperledger Burrow for the EVM part, but runs on top of Sawtooth.






    share|improve this answer























      Your Answer






      StackExchange.ifUsing("editor", function () {
      StackExchange.using("externalEditor", function () {
      StackExchange.using("snippets", function () {
      StackExchange.snippets.init();
      });
      });
      }, "code-snippets");

      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "1"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53417115%2fwhat-is-the-difference-between-hyperledger-sawtooth-core-and-hyperledger-sawtoot%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      3
















      1. Is my understanding right?



        No Hyperledger sawtooth core provides smart contracts but they are known as transaction processors and 2nd thing sabre is providing you the transaction processor where you can write your logic in webassambly.



        Sawtooth provides two additional transaction families which provides you the way to write smart contracts in solidity(seth) and webassembly(sabre).



        Otherwise you have to create your own transaction families using one of the SDKs that sawtooth provides. So you can write the smart contracts in javascript, python, Go, and rust. Sabre is just a way to supporting websassembly for contracts.




      2. Can I use smart contracts i.e. Sawtooth Sabre with Sawtooth core.(Any documentation, any reference, please provide)



        https://sawtooth.hyperledger.org/docs/sabre/releases/latest/sabre_transaction_family.html (i have this reference only)




      3. Can you please point out some good study materials for the same.



        For Hyperledger sawtooth this is a good YouTube playlist.
        https://www.youtube.com/watch?v=RaRK_gKckkE&list=PLCDDZcRbrd6JYNcwENh1aR2NmlxmmGM7k



        For Processors and transaction performing please check the below documentation
        https://sawtooth.hyperledger.org/docs/core/releases/1.0/app_developers_guide.html




      4. Is Sawtooth is the right choice instead of fabric.



        That depends on the case study if you want more information please check below articles



        What's the difference between Hyperledger Fabric and Sawtooth?



        https://www.skcript.com/svr/should-i-choose-hyperledger-sawtooth-1-0-over-fabric-1-0/



        https://bitcoin.stackexchange.com/questions/71312/hyperledger-fabric-vs-sawtooth-lake-which-platform-is-appropriate-for-supply-cha



        https://hackernoon.com/know-hyperledger-fabric-then-moving-to-sawtooth-is-easy-15445f902493








      share|improve this answer




























        3
















        1. Is my understanding right?



          No Hyperledger sawtooth core provides smart contracts but they are known as transaction processors and 2nd thing sabre is providing you the transaction processor where you can write your logic in webassambly.



          Sawtooth provides two additional transaction families which provides you the way to write smart contracts in solidity(seth) and webassembly(sabre).



          Otherwise you have to create your own transaction families using one of the SDKs that sawtooth provides. So you can write the smart contracts in javascript, python, Go, and rust. Sabre is just a way to supporting websassembly for contracts.




        2. Can I use smart contracts i.e. Sawtooth Sabre with Sawtooth core.(Any documentation, any reference, please provide)



          https://sawtooth.hyperledger.org/docs/sabre/releases/latest/sabre_transaction_family.html (i have this reference only)




        3. Can you please point out some good study materials for the same.



          For Hyperledger sawtooth this is a good YouTube playlist.
          https://www.youtube.com/watch?v=RaRK_gKckkE&list=PLCDDZcRbrd6JYNcwENh1aR2NmlxmmGM7k



          For Processors and transaction performing please check the below documentation
          https://sawtooth.hyperledger.org/docs/core/releases/1.0/app_developers_guide.html




        4. Is Sawtooth is the right choice instead of fabric.



          That depends on the case study if you want more information please check below articles



          What's the difference between Hyperledger Fabric and Sawtooth?



          https://www.skcript.com/svr/should-i-choose-hyperledger-sawtooth-1-0-over-fabric-1-0/



          https://bitcoin.stackexchange.com/questions/71312/hyperledger-fabric-vs-sawtooth-lake-which-platform-is-appropriate-for-supply-cha



          https://hackernoon.com/know-hyperledger-fabric-then-moving-to-sawtooth-is-easy-15445f902493








        share|improve this answer


























          3












          3








          3









          1. Is my understanding right?



            No Hyperledger sawtooth core provides smart contracts but they are known as transaction processors and 2nd thing sabre is providing you the transaction processor where you can write your logic in webassambly.



            Sawtooth provides two additional transaction families which provides you the way to write smart contracts in solidity(seth) and webassembly(sabre).



            Otherwise you have to create your own transaction families using one of the SDKs that sawtooth provides. So you can write the smart contracts in javascript, python, Go, and rust. Sabre is just a way to supporting websassembly for contracts.




          2. Can I use smart contracts i.e. Sawtooth Sabre with Sawtooth core.(Any documentation, any reference, please provide)



            https://sawtooth.hyperledger.org/docs/sabre/releases/latest/sabre_transaction_family.html (i have this reference only)




          3. Can you please point out some good study materials for the same.



            For Hyperledger sawtooth this is a good YouTube playlist.
            https://www.youtube.com/watch?v=RaRK_gKckkE&list=PLCDDZcRbrd6JYNcwENh1aR2NmlxmmGM7k



            For Processors and transaction performing please check the below documentation
            https://sawtooth.hyperledger.org/docs/core/releases/1.0/app_developers_guide.html




          4. Is Sawtooth is the right choice instead of fabric.



            That depends on the case study if you want more information please check below articles



            What's the difference between Hyperledger Fabric and Sawtooth?



            https://www.skcript.com/svr/should-i-choose-hyperledger-sawtooth-1-0-over-fabric-1-0/



            https://bitcoin.stackexchange.com/questions/71312/hyperledger-fabric-vs-sawtooth-lake-which-platform-is-appropriate-for-supply-cha



            https://hackernoon.com/know-hyperledger-fabric-then-moving-to-sawtooth-is-easy-15445f902493








          share|improve this answer















          1. Is my understanding right?



            No Hyperledger sawtooth core provides smart contracts but they are known as transaction processors and 2nd thing sabre is providing you the transaction processor where you can write your logic in webassambly.



            Sawtooth provides two additional transaction families which provides you the way to write smart contracts in solidity(seth) and webassembly(sabre).



            Otherwise you have to create your own transaction families using one of the SDKs that sawtooth provides. So you can write the smart contracts in javascript, python, Go, and rust. Sabre is just a way to supporting websassembly for contracts.




          2. Can I use smart contracts i.e. Sawtooth Sabre with Sawtooth core.(Any documentation, any reference, please provide)



            https://sawtooth.hyperledger.org/docs/sabre/releases/latest/sabre_transaction_family.html (i have this reference only)




          3. Can you please point out some good study materials for the same.



            For Hyperledger sawtooth this is a good YouTube playlist.
            https://www.youtube.com/watch?v=RaRK_gKckkE&list=PLCDDZcRbrd6JYNcwENh1aR2NmlxmmGM7k



            For Processors and transaction performing please check the below documentation
            https://sawtooth.hyperledger.org/docs/core/releases/1.0/app_developers_guide.html




          4. Is Sawtooth is the right choice instead of fabric.



            That depends on the case study if you want more information please check below articles



            What's the difference between Hyperledger Fabric and Sawtooth?



            https://www.skcript.com/svr/should-i-choose-hyperledger-sawtooth-1-0-over-fabric-1-0/



            https://bitcoin.stackexchange.com/questions/71312/hyperledger-fabric-vs-sawtooth-lake-which-platform-is-appropriate-for-supply-cha



            https://hackernoon.com/know-hyperledger-fabric-then-moving-to-sawtooth-is-easy-15445f902493









          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 23 '18 at 10:35









          yash vadhvaniyash vadhvani

          1508




          1508

























              1














              Hyperledger has multiple independent blockchain platforms. The main platforms are Hyperledger Fabric and Hyperledger Sawtooth.



              Seth is an implementation Ethereum VM running on Hyperledger Sawtooth. It uses the code from Hyperledger Burrow for the EVM part, but runs on top of Sawtooth.






              share|improve this answer




























                1














                Hyperledger has multiple independent blockchain platforms. The main platforms are Hyperledger Fabric and Hyperledger Sawtooth.



                Seth is an implementation Ethereum VM running on Hyperledger Sawtooth. It uses the code from Hyperledger Burrow for the EVM part, but runs on top of Sawtooth.






                share|improve this answer


























                  1












                  1








                  1







                  Hyperledger has multiple independent blockchain platforms. The main platforms are Hyperledger Fabric and Hyperledger Sawtooth.



                  Seth is an implementation Ethereum VM running on Hyperledger Sawtooth. It uses the code from Hyperledger Burrow for the EVM part, but runs on top of Sawtooth.






                  share|improve this answer













                  Hyperledger has multiple independent blockchain platforms. The main platforms are Hyperledger Fabric and Hyperledger Sawtooth.



                  Seth is an implementation Ethereum VM running on Hyperledger Sawtooth. It uses the code from Hyperledger Burrow for the EVM part, but runs on top of Sawtooth.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Nov 26 '18 at 19:15









                  Dan AndersonDan Anderson

                  1,067213




                  1,067213






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Stack Overflow!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53417115%2fwhat-is-the-difference-between-hyperledger-sawtooth-core-and-hyperledger-sawtoot%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      If I really need a card on my start hand, how many mulligans make sense? [duplicate]

                      Alcedinidae

                      Can an atomic nucleus contain both particles and antiparticles? [duplicate]