Skip to Content
New Project

New Project

This plugin doesn’t help to create a new project for the moment.

Depending on the development framework you are using, you will need to create the project manually.

Foundry

To create a new project with Foundry, you can use the following command: forge init

More information here: https://getfoundry.sh/guides/project-setup/creating-a-new-project 

Hardhat

To create a new project with Hardhat, you can use the following command: npx hardhat --init

More information here: https://hardhat.org/docs/tutorial/setup#creating-your-project 

Last updated on