payjoin 0.1.0
payjoin: ^0.1.0 copied to clipboard
Dart bindings for payjoin (EXPERIMENTAL)
Payjoin Dart Bindings #
Welcome to the Dart language bindings for the Payjoin Dev Kit!
Running Tests #
Follow these steps to clone the repository and run the tests.
git clone https://github.com/payjoin/rust-payjoin.git
cd rust-payjoin/payjoin-ffi/dart
# Generate the bindings
bash ./scripts/generate_bindings.sh
# Run all tests
dart test