Plume
  • Introduction
    • Overview
  • Official Tokens
    • PLUME ($PLUME) Token
    • Plume USD (pUSD)
  • Plume Security
    • AML Screening
    • Compliance at Plume
    • Audits and Security
  • Developers
    • Plume Testnet
    • Smart Contracts
    • How-to Guides
      • How to Connect to Testnet
        • Install and Configure Wallet
        • Claim test tokens
      • How to Deploy Smart Contracts
        • Deploy using Remix IDE
        • Deploy using Foundry
        • Deploy using Hardhat
      • How to Verify Smart Contracts
        • Verify using Foundry
        • Verify using Hardhat
      • How to Run a Node
    • Plume vs. Ethereum
    • Gas and Fees
    • Finality
  • Community and Support
    • Community Channels
    • Brand Assets
    • Terms of Service
    • Privacy Policy
  • MORE
    • Glossary
    • FAQ
Powered by GitBook
On this page
  • Verify your Contract
  • Sample Output
  1. Developers
  2. How-to Guides
  3. How to Verify Smart Contracts

Verify using Hardhat

PreviousVerify using FoundryNextHow to Run a Node

Last updated 22 days ago

Verify your Contract

To verify your smart contract(s) that are already deployed, refer the instructions in page. Run the following command:

npx hardhat verify --network plume-testnet <your-contract-address>

Make sure to replace the details in the <your-contract-address> with your contract address.

Sample Output

Successfully submitted source code for contract
contracts/RolexYachtMaster40.sol:Lock at 0x0c14F7df7f2B0c6F55851610849BA09f97732C9B
for verification on the block explorer. Waiting for verification result...

Successfully verified contract Lock on the block explorer.
https://testnet-explorer.plume.org/address/0x0c14F7df7f2B0c6F55851610849BA09f97732C9B#code
Blockscout's Hardhat Contract Verification