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