✨Features
1) Source code integrity verification:
NEAR Scan allows users to verify the integrity of smart contract source code on the NEAR blockchain. By comparing the deployed source code on the blockchain with the provided source code, users can ensure that there have been no unauthorized changes or unwanted modifications to the contract's source code.
2) Ensuring contract correctness:
Although NEAR Scan does not check the logic and functionality of the contract, this feature helps users gain an overview of the correctness of the contract. By comparing the deployed source code with the original source code, users can cross-reference important parts of the contract and identify any unwanted differences.
3) Compatibility checking:
NEAR Scan also supports checking the compatibility between different versions of smart contracts. Users can provide the source code of two contract versions and verify if they are compatible with each other. This helps ensure that upgrades or changes in the source code do not cause conflicts or unintended errors.
4) Multilingual support:
NEAR Scan is designed to support multiple contract languages used on the NEAR Protocol. Users can provide source code in contract languages such as Rust or AssemblyScript, and the tool will verify the integrity for all these languages.
5) User-friendly interface:
NEAR Scan provides a user-friendly and easy-to-use interface. Users can easily input information and quickly receive verification results. The interface is designed to be simple and intuitive, making it easy for non-technical users to utilize the tool.
6) Security and privacy:
NEAR Scan ensures the security and privacy of contract source code and user information. The tool does not store the source code and user-provided information after the verification process is completed, ensuring the safety of user data.
Last updated