This is an EVM Kit project bootstrapped with npx evmkit create
.
Open the project in Visual Studio Code. The repository comes with a set of recommended extensions for building web3 apps; when you open the project, VS Code will prompt you to install them. For the best IDE experience, it's recommended to install these extensions.
# 1. Install dependencies
yarn
# 2. Start the application
yarn dev
You'll now be able to view your application at http://localhost:3000.
To learn more about EVM Kit, take a look at the documentation.