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
- IHook - Base hook interface
Hooks
- IHook - Base hook interface
Libraries
- MetadataOps - Metadata operations utilities
- CommentSigning - Comment signature verification utilities
- CommentOps - Comment operation utilities
- Batching - Batching operation utilities
- Approvals - Approval management utilities