An easy way to make ERC20 tokens written in TypeScript.
Follow these steps to start developing (with hot reloading):
npm install
to install dependencies.npm run dev
to run the development environment.
Follow these steps to run the application:
npm install
to install dependencies.npm run build
to build the project into production.npm run start
to start the project.