obol-docs
obol-docs copied to clipboard
Demonstrate how to verify an operators signature of a definition in solidity
๐ฏ Problem to be solved
A user asked how they can check in solidity if an operator has agreed to a particular cluster. We include a config_signature, which is a signature of config_hash by operator[].address.
๐ ๏ธ Proposed solution
We should give an example in solidity that shows ecrecover
returning true for (address, config_hash, config_signature)
๐งช Tests
- [ ] Netlify deployment build tests passing