chain-client-sdk-dart/lib/chain_client_sdk.dart
flemming-it 14c8f38f36
Some checks failed
Security / Security check (push) Failing after 2s
refactor: rename package fai_client_sdk -> chain_client_sdk
The SDK belongs to the Ch∆In product, not the F∆I vendor namespace
(a future Brain client SDK would otherwise collide). Rename the Dart
package, entry library, test + example files. Also drop a private
project name from a doc comment. dart analyze: clean.

Dependents must update their dependency name + package: imports.

Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
2026-06-16 17:39:12 +02:00

13 lines
467 B
Dart

/// gRPC client for the Ch∆In hub.
///
/// Provides a typed Dart wrapper around the hub's gRPC services
/// (Hub, HubAdmin) defined in `fai/chain`'s `proto/chain/v1/`
/// directory. Used by Ch∆In Studio and any Tier-3 Dart/Flutter
/// app that wants to talk to a hub.
///
/// The generated protobuf bindings live under
/// `lib/src/generated/`. Re-run `tools/generate.sh` whenever the
/// platform's `.proto` files change.
library;
export 'src/hub_client.dart';