
Regain control over your smart contract verification using the language you already know
Developer Workflow
- Write your smart contracts in Solidity.
- Write your tests in Solidity, JavaScript, and TypeScript.
- Run tests for random inputs. Develop property tests and fuzz over them as you go.
- Run the same tests for symbolic inputs. This will give you a higher level of guarantee.
- Tests pass. Hurray! Tests fail? Contact us.
- Ship with confidence.