Creator Core Contracts
Extendible ERC721/ERC1155 creator contracts with extension system, upgradeable proxy support, and comprehensive royalty management. A library for building flexible NFT collections.
Full support for both ERC721 (unique NFTs) and ERC1155 (multi-token) standards with upgradeable and non-upgradeable variants.
Learn more →Powerful extension framework allowing you to add custom functionality like dynamic pricing, lazy minting, and custom transfer logic.
Learn more →Support for upgradeable proxy pattern using ERC1967, allowing bug fixes and feature additions post-deployment.
Learn more →Comprehensive royalty system supporting EIP-2981, Manifold Registry, and Rarible V2 with per-token and per-extension configuration.
Learn more →Step-by-step guide for integrating with marketplaces, building extensions, and setting up royalty systems.
Learn more →Complete deployment guide covering direct deployment, proxy patterns, and network-specific considerations.
Learn more →Quick Links
Attribution
From Manifold
All contract development, architecture, and core functionality
- • Creator Core contracts (ERC721/ERC1155)
- • Extension system architecture
- • Royalty management system
- • Proxy pattern implementation
- • Security patterns & testing
- • Core marketplace functionality
From mxjxn
Documentation and tooling (future enhancements planned)
- • Documentation site
- • Integration examples
- • Deployment scripts