Skip to main content
We will be creating a confidential ERC20 contract that enables:
  • Minting new tokens
  • Transferring tokens between accounts
  • Managing token allowances
  • Keeping all amounts encrypted
  • Using encrypted minting and transfers that require Inco execution fees
1

Setting up Contract

Contract Setup

Learn how to set up the basic contract structure
2

Defining Functions

Contract Functions

Understand the core functionality implementation
3

Complete Implementation

Complete Contract

See the full contract implementation