hydra_client 1.0.0 copy "hydra_client: ^1.0.0" to clipboard
hydra_client: ^1.0.0 copied to clipboard

Flutter-friendly Dart client for Cardano Hydra (hydra-node 2.x) HTTP + WebSocket API: reconnecting sessions, sequence sync, typed models, and a head facade.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hydra_client

With Flutter:

 $ flutter pub add hydra_client

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  hydra_client: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:hydra_client/hydra_client.dart';
0
likes
160
points
8
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Flutter-friendly Dart client for Cardano Hydra (hydra-node 2.x) HTTP + WebSocket API: reconnecting sessions, sequence sync, typed models, and a head facade.

Homepage
Repository (GitHub)
View/report issues

Topics

#cardano #hydra #layer2 #payments #flutter

License

MIT (license)

Dependencies

http, web_socket_channel

More

Packages that depend on hydra_client