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

Introduction to Hyper Code IDE

NextSmart Contract Project Files

Last updated 7 months ago

Welcome to the Circular ecosystem! We’re excited to help you build your first dApp.

()

Lesson Guide


Here’s a quick guide to getting started with the Hyper Code IDE.

Project Icon: Manage your project files.

Search: Find specific elements in your project.

Debug: Simplifies smart contract debugging.

SDK & CRC: Direct links to Circular SDK and Standards documentation.

In the left sidebar, you’ll also find access to Templates, Libraries, and Tutorials. At the top, use the icons for editor interactions and contract deployment.

The code editor lets you read and edit your code, while the Payload Terminal handles blockchain transactions. The Output window shows smart contract status and results, helpful for debugging.

With this overview of the IDE, you’re ready to start exploring smart contracts on Circular.

Access the Hyper Code IDE
https://circularlabs.io/HCIDE

Lesson 1: Getting Started ->

Everything you need to quickly get started and fully operational with the Hyper Code IDE.

Lesson 2: Smart Contracts ->

A simple guide to creating, debugging, deploying and interacting with smart contracts on Circular.

Lesson 3: Wallet Access ->

Learn the essentials of Circular's Architecture and how to access wallets.

Lesson 4: Creating your first token ->

A simple guide to learn all the functions required to create your first token.