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

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.31.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_dart/ckb_addrss.dart';
import 'package:ckb_sdk_dart/ckb_core.dart';
import 'package:ckb_sdk_dart/ckb_crypto.dart';
import 'package:ckb_sdk_dart/ckb_serialization.dart';
import 'package:ckb_sdk_dart/ckb_utils.dart';
1
likes
40
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

MIT (LICENSE)

Dependencies

bip_bech32, dio, hex, http, json_annotation, pinenacl, pointycastle, test_coverage

More

Packages that depend on ckb_sdk_dart