Skip to content

annielinnik/token-workshop

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Copy .env file

cp .env.example .env

Install dependencies

npm i

Generate Prisma client and create database

npx prisma migrate dev
npx prisma generate

Run the development server:

npm run dev

Open http://localhost:3001 with your browser to see the result.

(THIS STEP WE WILL DO TOGETHER DURING THE WORKSHOP) To generate contract bindings, run

npx hardhat compile

About

"Create your own ERC20 token" workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors