An SDK for clients of the UTxO RPC specification.
An SDK to reduce boilerplate, improve ease-of-use, and support logging for utxorpc
. To get started, see the documentation for Utxorpc.Client
below.
Consult the README for help with dependency configurations.
WARNING: This package is currently pre-release. Any version < 0.1.0.0 is subject to breaking changes without change in major version.
UTxO RPC Client SDK
[!IMPORTANT] This package is currently pre-release. Until this package reaches v0.1.0.0 it is subject to breaking changes without change in major version.
An SDK for clients of the UTxO RPC specification.
The goal of this SDK is to reduce boilerplate and increase ease of use of the UTxO RPC spec. This SDK provides functions for creating a connected UTxO RPC client and for calling each each RPC in the UTxO RPC specification. Automated logging of each event in a gRPC call is also supported.
To get started, please see the documentation for Utxorpc.Client
.
[!NOTE] This SDK depends on package versions that are not on Hackage. Consult
stack.yaml
orcabal.project
for help configuring your project's dependencies.