ark-client 0.9.2

Main client library for interacting with Ark servers
Documentation

ark-client

High-level client library for interacting with Arkade servers.

ark-client provides the main wallet/client abstractions for receiving, selecting, and sending VTXOs, boarding funds on-chain, estimating fees, watching VTXO state, and coordinating Arkade rounds through the supported transport clients.

Install

[dependencies]
ark-client = "0.9.2"

Enable optional SQLite storage support with:

ark-client = { version = "0.9.2", features = ["sqlite"] }

Documentation

API documentation is available on docs.rs/ark-client.