ObolNetwork / ObolNetwork/obol-docs

Demonstrate how to verify an operators signature of a definition in solidity

Open
#355 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.