Abstract colourful artwork representing digital creation process

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 workshop

Guide 1: Artwork and layer preparation

  1. 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.
  2. Organise folders by trait category. Create one folder per category: Background, Body, Eyes, Accessories, etc. Each variant gets its own PNG file.
  3. Name files without spaces. Use CamelCase or underscores: LaserEyes.png, not "Laser Eyes.png". These names become JSON attribute values visible to collectors.
  4. Build a rarity spreadsheet. Map each variant to a weight. Verify category weights sum correctly before running generation.
  5. 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

  1. Understand the JSON structure. Each NFT needs name, symbol, description, image URI, and an attributes array matching your trait categories.
  2. Choose permanent storage. Arweave and IPFS are preferred for image hosting. Avoid generic web hosts without content-addressing for long-term collections.
  3. Set creator royalties at mint time. Typical range is 5–10%. Changing royalties later requires migration not all platforms support.
  4. Verify before mainnet. Upload sample metadata, paste the URI into a block explorer, and confirm all fields render correctly.
  5. Document your decisions. Keep a record of royalty rate, storage provider, and creator wallet addresses for future reference.

Guide 3: Devnet test-mint checklist

  1. Install a Solana-compatible wallet. Create a fresh devnet wallet — never use your mainnet seed phrase for testing.
  2. Fund with devnet SOL. Use a public faucet to receive test tokens. Mainnet SOL is not required at this stage.
  3. Configure your minting tool. Set collection size, price (can be zero on devnet), and upload a small test set of metadata.
  4. Mint 3–5 test pieces. Review each mint on a devnet explorer. Confirm metadata, image, and attributes display correctly.
  5. 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

  1. Compare marketplace fees. Magic Eden, Tensor, and other venues differ in listing costs, royalty enforcement, and audience reach.
  2. Prepare collection description. Write a clear description covering art style, supply, utility (if any), and links to your community channels.
  3. Set floor price thoughtfully. Consider royalty-inclusive pricing and how your floor compares to similar collections in your category.
  4. Verify listing display. After listing, view your piece as a buyer would — check image, traits, and creator attribution.
  5. Monitor post-launch. Track secondary sales, respond to collector questions, and update your community channels with accurate information.

Read library articles Ask a creator question