smart-contract-auditor

February 28, 2024 ยท View on GitHub

No more dependencies using vscode and docker

๐Ÿ”Žโ›“๏ธ๐Ÿค๐Ÿ‹

step by step

  1. Install docker within the preferred operating system.
  2. Open vscode and install remote development plugin typing Ctrl + P and pasting ext install ms-vscode-remote.vscode-remote-extensionpack.
  3. Clone this repository:
git clone git@github.com:hardenerdev/smart-contract-auditor.git
  1. Open directory in container using Ctrl + P, choose Dev Containers: Open Folder in Container... and open repository folder.
  2. Open a terminal inside vscode (Ctrl + Shift + ` ) and have fun!
forge init hello_foundry --no-git

๐Ÿ”Žโ›“๏ธ๐Ÿค๐Ÿ‹