Skip to content

Commit

Permalink
Basic vyper installation instructions (#202)
Browse files Browse the repository at this point in the history
* vyper instructions

* spelling

* moving changes to the new location of the installation guide

---------

Co-authored-by: urikirsh <[email protected]>
  • Loading branch information
shellygr and urikirsh authored Sep 4, 2024
1 parent 6c331a6 commit 96a16c2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/user-guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,10 +426,21 @@ full path to the `solc` executables folder every time.
source .profile
```
```{index} single: install; vyper
```
Step 5 (optional, for Vyper users): Install the Vyper compiler (`vyper`)
--------------------------------------------------------------------------------
[Vyper](https://github.com/vyperlang/vyper) is an EVM compatible Pythonic smart contract language.
Since the Certora Prover operates on the bytecode, it can be applied to any source-level language
that compiles to EVM bytecode.
We recommend to install Vyper either from PyPi (i.e., `pip install vyper`) or to get a
binary executable for the desired version.
```{index} single: VS code; extension
```
Step 5 (for VS Code users): Install the Certora Verification Language LSP
Step 6 (for VS Code users): Install the Certora Verification Language LSP
-------------------------------------------------------------------------
All users of the Certora Prover can access the tool using the command line
Expand Down
1 change: 1 addition & 0 deletions spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Linux
Mainnet
OOM
Prover
Pythonic
SMT
Secureum
Solana
Expand Down

0 comments on commit 96a16c2

Please sign in to comment.