Engine (Sepolia)
Last updated
Last updated
Watch this 5 minute Loom video describes the basics of getting setup on our Art Blocks contract.
The smart contract is deployed on the Sepolia testnet which uses "fake" ETH to pay for transactions. You can request Sepolia ETH from:
Infura: https://www.infura.io/faucet/sepolia
Bright Moments: https://faucet.brightmoments.io/ (please post in your artist channel in the Discord, tagging with your wallet address to be added. 3 ETH p/hour)
Visit the staging home page: https://artist-staging.artblocks.io/.
Connect your wallet associated with the artist address you provided to the Bright Moments team and sign the nonce to connect to the Art Blocks staging website.
Visit your project’s test environment by going to the Sepolia URL, replacing the last field (PROJECT-ID) with your Project ID: https://sepolia-artist-staging.artblocks.io/engine/fullyonchain/projects/0x8651eFeBA58F94A3785113B6Bc60a50Aa305df4c/PROJECT-ID
Edit the project fields.
Project:
Project name
Artist name
Token:
Maximum invocations: collection size
Script:
Script type
Aspect ratio : 9:16 - 0.5625
Upload your project script.
Go to the "Minters" Tab on your Artblocks testnet shell : https://create.artblocks.io/projects/0x8651efeba58f94a3785113b6bc60a50aa305df4c-<PROJECT-ID>/minter
Input the following:
Base price in display unit = 0
Max invocations = Any number, i'd recommend well above 100 for testing
Go to the Minter smart contract: https://sepolia.etherscan.io/address/0xA84E2eFFfCFd1cbE01785Bd10aaEE520A68CD3DD
Connect to Etherscan using your artist ETH wallet
Find Write function 3) _purchase
Input the following:
_purchase = 0
_projectId = <PROJECT-ID>
coreContract = 0x8651eFeBA58F94A3785113B6Bc60a50Aa305df4c
Click "Write" and confirm the transaction in your ETH wallet
Once you are satisfied with the outputs, notify the Bright Moments team in Discord that you would like to get set up with a project shell on mainnet.
Testnet (Sepolia)
Core Contract: 0x8651eFeBA58F94A3785113B6Bc60a50Aa305df4c
Minter Contract: 0xA84E2eFFfCFd1cbE01785Bd10aaEE520A68CD3DD
To view your project interface, replace (<PROJECT-ID>) with your Project ID.