Design Your Vehicle

Your Vehicle NFT

Generated vehicle image
Model: -
Color: -
Token ID: -
Owner: -

Smart Contract Integration

This is how your vehicle will be minted using your smart contract function:

function mintNFT(
    address to,
    string memory name,
    string memory description,
    string memory imageBase64,
    string memory model,
    string memory color,
    string memory rarity
) public payable {
    // Function implementation...
}