mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-07 16:14:29 +01:00
20 lines
240 B
Markdown
20 lines
240 B
Markdown
# breez-sdk-rn-generator
|
|
|
|
This utility generates the liquid-swap-sdk React Native package code.
|
|
|
|
## Prerequisites
|
|
|
|
```bash
|
|
brew install ktlint kotlin swiftformat
|
|
```
|
|
|
|
```bash
|
|
yarn global add tslint typescript
|
|
```
|
|
|
|
## Run
|
|
|
|
```
|
|
cargo run
|
|
```
|