The Cover dApp is a frontend for interacting with the Cover code verification protocol. Cover ensures that canister code running on DFINITY's Internet Computer is verifiable open source & auditable.
- Query verification status of canisters
- Make new build submissions against canister you control
The Cover dApp uses the Cover SDK for easy interactions with the Cover canister & Cover Validator. Learn more about the Cover SDK javascript library here.
Step 1 - Clone this repo
Step 2 - Install depencies using npm install
Step 3 - Run your dev server with npm run dev