Concepts Guide
Concepts Guide Introduction
Walkthrough all the concepts you need to know to get started with Inco
Welcome
This guide will get you up to speed on all the concepts you need to know to develop your first confidential dapp. Throughout this guide, we will be using several examples, the most common one being a confidential token. A confidential token behaves similarly to a regular ERC20 token, but the balances of the holders, and transfer amounts are hidden from the public.
Here is the full code of a simple confidential token contract:
Continue this guide to understand how this code works and its concepts.
Was this page helpful?