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

Deploy Step-1

PreviousGenerated Code PreviewNextGenerated Code

Last updated 2 months ago

This screen shows the next step in the token creation process on QubeQode after entering token details. Here's a detailed breakdown:

FR 5.001: Top Section

The green-bordered box at the top shows the user’s request, "Make me a smart contract for a crypto token called Qubby with $QUB as its ticker". This prompt has been processed, and the system is now showing the token’s summary and additional features.

FR 5.002: Token Summary (Center Panel)

  • FR 5.002a: Header The token name "Qubby" is prominently displayed at the top of the panel.

  • FR 5.002b: Token Details A summarized table shows:

    • Ticker: "$QUB" the symbol for the token.

    • Supply: "3B" short for 3 billion tokens as the total supply.

    • Decimals: "8" meaning the token can be divided up to 8 decimal places.

  • FR 5.002c: Compile Button A gradient-outlined "Compile" button is available below this summary. Clicking it will likely generate or compile the smart contract code based on these settings.

FR 5.003: Feature Options (Right Panel)

On the right-hand side, there are multiple buttons representing advanced token functionalities that the user can optionally add to the smart contract:

  • Tax in/out

  • Deflation

  • Can Burn

  • Hyper Deflation

  • Can Mint

  • Auto Exchange

  • Can Pause

  • Upgradeable

  • Blacklist

  • Anti Whale

  • Auto Liquidity

  • Lock on Launch

Each button represents a feature that can be toggled on or off depending on what the user wants to include in their smart contract. These features are common in DeFi and tokenomics strategies (e.g., burn mechanisms, liquidity locks, blacklist for blocking wallets, etc.).