hyli-client-sdk 0.15.0

Hyli client SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# 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.