Skip to content

Commit

Permalink
docs: add missing docs for certora-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-r4bbit committed Jul 24, 2024
1 parent bdcbd04 commit f0c7a17
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,26 @@ To start a local Ethereum node with the contracts deployed, execute:

npm start

You can run Certora's specs with:
This will create a `deployment-localhost.json` file containing the addresses of
the deployed contracts.


Running the prover
------------------

To run the formal verification rules using certora, first make sure to install
the certora cli

```
$ pip install certora-cli
```

Once that is done the `certoraRun` command can be used to send CVL specs to the prover.

You can run Certora's specs with the provided `npm` script:

npm run verify

This will create a `deployment-localhost.json` file containing the addresses of
the deployed contracts.

Overview
--------
Expand Down

0 comments on commit f0c7a17

Please sign in to comment.