Files
breez-sdk-liquid/DEVELOPMENT.md
2025-03-31 18:18:53 +02:00

18 lines
536 B
Markdown

# Development guide
Please see the development guides for each crate/package:
### Crates
* [SDK Bindings](lib/bindings/DEVELOPMENT.md)
* [SDK Core](lib/core/DEVELOPMENT.md)
* [SDK Wasm](lib/wasm/DEVELOPMENT.md)
### Packages
* [React Native](packages/react-native/DEVELOPMENT.md)
* [Wasm](packages/wasm/DEVELOPMENT.md)
## Automatic format & syntax checking
To configure automatic code formatting and syntax checking for this repository, you can run the following command once:
```bash
git config --local core.hooksPath .githooks/
```