Your documentation is in another castle..
Looking for focused guides (submission flow, retries, failure modes, etc.)? Check the documentation index.
This repo uses mdbook to generate documentation and just to run all the
shell commands. You can install both tools by running and executing
./install_dependencies.sh. It should work as long as you have cargo installed.
Here is the list of available just commands (just -l):
- build
- check
- doc
- docker
- examples-check
- examples-clean
- examples-fmt
- examples-run
- fmt
- lint
- lint-fix
- metadata-build
- podman
- test
Once you have implemented and tested your changes, run cargo clean and
just build. This will clean all the existing build artifacts and build the
library using different feature flag permutations.
If just is not installed you can manually run ./build_sdk.sh and it will do
the same.
Run just metadata-build or manually run ./build_api.sh for the generated
metadata types to be regenerated.
This project uses GitHub Flow to manage release and branches.
Thank you for your interest in improving this project! As we are still adding new features and finalizing existing ones, it would be helpful to first post your idea in the discussions or issues.
This project is primarily distributed under the terms of MIT license. See LICENSE