Generated Code Preview

This screen shows the token creation interface on QubeQode after a user has submitted a prompt to generate a smart contract.

Prompt

At the top, there is a green-bordered text box displaying the user’s prompt "Make me a smart contract for a crypto token called Qubby with $QUB as its ticker". This indicates the system has successfully processed the request and is now ready to generate the smart contract.

Form Field

Below the prompt box, several input fields automatically populate with details extracted from the user's prompt:

  • Token Name The token name is set as "Qubby".

  • Symbol The token symbol is set as "$QUB".

  • Initial Supply The initial supply of the token is entered as "3,000,000,000" units.

  • Decimals (1-18) The decimals are set to "8", which defines how many decimal places the token can have.

  • Create/Owner This field shows the Ethereum wallet address of the token creator/owner. The address shown is: 0x4573263c4198F46D2F46BA3060c803d5353AD46C

Navigation Buttons

  • Previous Button On the left, a "Previous" button allows the user to go back to the prior step if needed.

  • Create Button On the right, a "Create" button (highlighted with a gradient outline) is used to proceed with generating the actual smart contract based on the provided information.

Last updated