hypi_merkletree 2.0.2 copy "hypi_merkletree: ^2.0.2" to clipboard
hypi_merkletree: ^2.0.2 copied to clipboard

A Dart implementation of the merkle tree able to construct and verify merkle trees.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hypi_merkletree

With Flutter:

 $ flutter pub add hypi_merkletree

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

dependencies:
  hypi_merkletree: ^2.0.2

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:hypi_merkletree/hypi_merkletree.dart';
3
likes
155
points
36
downloads

Publisher

verified publisherhypi.io

Weekly Downloads

A Dart implementation of the merkle tree able to construct and verify merkle trees.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

buffer, convert, meta

More

Packages that depend on hypi_merkletree