A Solidity-based plugin that verifies source code deployed on the Ethereum blockchain.
What is Truffle Verify?
Truffle Verify is a plugin, compatible with code developed on the Truffle development framework. Once smart contracts are deployed on the blockchain, Truffle Verify simplifies the cumbersome process of manually adding constructor parameters and flattening the code to a user-readable format. Thus, contracts verified by using Truffle Verify have an increased level of trust since the user can read what the code does, promoting transparency and security.