QubeQode Basic User Guide
Introduction
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.
Prerequisites
Before you start, ensure you have:
Basic knowledge of Solidity and smart contracts.
An EVM-compatible wallet such as MetaMask with the Qubetics blockchain network.
Steps to add Qubetics Network to Metamask Wallet
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 Mainnet
Qubetics Testnet
New RPC URL
https://rpc.qubetics.com
https://rpc-testnet.qubetics.work
Chain ID
9030
9029
Currency Symbol
TICS
TICS
Explorer URL
https://ticsscan.com
https://testnet.qubetics.work
Connecting to the Qubetics Network
To add the Qubetics network to MetaMask, there are 2 options:
Method 1: To add the network with a single click Connect MetaMask to Qubetics Network
Open the Qubetics Explorer.
Click on "Add Qubetics Network" to automatically connect your wallet to the Qubetics blockchain.
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 Mainnet
Qubetics Testnet
New RPC URL
https://rpc.qubetics.com
https://rpc-testnet.qubetics.work
Chain ID
9030
9029
Currency Symbol
TICS
TICS
Explorer URL
https://ticsscan.com
https://testnet.qubetics.work

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.
Last updated