Circular Developer Docs
BuildNetworkGuidesConceptsStandards & ResourcesResources
  • Overview
  • Developer Guides
    • Get Started
    • Install Circular
  • Your first dApp on Circular
    • Introduction to Hyper Code IDE
      • Smart Contract Project Files
      • Project Files
      • CRC_Contract
      • Contract Method
    • Smart Contracts
      • Creating your first smart contract
      • Debugging
      • Deployment
      • Smart Contract Interaction
    • Wallet Access
      • Circular Wallet Architecture
      • Native CRC Wallet
      • Custom Wallet Data
    • Your First Token
      • Simple Token Balance
      • GetBalance Function
      • Drop Function
      • Transfer Function
    • Hyper Code Libraries
      • sha256.hc
      • secp256k1.hc
      • StrUtil.hc
  • Smart Contracts on Circular
    • Smart Contracts (Hyper Code)
      • Get Started
      • Why Hyper Code
      • Compiling
      • Testing
      • Debugging
Powered by GitBook
On this page
  1. Your first dApp on Circular
  2. Smart Contracts

Deployment

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.

PreviousDebuggingNextSmart Contract Interaction

Last updated 7 months ago