Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 991 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 991 Bytes

NameDayToken 🥳 - Frontend

A frontend to interact with NameDayTokens

Twitter Follow

Abstract

This repo is a frontend that allows users to mint and deploy NameDayTokens.

➡️ Live on https://name-day-token.vercel.app/

NameDayTokens

NameDayTokens are ERC-20 mintable by addresses with specific ENS names and transferable only during the specific name day.

Example: You setup an Alice token that is mintable by all *alice*.eth holders and only transferable during Alice's day (16/12 of each year).

See the NameDayToken Contract GitHub repository

Project Usage

Install the dependencies

yarn

Start the app

yarn dev

Then, the app will be running on http://localhost:3000