flutter_nano_ffi 2.0.0 flutter_nano_ffi: ^2.0.0 copied to clipboard
Low-level library for the NANO cryptocurrency. Supports signatures, key generation, and more. Uses C functions for ed25519 and blake2b.
Flutter NANO FFI #
A Nano and Banano cryptocurrency library for the Dart programming language
Based on NanoDart, but uses C functions for blake2b hashing and ed25519 cryptogaphy - using Dart's FFI features.
Features #
NanoDart supports seed generation, key derivation, validators, signing, block creation, and other essential functions of the Nano and Banano cryptocurrencies.
Usage #
See the example
and test
folders for examples and usage.
Features and bugs #
Please file feature requests and bugs at the issue tracker.