.. VerX documentation master file, created by sphinx-quickstart on Wed Mar 13 18:08:31 2019. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. .. _ChainSecurity: https://chainsecurity.com/ .. _VerX: http://verx.ch/ .. _ICE center: http://ice.ethz.ch/blockchain/ VerX: Smart contract verifier ============================== What is VerX? ------------- VerX_ is an automated verifier for custom function requirements of Ethereum contracts. VerX takes as input: - Ethereum smart contracts, written in Solidity; - functional requirements, written in VerX's specification language; - deployment script, which defines how the contracts are initialized and deployed. Given these inputs, VerX either verifies that the property holds or outputs a sequence of transactions that may result in violating the property. Why should I use VerX? ---------------------- The key advantage of VerX is that it is capable to verify *custom properties* specified by auditors and developers, which makes VerX an indispensable tool when it comes to verifying the functional correctness of contracts. In contrast, remaining automated tools focus on checking generic vulnerabilities, such as reentrancy or buffer overflows. Moreover, VerX provides formal guarantees, unlike tools based on symbolic execution and fuzzing, which provide bounded guarantees. To learn more, watch `our introductory talk on VerX from ETHCC `_. How does it work? ----------------- VerX first initializes the smart contracts based on the provided deployment script. Then, it uses a novel sound abstraction technique to over-approximate the set of reachable states of the smart contracts while maintaining sufficient precision to prove the target requirement. Finally, it either successfully verifies that the requirement holds or identifies a sequence of transactions that may result in violating the property. Contact the VerX team --------------------- To learn more about VerX, how to use it, or integrate it within your audit or development process, please contact us at contact@chainsecurity.com. .. toctree:: :maxdepth: 2 :caption: Contents: quickstart.rst spec.rst api.rst client.rst Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`