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. Getting Started
  2. QubeQode Basic User Guide

Compile

PreviousWorkspaceNextDeploy

Last updated 4 months ago

The Compile Tab is designed to simplify the compilation process for smart contracts. It ensures compatibility with different Solidity versions and Ethereum Virtual Machine (EVM) configurations, giving developers flexibility and control.

Step-by-Step Instructions

1. Select Contract Type

  • At the top, you will find options for different contract types such as ERC20, ERC721, ERC1155, Stablecoin, Real-World Asset, Governor, and Custom.

  • Click on the desired contract type to load the associated code template.

2. Configure Solidity Compiler

  • Compiler Dropdown:

    • Choose the Solidity compiler version compatible with your contract requirements (e.g., 0.8.22 or 0.8.19).

    • The dropdown allows you to select the compiler version for compatibility with various blockchain networks.

  • EVM Version Dropdown:

    • Select the EVM version (e.g., London, Istanbul) to ensure the contract complies with the target blockchain specifications.

3. View and Edit Code

  • The main editor displays the Solidity code for your selected contract template.

  • You can modify the code directly in the editor to customize parameters such as:

    • Token Name

    • Symbol

    • Premint Amount

    • Additional contract functionality.

4. Compile the Contract

  • Once you have configured the settings and edited the code:

    • Click the Compile button to generate the bytecode and ABI (Application Binary Interface).

    • A progress indicator will show the compilation status.

  • Successful Compilation:

    • If the contract compiles successfully, the interface will display the output.

    • Errors or warnings will be highlighted in the editor for easy debugging.