Protocol Reference
Core Contracts
- CommentManager - Comment posting and management with signature verification
- ChannelManager - NFT-based channel creation and management
- ProtocolFees - Fee management for protocol operations
Hooks
- BaseHook - Abstract base contract for hook implementations
- NoopHook - No-operation hook implementation for testing
- TokenCreatorHook - Hook that restricts top-level comments to predefined token creators
Interfaces
Core
- IChannelManager - Channel management interface
- ICommentManager - Comment management interface
- IProtocolFees - Protocol fee management interface
- IFeeManager - Extended fee management interface
Hooks
- IHook - Base hook interface
Types
- ICommentTypes - Comment data structures
- Comments - Comment-related types and utilities
- Hooks - Hook-related types and utilities