hyli-client-sdk

Crates.iohyli-client-sdk
lib.rshyli-client-sdk
version0.14.0-rc3
created_at2025-09-05 12:00:03.138967+00
updated_at2025-09-15 12:44:54.369666+00
descriptionHyli client SDK
homepagehttps://hyli.org/
repositoryhttps://github.com/hyli-org/hyli/
max_upload_size
id1825412
size293,420
Bertrand D. (BertrandD)

documentation

README

Hyli client sdk

This crates holds some tools for the app interacting with a smart contract.

The risc0 & sp1 features enables necessary implementations for the Transaction Builder. Activate only the one relevant for your use-case.

The rest feature exports a NodeApiHttpClient and a IndexerApiHttpClient that allows you to call the node of the indexer on their http endpoints.

The tcp feature exports a NodeTcpClient that allows you to send transactions to the node using tcp. Used for loadtesting purposes.

Commit count: 1513

cargo fmt