flutter_paw_ffi 2.0.0
flutter_paw_ffi: ^2.0.0 copied to clipboard
Low-level library for the PAW digital currency. Supports signatures, key generation, and more. Uses C functions for ed25519 and blake2b.
Flutter PAW FFI #
A PAW, Nano, 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.