This repository contains FFI bindings and SDK for wallet & server-side development, plus some sample applications.
First, you'll need to install Rust, then follow the instructions specific to your language binding of choice.
The following bindings are available:
- Android
- iOS
- Node.js
- Python
In order to update the project dependencies, run cargo update.
If any dependency updates, the Cargo.lock file will be updated, keeping
track of the exact package version.
After an update, run tests (cargo test) and manually test the software
in order to stimulate function calls from updated libraries.
If any problem arises, open an issue.