You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Shawn T Amundson 6803bc93ba
Merge pull request #31 from hyperledger/MUP
9 months ago
.github Add initial github settings.yml file 2 years ago
bin Revise jenkins scripts for inclusive terminology 3 years ago
cmake Move sdk and examples to top level 5 years ago
examples Fix Regression from Using Reserved word namespace 5 years ago
include Allow TP to get serialized txn header from client request 3 years ago
proto Update cmake files for new dir structure 5 years ago
protos Allow TP to get serialized txn header from client request 3 years ago
src downgrade log level for success log 2 years ago
.gitignore Ignore the IDE folder 3 years ago
BUILD.md Add CONTRIBUTING.md file for contributors 3 years ago
CMakeLists.txt Update cmake files for new dir structure 5 years ago
CODEOWNERS Propose new maintainer 4 years ago
CODE_OF_CONDUCT.md Add Hyperledger code of conduct 1 year ago
CONTRIBUTING.md Add CONTRIBUTING.md file for contributors 3 years ago
Dockerfile Add local Dockerfile 5 years ago
Dockerfile-installed Correct errors in Dockerfile-installed 5 years ago
Jenkinsfile Update Jenkinsfile for default branch rename 2 years ago
LICENSE Updates to full Apache 2.0 text, adds 3rd party licenses 5 years ago
MAINTAINERS.md Remove RocketChat 9 months ago
README.md Add a README file to the Sawtooth CXX SDK 3 years ago
SECURITY.md Add default SECURITY policy 4 years ago
VERSION Increment version to v0.1.2 5 years ago

README.md

Hyperledger Sawtooth

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 CXX SDK provides a number of useful components that simplify developing CXX applications which interface with the Sawtooth platform. For full usage and installation instructions please reference the official Sawtooth documentation below:

Contributors

Instructions for build can be found in BUILD.md