Creator guides
Structured reference materials used in our workshops — covering the full path from artwork folders to marketplace listing.
These guides summarise what we teach in the flagship Creator Workshop. They are reference documents — not a substitute for hands-on session time where we review your specific artwork and wallet setup.
Book the full workshopGuide 1: Artwork and layer preparation
- Set a shared canvas size. All trait layers must use identical pixel dimensions — typically 1000×1000 for profile-picture collections. Export from your art software with transparency preserved.
- Organise folders by trait category. Create one folder per category: Background, Body, Eyes, Accessories, etc. Each variant gets its own PNG file.
- Name files without spaces. Use CamelCase or underscores: LaserEyes.png, not "Laser Eyes.png". These names become JSON attribute values visible to collectors.
- Build a rarity spreadsheet. Map each variant to a weight. Verify category weights sum correctly before running generation.
- Run a test batch. Generate 20–50 combinations and inspect each for alignment errors, missing layers, or duplicate combinations.
Guide 2: Metadata and on-chain standards
- Understand the JSON structure. Each NFT needs name, symbol, description, image URI, and an attributes array matching your trait categories.
- Choose permanent storage. Arweave and IPFS are preferred for image hosting. Avoid generic web hosts without content-addressing for long-term collections.
- Set creator royalties at mint time. Typical range is 5–10%. Changing royalties later requires migration not all platforms support.
- Verify before mainnet. Upload sample metadata, paste the URI into a block explorer, and confirm all fields render correctly.
- Document your decisions. Keep a record of royalty rate, storage provider, and creator wallet addresses for future reference.
Guide 3: Devnet test-mint checklist
- Install a Solana-compatible wallet. Create a fresh devnet wallet — never use your mainnet seed phrase for testing.
- Fund with devnet SOL. Use a public faucet to receive test tokens. Mainnet SOL is not required at this stage.
- Configure your minting tool. Set collection size, price (can be zero on devnet), and upload a small test set of metadata.
- Mint 3–5 test pieces. Review each mint on a devnet explorer. Confirm metadata, image, and attributes display correctly.
- Test a listing flow. List one test piece on a devnet-compatible marketplace to understand the seller experience before mainnet.
Guide 4: Marketplace listing after mint
- Compare marketplace fees. Magic Eden, Tensor, and other venues differ in listing costs, royalty enforcement, and audience reach.
- Prepare collection description. Write a clear description covering art style, supply, utility (if any), and links to your community channels.
- Set floor price thoughtfully. Consider royalty-inclusive pricing and how your floor compares to similar collections in your category.
- Verify listing display. After listing, view your piece as a buyer would — check image, traits, and creator attribution.
- Monitor post-launch. Track secondary sales, respond to collector questions, and update your community channels with accurate information.