LogoLogo
  • Solscan Introduction
  • Solana Blockchain
  • Browsing the site
    • Home
    • Search Bar
    • Token Page
    • Blockchain Tab
    • Resources
      • Validators
      • Public API
    • SOLSCAN KNOWLEDGE BASE
      • General
        • What is Solscan?
        • Homepage
        • Analytic Dashboard
        • DeFi Dashboard
        • NFT Dashboard
          • Dashboard Overview
            • Collections
            • Marketplaces
              • Overview
              • Volume
              • Listing
              • Active Addresses
            • Activity
            • New NFT & All NFT
          • Collection Page
          • NFT Page
      • FAQs
      • Developer
      • Token & App
      • Tutorial
  • Transaction details
    • Labeling
    • Account
      • Asset Management / Token Holdings
    • Transaction Details
      • TX MAP
    • Program
    • Anchor Verified Programs
  • Integration
    • Solscan Integration Guideline
    • Update Token Details
    • Parse Instruction
    • Anchor Integration
    • Metaplex Integration
  • Solscan Tool
    • Download CSV Report
    • Interact With Program
  • Solscan Account
    • Create & Manage Your Account
    • Personal Label
    • Manage Watchlist
    • Notification Bot
  • API Access
    • Pro API Documentation
    • Pro API Endpoints
    • Solscan Pro API FAQ
    • How to generate your Solscan Pro API Key
    • Pro API Terms and Services
    • Pro API Error Type
  • Solscan Pro API Program Data Coverage
Powered by GitBook
On this page

Was this helpful?

  1. Transaction details

Anchor Verified Programs

PreviousProgramNextSolscan Integration Guideline

Last updated 2 years ago

Was this helpful?

Solscan Support Verifed "Anchor" Status. Clicking on the badge will allow you to redirect to the program code page on Anchor site.

Solscan also supports the detailed display of Anchor Program IDL, shown within the program page. Devs have an option to toggle between displaying raw code and presenting details in tables

After deploying your Anchor program, don't forget to publish its IDL using: anchor idl init -f <target/idl/program.json> This allows tools in the Solana ecosystem to detect and display your data nicely