Comment on page
Flex Engine
The smart contract is deployed on the Goerli testnet which uses "fake" ETH to pay for transactions. You can request Goerli ETH here: https://faucet.paradigm.xyz/
- 1.
- 2.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.
- 3.Visit your project’s test environment by going to the Goerli URL, replacing the last field (<PROJECT-ID>) with your Project ID: https://artist-staging.artblocks.io/engine/flex/projects/0x2146A41F2c1432895d6D0ADF9c60BF0a226Bac0e/PROJECT-ID
- 4.Edit the project fields.
- Project:
- Project name
- Artist name
- Project website
- Project description
- Display notes (optional)
- Project license: eg. NFT License 2.0, CC BY-NC 4.0, CC BY 4.0, etc
- Token:
- Maximum invocations: collection size
- Base uri: https://token.staging.artblocks.io/0x2146A41F2c1432895d6D0ADF9c60BF0a226Bac0e/
- Script:
- Script type
- Aspect ratio (width / height)
- 5.Upload your project script. We recommend splitting your code into 10 kb chunks uploaded over multiple transactions. More info here on preparing your script for Art Blocks Engine: https://docs.artblocks.io/creator-docs/creator-onboarding/readme/#documentation
- 6.Upload your features script. More info here: https://docs.artblocks.io/creator-docs/creator-onboarding/readme/project-form-fields-guide/#features
- 7.Learn more about the Art Blocks Flex Engine Technical Details here: https://docs.artblocks.io/creator-docs/art-blocks-engine-onboarding/art-blocks-engine-101/engine-technical-details/
- 1.
- 2.Connect to Etherscan using your artist ETH wallet
- 3.Find Write function 3) _purchase
- 4.Input the following:
- _purchase = 0
- _projectId = <PROJECT-ID>
- 5.Click "Write" and confirm the transaction in your ETH wallet
- 6.
- 7.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 (Goerli)
- Mainnet
To view your project interface, replace (<PROJECT-ID>) with your Project ID.
Last modified 7mo ago