Skip to content
This documentation is in beta, and we’re looking for feedback. See how you can contribute 🌟

Verifying NFT Contracts

What is source code verification?

Source code verification is an important step in providing transparency for interacting with smart contracts. Just like traditional paper-based contracts, the digital version should also provide more information about what you are signing and allow users to audit its integrity.

You can use a contract code verification tool like Sourcify to associate source code with any deployed contract. This will verify that the payload matches what’s on the blockchain and then associate the payload with the contract.

Once contracts are verified, the code can be viewed on the Palm network Network Details.


💡Learn More