# 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/ ```