antd_client 0.1.0
antd_client: ^0.1.0 copied to clipboard
Dart client for the antd daemon - REST and gRPC access to the Autonomi decentralized storage network (public and private data, chunks, files, external-signer uploads).
Changelog #
0.1.0 #
Initial release on pub.dev as antd_client.
- REST client (
AntdClient) and gRPC client (GrpcAntdClient) for the antd daemon. - Public and private data put/get, raw chunk put/get, file upload/download.
- Cost estimation with payment-mode selection (
auto,merkle,single). - External-signer flow: prepare upload, pay with your own wallet, finalize.
- Typed error hierarchy (
AntdErrorsubclasses) shared by both transports. - Tested against antd 0.13.x.