πŸ’Ž
Diamond Network
  • πŸ‘‹Welcome
  • πŸ›‘οΈAuthentication
  • πŸ›‘App Errors
  • πŸ’¬Support
  • API Products
    • πŸ”‘Verify
      • πŸ”’Unlockables
      • πŸ”—Unlockable Links
      • ✨Browser SDK
      • πŸ‘¨β€πŸ’»REST API
      • πŸ›‘Verify Errors
      • ❔Guides
        • Gated Content
        • Holders Discount
        • Wallet Login
        • Trait-based Rewards
  • NFT-Inator
    • πŸŽ‡NEW: Reserve your club
    • Features
      • Tiers
    • Getting Started
      • Create an account
      • Start a project
      • Project Stage
      • Upload Traits
      • Adjust project settings
    • Design custom tokens
      • Prototype UI
      • Design & save tokens
      • Creating a promo video
      • Download your art & metadata
    • Generate a collection
      • Generator UI
      • Token Sets
      • Managing traits & rarity
      • Rules
      • Rarity views
      • Filtering & editing tokens
    • Export a project
      • Pre-existing artwork
      • Promo video
      • Export Collection
        • Basic Settings
        • NFT-Preview
        • IPFS Upload
        • Export Files
      • IPFS Options
        • NFT.storage
        • Pinata
    • Smart contract deployer
      • Initial Setup
      • Deploy a contract
        • Minting
        • Payouts & royalties
        • Features
        • Deploy to testnet
      • Reserve your club
    • Managing a smart contract
      • Dashboard
      • Artwork
      • Allowlist
      • Airdrop
      • Withdraw
      • Mint Button
      • Source & ABI
      • Settings
Powered by GitBook
On this page

Was this helpful?

  1. NFT-Inator
  2. Managing a smart contract

Source & ABI

Resources for developers

PreviousMint ButtonNextSettings

Last updated 2 years ago

Was this helpful?

Developer Resources

The source & ABI area contains options to download your original contract source code and application binary interface. These options are for intended for developers wanting to interact with the smart contract.

ABI The Contract Application Binary Interface (ABI) is the standard way to interact with contracts in the Ethereum ecosystem, both from outside the blockchain and for contract-to-contract interaction. Data is encoded according to its type, as described in this specification.

Source Code Users and other developers should be able to verify a smart contract’s source code. Source code verification assures users and developers that the published contract code is the same code running at the contract address on the Ethereum blockchain.