ckb_sdk_dart 0.23.2 copy "ckb_sdk_dart: ^0.23.2" to clipboard
ckb_sdk_dart: ^0.23.2 copied to clipboard

outdated

A Dart SDK for Nervos CKB which is a public/permissionless blockchain, the layer 1 of Nervos network.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ckb_sdk_dart

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

dependencies:
  ckb_sdk_dart: ^0.23.2

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_dart/ckb_addrss.dart';
import 'package:ckb_sdk_dart/ckb_crypto.dart';
import 'package:ckb_sdk_dart/ckb_rpc.dart';
import 'package:ckb_sdk_dart/ckb_type.dart';
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A Dart SDK for Nervos CKB which is a public/permissionless blockchain, the layer 1 of Nervos network.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

bip_bech32, dio, http, pointycastle, test_coverage

More

Packages that depend on ckb_sdk_dart