β Cover Usage¶
β Cover Usage¶
Environment set up¶
To set up the build environment, you need to add Cover's dockerfile to your repo and then build your canister.
Visit our builder repo for more details on guidance
Build your canister¶
You can build your canister by providing Cover builder with your build config (these configs are going to be validated by Cover Validator first). There are 2 ways to do this:
- Using Cover Validator API (Guidance and example)
- Using Cover SDK (Guidance and example)
Verifications of the latest build will be stored in Cover canister.
Note
Your canisterΒ΄s repository should be on GitHub, and open source