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
[]
= "0.9"
Enable optional SQLite storage support with:
= { = "0.9", = ["sqlite"] }
Documentation
API documentation is available on docs.rs/ark-client.