Skip to content

Commit

Permalink
docs: mini change to quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
poppyseedDev committed Jan 22, 2025
1 parent 517ddb1 commit ce1f75e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/getting_started/quick_start/deploying_cerc20.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ In this tutorial, you'll learn how to deploy a confidential token contract using

![File Creation](https://colony-recorder.s3.amazonaws.com/files/2025-01-16/506d526f-7e88-4aae-aaa5-92176b03ccf8/stack_animation.webp)

## 2. **Basic contract Structure**
## 2. **Basic contract structure**

The foundational structure includes importing Zama's libraries and connecting to Sepolia's FHEVM configuration.

Copy the following code to Remix:

```solidity
// SPDX-License-Identifier: BSD-3-Clause-Clear
Expand Down Expand Up @@ -52,6 +54,8 @@ Links the contract to Sepolia's FHEVM coprocessor for real-time encrypted operat

We’ll now add minting capabilities to create an encrypted ERC-20 token.

Copy the following code to Remix:

```solidity
// SPDX-License-Identifier: BSD-3-Clause-Clear
Expand Down

0 comments on commit ce1f75e

Please sign in to comment.