Crates.io | hyle-client-sdk |
lib.rs | hyle-client-sdk |
version | 0.13.0-rc.4 |
created_at | 2025-03-25 16:00:28.917028+00 |
updated_at | 2025-04-08 14:47:00.402503+00 |
description | Hyle client SDK |
homepage | https://hyle.eu/ |
repository | https://github.com/Hyle-org/hyle/ |
max_upload_size | |
id | 1605426 |
size | 184,963 |
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.