DCC Documents
  • Quickstart
  • Overview
    • Introduction
    • Features
    • Our Goal
    • Consensus Engine
    • Issue ERC20 Token
  • Developers
    • Network Endpoints
    • Deploy Smart Contract
      • Using Remix
      • Using Hardhat
    • Deploy NFTs
      • Create A Foundry Project
      • Create Your ERC721 Contract
      • Add Metadata
    • Run a Node
      • Hardware & System Requirements
      • Install DCC
      • Run A Full Node
      • Run A Validator Node
        • Block Rewards
        • Apply For Running A Validator
        • Manager Account And Validator Account
        • Run A Validator
      • Troubleshooting
    • Explorer
    • Dev Toolkit
  • Individuals
    • Wallet
      • Supported Wallet
      • Tutorial on how to set up wallet
    • Network Configuration
      • Configure Value
      • Tutorial on how to config DCC network in Metamask
  • FAQs
    • FAQs
      • General FAQs
      • Validator FAQs
  • Future Developments
    • Milestone
  • Community
    • Community
  • Disclosure
    • Disclaimers
    • Risk Statement
    • Media Kit
Powered by GitBook
On this page
  1. Overview

Features

DCC 1.0 is built on the Ethereum source code and is compatible with EVM smart contracts. It seeks to solve the dual problem of low performance and high cost on Ethereum. Currently, millions of blocks have been produced while the number of active addresses on the chain has exceeded hundreds of thousands.

EVM Compatible

DCC is EVM compatible. Deploy and run your dApps on DCC with your favorite tooling for Ethereum.

Fast Finality

The average block time of DCC is 3 seconds. A typical transaction can be included in a block in less than 6 seconds. And this block is finalized if more than half of all validators add their blocks after it.

Low Cost

Gas fee is paid with DCT. Transfer your tokens around the world with a fraction of a cent.

Safe and Secure

Each block is validated by trusted validators with their identities.

PreviousIntroductionNextOur Goal

Last updated 2 years ago