Home

Awesome

StarkNet Explorer extension

This VSCode extension quickly shows relevant aspects of StarkNet contracts:

How to use

To use the extension, open a StarkNet contract and switch to the StarkNet Explorer tab on the sidebar.

Then, you will be able to navigate using the different panels:

Installation

Marketplace

Install vscode-starknet-explorer from the Visual Studio Marketplace within the Extensions tab of Visual Studio Code.

From prebuilt package

git clone git@github.com:crytic/vscode-starknet-explorer.git

cd starknet-explorer
code --install-extension starknet-explorer.vsix

Building from source:

To build, run:

npx vsce package

A file starknet-explorer-x.y.z.vsix is created and it needs to be installed.

Use either code --install-extension starknet-explorer-x.y.z.vsix or install it directly in VSCode through the Extensions tab, under the ... menu.