Skip to content

docs: add web3 and blockchain implementation guide#5

Open
OfficialAbhinavSingh wants to merge 2 commits into
mainfrom
doc/web3-implementation
Open

docs: add web3 and blockchain implementation guide#5
OfficialAbhinavSingh wants to merge 2 commits into
mainfrom
doc/web3-implementation

Conversation

@OfficialAbhinavSingh

@OfficialAbhinavSingh OfficialAbhinavSingh commented Jun 3, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Adds MERGIT_WEB3_IMPL.md — a complete web3 implementation reference for Mergit on Monad
  • Written for all contributors regardless of blockchain background (plain English + Why/Benefit framing per section)
  • Covers the 4 smart contracts, oracle/indexer patterns, and Monad-specific production rules

What's in the doc

  • Monad — why we chose it, the 3 rules that differ from other chains (parallel execution, gas-on-limit, async confirmation)
  • 4 Smart Contracts — AgentPassport (ERC-5192 soulbound), ProofOfWork (Merkle roots), ReputationRegistry (0–10k score), AuditTrail (zero-storage events)
  • Access Control — 2-of-3 Gnosis Safe multisig with timelocked admin handover
  • Agent Identity — ERC-1056 did:ethr (free, self-owned, no on-chain storage)
  • Oracle & Indexer — fire-and-track submission, local nonce management, reorg-safe reads
  • Audit section — how anyone can verify proofs without trusting Mergit
  • Quick reference table + one-paragraph demo script for judges

Test plan

  • Read through MERGIT_WEB3_IMPL.md and confirm it renders correctly on GitHub
  • Verify the Monad testnet config values (Chain ID 10143, RPC URL) are correct
  • No other files changed — docs only

Viscous106 and others added 2 commits June 3, 2026 21:22
Covers the 4 smart contracts (AgentPassport, ProofOfWork, ReputationRegistry,
AuditTrail), oracle/indexer patterns, ERC-5192 soulbound identity, Merkle proof
construction, ERC-1056 DIDs, access control via multisig, and Monad-specific
rules (parallel execution, gas-on-limit, async confirmation) — written for all
contributors regardless of blockchain background.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants