diff --git a/content/tutorials/custom-zk-chain/10.index.md b/content/tutorials/custom-zk-chain/10.index.md index 3d40d9a4..7eb21745 100644 --- a/content/tutorials/custom-zk-chain/10.index.md +++ b/content/tutorials/custom-zk-chain/10.index.md @@ -3,11 +3,13 @@ title: Getting Started with ZK Chains description: Create and run your first ZK chain. --- +![Custom ZK Chain](/images/custom-zk-chain/Custom-ZK-Chain.png) + This tutorial shows you how to use the `zk_inception` CLI to run an Elastic Chain ecosystem and custom ZK chain locally: - You'll set up a local **Elastic Chain ecosystem** - You'll create a standard **ZK chain** -- You'll deploy a smart contract to your local **ZK chain** +- You'll **deploy a smart contract** to your local ZK chain - You'll create a second ZK chain that uses a **custom ERC20 base token** ## Prerequisites diff --git a/content/tutorials/custom-zk-chain/20.customizing-your-chain.md b/content/tutorials/custom-zk-chain/20.customizing-your-chain.md index 1c85ba66..8f017540 100644 --- a/content/tutorials/custom-zk-chain/20.customizing-your-chain.md +++ b/content/tutorials/custom-zk-chain/20.customizing-your-chain.md @@ -1,5 +1,5 @@ --- -title: Customizing your ZK chain +title: Customizing Your ZK Chain description: Create a ZK chain with a custom ERC20 base token. --- diff --git a/public/images/custom-zk-chain/Custom-ZK-Chain.png b/public/images/custom-zk-chain/Custom-ZK-Chain.png new file mode 100644 index 00000000..5fd938d6 Binary files /dev/null and b/public/images/custom-zk-chain/Custom-ZK-Chain.png differ