βœ…Smart contract code verification

How can we know, what code is running on the specific address?

Smart-Contract code Verifier

Recently TON Fruitsarrow-up-right had published the source code of their gambling smart contract. How can we ensure, that this particular code is running on the declared addressarrow-up-right in the TON blockchain?

Developers from tonsc.orgarrow-up-right made the service, that allows to validate, that particular address in TON blockchain contains smart contract with particular code. Let's check it out with TON Fruits example!

To check it we need to get TON Fruitsarrow-up-right smart contract address - EQCwucq_cNwk2AaMHXFKpYwtxECpabE0dxY4nE6iD6Fy6qPJ and the source code

Lets open https://verifier.tonsc.org/arrow-up-right and paste address and code into the form, and press Verify button:

If pasted code is really running on that address, you will see success message like on the screenshot

Happy coding! πŸ’Ž

Last updated