ckb_sdk 0.23.0 copy "ckb_sdk: ^0.23.0" to clipboard
ckb_sdk: ^0.23.0 copied to clipboard

Dart SDK for CKB.Nervos test network has not been released yet,so it is very early stage.Be careful when using this library.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ckb_sdk

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

dependencies:
  ckb_sdk: ^0.23.0

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

Import it

Now in your Dart code, you can use:

import 'package:ckb_sdk/ckb_sdk.dart';
0
likes
30
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

Dart SDK for CKB.Nervos test network has not been released yet,so it is very early stage.Be careful when using this library.

Repository (GitHub)

License

MIT (license)

Dependencies

bip_bech32, convert, http, pointycastle

More

Packages that depend on ckb_sdk