This is still an experimental SDK so we're more than happy to discuss feedback and receive pull requests!
The project uses ktlint
and spotless
to make sure the code is formatted properly.
We recommend that you setup a pre-commit
hook that runs a spotless check when you try to commit.
Navigate to the root folder and install the hook:
git config core.hooksPath .hooks/
To run the build and tests:
make compile
Build and tests are automatically run against branches and pull requests via GH Actions.