✅Smart contract code verification
How can we know, what code is running on the specific address?
Last updated
How can we know, what code is running on the specific address?
Last updated
Recently TON Fruits had published the source code of their gambling smart contract. How can we ensure, that this particular code is running on the declared address in the TON blockchain?
Developers from tonsc.org 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 Fruits smart contract address - EQCwucq_cNwk2AaMHXFKpYwtxECpabE0dxY4nE6iD6Fy6qPJ
and the source code
Lets open https://verifier.tonsc.org/ 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! 💎