blockchain_utils 4.0.1 copy "blockchain_utils: ^4.0.1" to clipboard
blockchain_utils: ^4.0.1 copied to clipboard

Comprehensive Crypto & Blockchain Toolkit, Pure Dart, Cross-Platform, Encoding, Cryptography, Addresses, Mnemonics, & More.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add blockchain_utils
copied to clipboard

With Flutter:

 $ flutter pub add blockchain_utils
copied to clipboard

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

dependencies:
  blockchain_utils: ^4.0.1
copied to clipboard

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:blockchain_utils/blockchain_utils.dart';
copied to clipboard
22
likes
160
points
3k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.20 - 2025.02.01

Comprehensive Crypto & Blockchain Toolkit, Pure Dart, Cross-Platform, Encoding, Cryptography, Addresses, Mnemonics, & More.

Repository (GitHub)

Topics

#cryptography #schnorrkel #substrate #blockchain #bip

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on blockchain_utils