Skip to content

Commit

Permalink
Update name
Browse files Browse the repository at this point in the history
  • Loading branch information
frabert committed Apr 11, 2024
1 parent d15e9a1 commit dd19d37
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Slither (Visual Studio Code Extension)
# Contract Explorer (Visual Studio Code Extension)

Visual Studio Code integration for [Slither](https://github.com/crytic/slither), a Solidity static analysis framework.

Expand Down Expand Up @@ -30,19 +30,19 @@ This extension offers Visual Studio Code integration for Slither, a Solidity sta

### From the Visual Studio Marketplace

Install `Slither` from the Visual Studio Marketplace within the Extensions tab of Visual Studio Code.
Install `Contract Explorer` from the Visual Studio Marketplace within the Extensions tab of Visual Studio Code.

### From source

```sh
git clone https://github.com/crytic/slither-vscode
cd slither-vscode
git clone https://github.com/crytic/contract-explorer
cd contract-explorer
npm i
npm install -g vsce
vsce package
```

`slither-vscode-X.X.X.vsix` will be created.
`contract-explorer-X.X.X.vsix` will be created.

Install the VSIX file in Visual Studio through `Extensions`, under the `...` menu.

Expand Down

0 comments on commit dd19d37

Please sign in to comment.