# sawtooth-sdk-javascript **Repository Path**: bison-fork/sawtooth-sdk-javascript ## Basic Information - **Project Name**: sawtooth-sdk-javascript - **Description**: fork 自 github/hyperledger/sawtooth-sdk-javascript - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-18 - **Last Updated**: 2021-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![Hyperledger Sawtooth](https://raw.githubusercontent.com/hyperledger/sawtooth-core/master/images/sawtooth_logo_light_blue-small.png) # Hyperledger Sawtooth SDK *Hyperledger Sawtooth* is an enterprise solution for building, deploying, and running distributed ledgers (also called blockchains). It provides an extremely modular and flexible platform for implementing transaction-based updates to shared state between untrusted parties coordinated by consensus algorithms. The *Sawtooth SDK* provides a number of useful components that simplify developing JavaScript applications which interface with the Sawtooth platform. These include modules to sign Transactions, read state, and create Transaction Processors. For full usage and installation instructions please reference the official Sawtooth documentation below: * [Hyperledger Sawtooth Official Documentation](https://sawtooth.hyperledger.org/docs/) * [Sawtooth Application Developer's Guide](https://sawtooth.hyperledger.org/docs/core/releases/latest/app_developers_guide.html) * [Sawtooth JavaScript SDK Guide](https://sawtooth.hyperledger.org/docs/core/releases/latest/app_developers_guide/javascript_sdk.html) License ------- Hyperledger Sawtooth software is licensed under the [Apache License Version 2.0](LICENSE) software license.