Registry / networking / sawtooth-sdk

sawtooth-sdk

JSON →
library0.5.2rscratesunverified

Hyperledger Sawtooth is an enterprise blockchain platform for building distributed ledger applications and networks.

# Cargo.toml [dependencies] sawtooth-sdk = "0.5.2"
INSTALL
IMPORT
SIG · SAWTOOTH-SDK
S
sawtooth-sdk
networkingrustv0.5.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TransactionProcessor
use sawtooth_sdk::processor::TransactionProcessor;

Create a Sawtooth transaction processor.

use sawtooth_sdk::processor::TransactionProcessor; fn main() { let processor = TransactionProcessor::new("tcp://localhost:4004"); println!("Processor created"); }
Debug
Known issues
gotchaRequires a running Sawtooth validator and specific network configuration.
fix
Ensure the validator is running and the connection string is correct.
affects: >=0.0.0
Upgrade
Version history
0.5.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
Resources
sawtooth-sdk — cargo add sawtooth-sdk · libregistry