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
  • Learn More
  • Hyper Code Examples
  1. Smart Contracts on Circular

Smart Contracts (Hyper Code)

PreviousStrUtil.hcNextGet Started

Last updated 7 months ago

Hyper-Code (HC) in Circular Protocol is a specialized smart contract language designed to emphasize security, compliance, and formal verification to ensure high standards of safety and reliability. With built-in safeguards against attacks, HC allows developers to build decentralized applications that manage and transfer sensitive assets efficiently while adhering to regulatory requirements. This architecture provides both flexibility and protection, empowering enterprises to use blockchain technology confidently in highly regulated sectors.

Learn More


Hyper Code Examples


📖

Why Hyper Code? ->

Learn why Circular uses the Hyper Code language.

Create Package ->

Learn how to create a Hyper Code package.

👨‍💻