github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/sawtooth-core-master/docs/source/app_developers_guide/no_sdk.rst (about) 1 ************************** 2 Development Without an SDK 3 ************************** 4 5 *Hyperledger Sawtooth* provides SDKs in a variety of languages to abstract away 6 a great deal of complexity and simplify developing applications for the 7 platform. The recommended way to work with Sawtooth is through one of these 8 SDKs wherever possible. However, if there is no SDK for your language of 9 choice, the SDK is missing some functionality, or you just want a deeper 10 understanding of what is going on underneath the hood, this guide will cover 11 developing for Sawtooth *without* the help of an SDK. 12 13 .. note:: 14 15 In addition to an overview of the underlying concepts, each guide includes 16 copious code examples in *Python 3*. This is intended simply as a concrete 17 demonstration in a common readable language. The material covered should 18 apply to almost any language, and actual Python development should typically 19 happen with the :doc:`Python SDK <python_sdk>`. 20 21 .. toctree:: 22 :maxdepth: 2 23 24 ../_autogen/txn_submit_tutorial 25 26 .. Licensed under Creative Commons Attribution 4.0 International License 27 .. https://creativecommons.org/licenses/by/4.0/