Skip to content

An easy to use ERC20 token creator.

Notifications You must be signed in to change notification settings

cajogos/tokenmaker.xyz

Repository files navigation

Token Maker

An easy way to make ERC20 tokens written in TypeScript.

Development Mode

Follow these steps to start developing (with hot reloading):

  1. npm install to install dependencies.
  2. npm run dev to run the development environment.

Production Mode

Follow these steps to run the application:

  1. npm install to install dependencies.
  2. npm run build to build the project into production.
  3. npm run start to start the project.