blockchain_sdk 0.1.0 copy "blockchain_sdk: ^0.1.0" to clipboard
blockchain_sdk: ^0.1.0 copied to clipboard

A dart package used for blockchain related project. It provides the biggest standards in Blockchain that you may need in your project.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add blockchain_sdk

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

dependencies:
  blockchain_sdk: ^0.1.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:blockchain_sdk/blockchain_sdk.dart';
2
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A dart package used for blockchain related project. It provides the biggest standards in Blockchain that you may need in your project.

Homepage

License

Apache-2.0 (LICENSE)

Dependencies

convert, crypto

More

Packages that depend on blockchain_sdk