🎯 Learning Objectives
Master the EIP-3030 standard for remote signing, including API endpoints, request/response formats, and integration with validator clients.
📚 Resources
📖 Reading Materials
- Full EIP-3030 spec – 40 min
- Web3Signer implementation as reference – 30 min (compare to our planned API)
- Prysm or Lighthouse docs on remote signers – 20 min
⏱️ Estimated Time
1.5 hours total
🔌 Follow-up Activity
API Design Exercise
Mock an EIP-3030 request/response in JSON. Discuss: How does this API fit into Signatory-EVM's policy engine (e.g., pre-sign checks)?
✅ Progress Tracking
Tick off items as you complete them:
- Read full EIP-3030 specification
- Study Web3Signer implementation reference
- Explore Prysm/Lighthouse remote signer docs
- Mock EIP-3030 request/response in JSON
- Discuss API integration with Signatory-EVM policy engine