Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.inco.org/llms.txt

Use this file to discover all available pages before exploring further.

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