org.hyperledger.sawtooth:sawtooth-sdk-transaction-processor

"Code necessary to write a Sawtooth transaction processor in Java"

License

License

GroupId

GroupId

org.hyperledger.sawtooth
ArtifactId

ArtifactId

sawtooth-sdk-transaction-processor
Last Version

Last Version

v0.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

org.hyperledger.sawtooth:sawtooth-sdk-transaction-processor
"Code necessary to write a Sawtooth transaction processor in Java"
Project URL

Project URL

https://sawtooth.hyperledger.org
Source Code Management

Source Code Management

http://github.com/hyperledger/sawtooth-sdk-java/tree/master/sawtooth-sdk-transaction-processor

Download sawtooth-sdk-transaction-processor

How to add to project

<!-- https://jarcasting.com/artifacts/org.hyperledger.sawtooth/sawtooth-sdk-transaction-processor/ -->
<dependency>
    <groupId>org.hyperledger.sawtooth</groupId>
    <artifactId>sawtooth-sdk-transaction-processor</artifactId>
    <version>v0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.hyperledger.sawtooth/sawtooth-sdk-transaction-processor/
implementation 'org.hyperledger.sawtooth:sawtooth-sdk-transaction-processor:v0.1.3'
// https://jarcasting.com/artifacts/org.hyperledger.sawtooth/sawtooth-sdk-transaction-processor/
implementation ("org.hyperledger.sawtooth:sawtooth-sdk-transaction-processor:v0.1.3")
'org.hyperledger.sawtooth:sawtooth-sdk-transaction-processor:jar:v0.1.3'
<dependency org="org.hyperledger.sawtooth" name="sawtooth-sdk-transaction-processor" rev="v0.1.3">
  <artifact name="sawtooth-sdk-transaction-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hyperledger.sawtooth', module='sawtooth-sdk-transaction-processor', version='v0.1.3')
)
libraryDependencies += "org.hyperledger.sawtooth" % "sawtooth-sdk-transaction-processor" % "v0.1.3"
[org.hyperledger.sawtooth/sawtooth-sdk-transaction-processor "v0.1.3"]

Dependencies

compile (4)

Group / Artifact Type Version
org.hyperledger.sawtooth : sawtooth-sdk-protos jar v0.1.3
org.zeromq : jeromq jar 0.3.6
com.google.protobuf : protobuf-java jar 3.6.1
javax.xml.bind : jaxb-api jar 2.3.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.27.0

Project Modules

There are no modules declared in this project.

Hyperledger Sawtooth

Hyperledger Sawtooth Java SDK

Install Sawtooth Java SDK from Maven Central Repository

Build a Sawtooth transaction processor

    <dependency>
        <groupId>org.hyperledger.sawtooth</group>
        <artifactId>sawtooth-sdk-transaction-processor</artifactId>
        <version>v0.1.2</version>
    </dependency>

Sign and verify signatures of transaction and batch headers

    <dependency>
        <groupId>org.hyperledger.sawtooth</groupId>
        <artifactId>sawtooth-sdk-signing</artifactId>
        <version>v0.1.2</version>
    </dependency>

Send messages to the Sawtooth validator interfaces (infrequent use case)

    <dependency>
        <groupId>org.hyperledger.sawtooth</groupId>
        <artifactId>sawtooth-sdk-protos</artifactId>
        <version>v0.1.2</version>
    </dependency>

Examples (sawtooth-sdk-java/examples)

Work on the Sawtooth SDK

Build the Sawtooth SDK

Requirements:

  • Maven 3

Pull requests against the repo at https://github.com/hyperledger/sawtooth-sdk-java are automatically built using the Jenkinsfile in the repository.

Important build steps in the Jenkinsfile:

  • docker-compose -f docker/compose/java-build.yaml up (builds the SDK and examples)
  • Run docker-compose up on each of the test yaml files in intkey_java/tests/* and xo_java/tests/*

Make A Pull Request

Follow the guidelines in the Contributing documentation for making a pull request.

org.hyperledger.sawtooth

Hyperledger

Versions

Version
v0.1.3
v0.1.2
v0.1.1