Verifies VSC contracts by compiling the contract source code and comparing the output bytecode CID against the deployed contract code CID.
Contract code compilation is done within Docker containers.
Install Rust tools if not already, clone this repo and run the following:
cargo b --release
This project is dual licensed under the MIT License or Apache License 2.0.