Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.08 KB

contracts-verification.mdx

File metadata and controls

31 lines (24 loc) · 1.08 KB
section title lang permalink excerpt
sdk
Upgrading Scroll SDK
en
sdk/operation/contracts-verification
Learn more about verify smart contract source code on blockchain explorer

import Steps from '../../../../../components/Steps/Steps.astro';

Overview

This guide documents how to verify the smart contract source code of your own Scroll SDK deployment on blockchain explorers.

Devnet deployment

1. Go to the `devnet` folder of `scroll-sdk` repository 2. Configurate `[contracts.verification]` section of your config.toml file as described [here](/en/sdk/technical-stack/configuration#contracts-verification) 3. To start the verification process, run the following command: - `make verify`

Production deployment

1. Go to the root directory of your local workspace repo 2. Configurate `[contracts.verification]` section of your config.toml file as described [here](/en/sdk/technical-stack/configuration#contracts-verification) 3. To start the verification process, run the following command: - `scrollsdk setup verify-contracts`