This repository serves as a central public collection of utility scripts, images, and tools used in the Warden Protocol.
It includes helper scripts, images, templates, and other resources that support testing, development, and operational workflows.
scripts/
β Reusable scripts for common tasksimages/
β Common utility docker imagestemplates/
β Boilerplate files, config templates etc..tools/
β Standalone tools or helper binaries.
We recommend cloning this repo as a submodule if you want to use it across other projects:
git submodule add https://github.com/warden-protocol/utils.git warden-utils
If you have useful scripts or assets that could benefit the team or wider ecosystem:
- Fork this repository.
- Add your utility under the appropriate folder.
- Submit a pull request with a clear description.
Please keep scripts and files well-organized, and document any non-obvious behavior.
This repository is licensed under the Apache License 2.0, unless stated otherwise in individual files.
Learn more at wardenprotocol.org.