mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-19 22:14:28 +01:00
18 lines
536 B
Markdown
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/
|
|
```
|