Expand description
This executable generates the solidity files with hardcoded verifying keys for
LightClient updates by running cargo run -p gen-vk-contract --release
.
LightClientMock updates by running cargo run -p gen-vk-contract --release -- --mock
.
Adapted from [CAPE project][https://github.com/EspressoSystems/cape/blob/main/contracts/rust/src/bin/gen-vk-libraries.rs]
Structsยง
- Cli ๐
Functionsยง
- main ๐