My personal Solidity and Web3 Starter Kit for Ethereum Development using Node.js
Dependencies:
To setup this project, simply execute the command below:
npm install
To start in the development, run npm run dev
.
When building your smart contracts, run npm run build
and npm start
to run on the production mode.