github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/sawtooth-core-master/README.md (about) 1 2  3 4 Hyperledger Sawtooth 5 ------------- 6 7 Hyperledger Sawtooth is an enterprise solution for building, deploying, and 8 running distributed ledgers (also called blockchains). It provides an extremely 9 modular and flexible platform for implementing transaction-based updates to 10 shared state between untrusted parties coordinated by consensus algorithms. 11 12 Documentation 13 ------------- 14 15 Documentation for how to run and extend Sawtooth is available here: 16 https://sawtooth.hyperledger.org/docs/ 17 18 Hyperledger Sawtooth Core Developers Setup Guide can be found here: [BUILD.md](BUILD.md) 19 20 Running examples of Sawtooth blockchains can be found here: 21 https://sawtooth.hyperledger.org/examples/ 22 23 24 Project Status 25 ----------------- 26 27 This project is an _active_ Hyperledger project. It was proposed to the 28 community and documented [here](https://docs.google.com/document/d/1j7YcGLJH6LkzvWdOYFIt2kpkVlLEmILErXL6t-Ky2zU/edit). 29 Information on what _Active_ entails can be found in the 30 [Hyperledger Project Lifecycle document](https://wiki.hyperledger.org/community/project-lifecycle). 31 32 License 33 ------- 34 35 Hyperledger Sawtooth software is licensed under the [Apache License Version 2.0](LICENSE) software license. 36 37 Hyperledger Sawtooth documentation in the [docs](docs) subdirectory is licensed under 38 a Creative Commons Attribution 4.0 International License. You may obtain a copy of the 39 license at: http://creativecommons.org/licenses/by/4.0/. 40 41 