cln_grpc 0.0.1-beta.3 copy "cln_grpc: ^0.0.1-beta.3" to clipboard
cln_grpc: ^0.0.1-beta.3 copied to clipboard

A dart library which facilitates dart GRPC client for core lightning.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cln_grpc

With Flutter:

 $ flutter pub add cln_grpc

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

dependencies:
  cln_grpc: ^0.0.1-beta.3

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:cln_grpc/cln_grpc.dart';
6
likes
120
pub points
32%
popularity

Publisher

unverified uploader

A dart library which facilitates dart GRPC client for core lightning.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

cln_common, fixnum, grpc, protobuf

More

Packages that depend on cln_grpc