Qubetics Docs
  • Getting Started
    • Quickstart
    • Network Architechture
    • Qubetics: TICS Token
    • Add Qubetics Network
    • Get TICS tokens
    • Testnet Node Setup
      • How To Become a Validator
    • Validator Application: User Guide
      • Validator Login
      • Validator Dashboard
      • Setup as a Validator
      • Blocks Page
      • Validators
        • Active Validators Tab
        • Inactive Validator Tab
        • Deactivated Validator Tab
      • Validator Details
      • Manage Account
        • Profile Details
          • Bond More Funds
          • Unbond Funds
          • Stop Validator
    • How To Become a Delegator
    • Delegator Application: User Guide
      • Login
      • Dashboard
        • Bond More Funds
        • Unbond Funds
        • Redelegate Funds
      • Wallet Activities
      • Setup Delegator Bond
      • All Validators
      • Validator Details Page
    • TICS Scan User Guide
      • Dashboard
      • Block Summary
      • Block Details
      • Transactions Summary
      • Transaction Details
      • Address Detail
      • Tokens
      • Validators
      • Nodes
        • Node Sync
      • Contract List
      • Contract Detail
        • Transaction Tab
        • Transfers Tab
        • Holders Tab
        • Event Tab
        • Contract Tab
          • Read Contract Tab
          • Write Contract Tab
        • Analytics Tab
      • Contract Verification
      • Token Icon
      • Faucet
    • Qubetics IDE User Guide
    • QubeQode Basic User Guide
      • Workspace
      • Compile
      • Deploy
  • QubeQode Pro User Guide
    • Choose your plan
    • Start Chat
      • Generated Code Preview
      • Deploy Step-1
      • Generated Code
    • Settings
  • Basics
    • Editor
    • Markdown
    • Images & media
    • Interactive blocks
    • OpenAPI
    • Integrations
Powered by GitBook
On this page
Export as PDF
  1. QubeQode Pro User Guide
  2. Start Chat

Generated Code Preview

PreviousStart ChatNextDeploy Step-1

Last updated 2 months ago

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.