Generated Code Preview
Last updated
Last updated
This screen shows the token creation interface on QubeQode after a user has submitted a prompt to generate a smart contract.
FR 4.001: 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.
FR 4.002: Form Field
Below the prompt box, several input fields automatically populate with details extracted from the user's prompt:
FR 4.002a: Token Name The token name is set as "Qubby".
FR 4.002b: Symbol The token symbol is set as "$QUB".
FR 4.002c: Initial Supply The initial supply of the token is entered as "3,000,000,000" units.
FR 4.002d: Decimals (1-18) The decimals are set to "8", which defines how many decimal places the token can have.
FR 4.002e: Create/Owner
This field shows the Ethereum wallet address of the token creator/owner. The address shown is:
0x4573263c4198F46D2F46BA3060c803d5353AD46C
FR 4.003: Navigation Buttons
FR 4.003a: Previous Button On the left, a "Previous" button allows the user to go back to the prior step if needed.
FR 4.003b: 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.