Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 651 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 651 Bytes

Solidity project base

Installation

Prerequisites: install Node.js 20.11+ or 21.2+ and Visual Studio Code.

Open the root of the project using Visual Studio Code and install all the extensions recommended by notifications of Visual Studio Code, then restart Visual Studio Code.

Open the terminal and run the command below to install all the dependencies and prepare the project:

npm i

Run to view commands:

npm run

Troubleshooting

Run to clean up the project:

npm run clean

Afterwards, try again.