Files
breez-sdk-liquid/lib/bindings/DEVELOPMENT.md
Ross Savage 15a0c46f76 Improve development guides (#809)
* Improve development guides

* Apply suggestions from code review

Co-authored-by: Erdem Yerebasmaz <erdem@yerebasmaz.com>

* Add Firefox prerequisites

---------

Co-authored-by: Erdem Yerebasmaz <erdem@yerebasmaz.com>
2025-03-25 17:23:04 +01:00

639 B

Development guide - Bindings crate

This crate is responsible for building UniFFI bindings.

Prerequisites

To build you need to first install:

brew install protobuf

Set the ANDROID_NDK_HOME env variable to your Android NDK directory:

export ANDROID_NDK_HOME=<your android ndk directory>

On first usage you will need to run:

make init

Building

To build bindings for individual languages please see the available Makefile tasks. Otherwise to build all bindings run:

make all

Testing

make test