Hyper Code IDE Guide
  • Introduction to Hyper Code IDE
  • Lesson 1: Get Started
    • Smart Contract Project Files
    • Project Files
    • CRC_Contract
    • Contract Method
  • Lesson 2: Smart Contracts
    • Introduction to Smart Contracts
    • Creating your first smart contract
    • Debugging
    • Deployment
    • Smart Contract Interaction
  • Lesson 3: Wallet Access
    • Introduction to Wallet Access
    • Circular Wallet Architecture
    • Native CRC Wallet
    • Custom Wallet Data
  • Lesson 4: Your First Token
    • Introduction
    • Simple Token Balance
    • GetBalance Function
    • Drop Function
    • Transfer Function
Powered by GitBook
On this page
  1. Lesson 2: Smart Contracts

Deployment

PreviousDebuggingNextSmart Contract Interaction

Last updated 7 months ago

Once you’re satisfied with your smart contract’s performance, you can deploy it to the blockchain. To begin, simply click the deployment icon in the top-left corner of the screen. This marks a key milestone, bringing your contract to life on the blockchain.

Smart contract deployment is a transaction on the blockchain and requires confirmation and inclusion in a block to be finalized. After deploying, there may be a short wait depending on network speed and congestion. Once confirmed and included in a block, the contract is ready for interaction. The deployed contract address will appear in the status bar, confirming a successful deployment and providing key details.

The deployment button