ObolNetwork / ObolNetwork/obol-docs
Demonstrate how to verify an operators signature of a definition in solidity
Nobody has claimed this yet.
- Dominant language
- MDX
- Stars
- 27
- Forks
- 61
- Avg merge
- 1h 22m
- Merged PRs (30d)
- 2
Description
🎯 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
👐 Additional acceptance criteria
❌ Out of Scope
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the documentation entry point for config_signature and operator agreement. Add a Solidity example demonstrating ecrecover for the address, config_hash, and config_signature values, then verify that the Netlify deployment build passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- solidity
- Domain
- blockchain, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100