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 -r
Dump a sample config file to config.toml
:
./vsc-contract-verifier --dump-config
This project is dual licensed under the MIT License or Apache License 2.0.