mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-26 17:34:30 +01:00
* 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>
566 B
566 B
Development guide - Core crate
Prerequisites
To compile the Core crate you will first need to install:
- Protobuf
- Emscripten for compiling to Wasm
- Firefox for testing Wasm
brew install protobuf emscripten
On first usage you will need to run:
make init
Testing
To test all targets run:
make test
This comprises the following make tasks:
make cargo-test wasm-test