Skip to content

feat: ERC-8004 Bridge — official registry integration#16

Merged
agentmecz merged 2 commits intomainfrom
feature/erc8004-bridge
Feb 18, 2026
Merged

feat: ERC-8004 Bridge — official registry integration#16
agentmecz merged 2 commits intomainfrom
feature/erc8004-bridge

Conversation

@agentmecz
Copy link
Owner

What

New bridge contract that integrates AgentMe with the official ERC-8004 registries on Base Sepolia.

Changes

  • contracts/src/ERC8004Bridge.sol — Registers AgentMe agents in official ERC-8004 Identity Registry, bridges reputation to Reputation Registry, validation provider ready
  • contracts/test/ERC8004Bridge.t.sol — 34 Foundry tests (incl. fuzz), all passing
  • sdk/src/erc8004-bridge.ts — TypeScript SDK module for bridge interaction

Official ERC-8004 Addresses (Base Sepolia)

  • IdentityRegistry: 0x8004A818BFB912233c491871b3d84c89A494BD9e
  • ReputationRegistry: 0x8004B663056A597Dffe9eCcC1965A193B7388713

Testing

forge test --match-contract ERC8004Bridge -vv
# 34 tests passed, 0 failed

Lada added 2 commits February 18, 2026 11:47
…reputation & validation

- ERC8004Bridge.sol: registers AgentMe agents in official ERC-8004 Identity Registry on Base Sepolia, submits feedback to Reputation Registry, validation provider ready
- ERC8004Bridge.t.sol: 34 Foundry tests (incl. fuzz), all passing
- erc8004-bridge.ts: TypeScript SDK module for bridge interaction
@agentmecz agentmecz merged commit 262ba19 into main Feb 18, 2026
7 checks passed
@agentmecz agentmecz deleted the feature/erc8004-bridge branch February 18, 2026 13:23
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.

1 participant

Comments