2. Staging & Testing
Once your script is working locally, you'll create a testnet project using the Art Blocks Creator Dashboard and prepare it for review. This step covers the full staging process on Sepolia testnet.
Before You Start
- Your script is complete and tested locally with many different hashes
- You have your artist wallet ready (the one registered with Art Blocks)
- You have some Sepolia ETH for test minting (Alchemy Sepolia faucet)
- You have access to the Creator Dashboard
Creator Dashboard Overview
The Art Blocks Creator Dashboard is the primary interface for setting up and managing your project. Connect your artist wallet to get started.
The dashboard is organized into sub-pages for your project:
- Details — project metadata (name, description, license)
- Scripts — upload your script file and configure your dependency
- Renders — aspect ratio, render delay, Canvas Mode, MP4 settings
- Payments — primary and secondary revenue splits
- Minters — minting mechanism configuration
- Outputs — browse your minted test outputs
Step 1: Create a Testnet Project
- Connect your artist wallet to create.artblocks.io
- Ensure you're on the Sepolia network
- Click Create New Project
- Your testnet project shell is now created
You'll see your new project listed in the dashboard. Click into it to begin configuration.
Step 2: Details
Fill in your project metadata:
Save before moving to the next section.
Step 3: Scripts
This is the core of your project setup.
- Script type & version — Select your library (p5js, threejs, regl, etc.) and the version. This determines which library CDN the generator will load.
- Upload script — Upload your
.jsfile. The dashboard will show the script content for verification. - PostParams (Engine Flex only, optional) — If your project uses Post-Mint Parameters, configure the parameters and standard hooks you want to use here. Artists may define on-chain configurable parameters (enums, booleans, colors, etc.) that collectors can adjust after minting.
- Decentralized Storage Assets (Engine Flex only, optional) — If your project uses IPFS/Arweave external assets, configure them here. See Decentralized Storage Assets for details.
Once your project is locked (after final review), the script cannot be modified. Test thoroughly before requesting a lock.
After uploading, use the Preview button to open a live view of a test output and verify your script renders correctly.
Step 4: Renders
Configure how the Art Blocks rendering infrastructure captures your artwork:
Step 5: Payments
Configure how primary and secondary revenues are split.
Primary Sales
By default, primary sales split 90% to the artist and 10% to Art Blocks. You can add an additional payee to further split the artist's share (e.g. for collaborators or charitable giving).
- Additional payee wallet — Another Ethereum address to receive a portion of primary sales
- Artist % to additional payee — What percentage of the artist's primary share goes to the additional payee
Secondary Royalties
Art Blocks contracts use ERC-2981 and 0xSplits for secondary royalties. When you configure payment information, a splitter contract is automatically deployed.
- Artist royalty % — Typical range is 5%. This is the total secondary royalty paid to artist + any additional payee.
- Artist secondary payee — Additional address to split secondary royalties with the artist
- Artist % to secondary payee — Portion of artist's secondary share going to the additional payee
Your royalty splitter address is shown in the dashboard. You can view and withdraw balances at app.splits.org.
Step 6: Minters
Choose your minting mechanism. Options include:
- Set Price (ETH) — Fixed price, first-come-first-served
- Dutch Auction (w/ Settlement) — Fair price discovery; all buyers pay the final price
- Dutch Auction (exponential/linear) — Price decreases over time; no settlement
- Allowlist — Fixed price for pre-approved wallets
- Ranked Auction (RAM) — Bid-based; all winning bidders pay the lowest winning bid
For detailed guidance on choosing a minter, see the Minter Guide.
Step 7: Test Minting
With your project configured, mint test outputs:
- Mint at least 20–40 test tokens — enough to see meaningful variety across your trait space
- Use "Explore Possibilities" in the Outputs tab — this previews many different hashes rapidly without minting transactions
- Review outputs carefully — look for visual errors, edge cases, extreme outputs
- Preview at artist-staging.artblocks.io — this mirrors how your project will appear on artblocks.io
What to Check
- Every output renders without errors
- Trait distribution is what you expect (check
window.$featuresvalues) - No hash produces a broken or undesirable output
- Artwork looks correct at different viewport sizes
- Render delay is long enough for animated pieces to settle
Step 8: Submit for Review
When your testnet project is ready:
- Email apply@artblocks.io with a link to your testnet project shell
- Format:
https://artist-staging.artblocks.io/engine/[flex OR fullyonchain]/projects/[contractAddress]/[projectId]
- Format:
- Share your testnet project in
#artist-techon Discord if you have technical questions - Wait for feedback — the Art Blocks team will review and may request changes before approving the mainnet deployment
Revisions may be requested before approval. Common feedback includes: output quality, trait distribution, edge-case handling, and script performance.