Change Chain
  • Change Chain
  • Introduction
    • Introduction
    • Key Features
  • Architecture
    • Overview
    • Consensus
    • Transaction Processing
      • Transaction Lifecycle
      • High Throughput Mechanisms
    • Network Layers
    • Interoperability
    • Technical Specifications
  • Mining
    • Mining
      • Setting Up a Mining Node
      • Solo Miner
      • Pool Mining
      • System Requirements
      • Installation
      • Troubleshooting
    • Backup and Restore
    • Gas Model
    • Mining Rewards
    • Tokenomics
  • Ecosystem
    • Ecosystem Components
      • Wallets
      • Explorer
      • Governance
    • Change Chain vs. Layer 2
  • Roadmap
    • Roadmap
  • FAQ
    • FAQ
  • Developer Resources
    • Incentives and Support
    • Development Tools
      • CLI
      • Debugging Tools
      • Testing Framework
    • SDKs
    • Developing Smart Contracts
Powered by GitBook
On this page
  • Environment Setup:
  • Contract Development:
  • Deployment and Testing:
  1. Developer Resources

Developing Smart Contracts

Environment Setup:

  • Install the Solidity compiler and Change Chain SDKs.

  • Set up your preferred IDE with necessary extensions.

Contract Development:

  • Write smart contracts using Solidity or Vyper.

  • Follow best practices for coding standards and security.

Deployment and Testing:

  • Use the CLI or SDKs to deploy contracts to the testnet.

  • Perform thorough testing using provided frameworks.

PreviousSDKs

Last updated 7 months ago