QubeQode Basic User Guide
Last updated
Last updated
This guide provides step-by-step instructions to deploy any smart contract on the Qubetics blockchain. You’ll learn how to set up your development environment, write and compile the contract, and deploy it using the QubeQode Basic.
Before you start, ensure you have:
Basic knowledge of Solidity and smart contracts.
A EVM-compatible wallet such as metamask with Quebtics blockchain network.
Open Metamask: Launch the Metamask extension
Access Network Settings:
Click on the Network Selector dropdown at the top of the Metamask interface (usually showing "Ethereum Mainnet" by default).
Select "Add Network" or "Add a Network Manually".
Add a Custom RPC Network: In the "Add a network" screen, click "Add a network manually" to input the custom details.
Fill in Network Details Enter the required blockchain network information:
Network Name: Qubetics Testnet or Qubetics Privnet.
RPC URL: The endpoint URL for the blockchain for Devnet: “alphatestnet-evm-rpc.qubetics.work“
Chain ID: The unique ID for the Qubetics blockchain (9003).
Currency Symbol: The native token symbol (TICS).
Tools: QubeQode Basic.
To add Qubetics network in the metamask, there are 2 options:
Method 1: To add the network with single click Connect MetaMask to Qubetics Network
Method 2: Manually Adding Network Alternatively, if you want to add the network manually, ensure your MetaMask is upgraded to version 12.9.2 or higher. Enter the following details in MetaMask:
Network Name: Qubetics Testnet
Default RPC URL: https://alphatestnet-evm-rpc.qubetics.work
Chain ID: 9003
Currency Symbol: TICS
Confirm Connection: Once the network is added, your MetaMask wallet will connect to the Qubetics blockchain. Ensure you can see your wallet address and balance.
Open the Qubetics Explorer.
Click on "Add Qubetics Network" to automatically connect your wallet to the Qubetics blockchain.