Deploy your own NFT collection at the cost of 2 swaps!
Interacting via Etherscan
Contract is located at address:
Interacting via EVMConnector
ABI for EVMConnectorSteps to deploy and control NFT sale:
- Connect Wallet


- Call
createNFTwith params:
uint256 _startPrice = 50000000000000000
(this is 0.05 ETH)
uint256 _maxSupply = 500
uint256 _nReserved = 19
uint256 _maxTokensPerMint = 20
uint256 _royaltyFee = 500
(this is 5% of secondary sales)
uri = https://metadata.buildship.dev/api/token/cryptodunkz/
name = Token Name
symbol = NAME- Find created address in
Logs()of the transaction:deployedAddress, and follow the link

- Claim reserved tokens: **Choose address to receive them**

- You’re ready to start sale! Input timestamp of your desired sale start in UTC timezone. You can use unixtimestamp.com:

Or, just start sale right away:
