hyle-client-sdk

Crates.iohyle-client-sdk
lib.rshyle-client-sdk
version0.13.0-rc.4
created_at2025-03-25 16:00:28.917028+00
updated_at2025-04-08 14:47:00.402503+00
descriptionHyle client SDK
homepagehttps://hyle.eu/
repositoryhttps://github.com/Hyle-org/hyle/
max_upload_size
id1605426
size184,963
Bertrand D. (BertrandD)

documentation

README

Hyle client sdk

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

There is a tool called "Transaction Builder" you can use that helps you build transactions, prove them and keep a local state of your app. More documentation to come later. You can look at HyleOof server that uses it.

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: 1340

cargo fmt