Having used the `Decider` from `decider_eth.rs`, we can now verify it in Ethereum's EVM.
Having used the `Decider` from `decider_eth.rs`, we can now verify it in Ethereum's EVM.
First we need to generate the Solidity contracts that verify the Decider proofs. Use the [solidity-verifiers-cli](https://github.com/privacy-scaling-explorations/sonobe/tree/main/cli) tool
This can be done either by using the `solidity-verifiers-cli` or directly in rust code.
## Using the CLI to generate the Solidity verifier
Use the [solidity-verifiers-cli](https://github.com/privacy-scaling-explorations/sonobe/tree/main/cli) tool