/goatlist

Primary LanguageTypeScriptApache License 2.0Apache-2.0

islandDAO goatlist

iykyk

things it does

  • works on devnet

  • helps you follow your fellow kri kri

  • logs pubkey to firebase firestore

  • allows you to download all pubkeys as a comma separated wallet list

  • automatically removes duplicate wallet addresses from the csv txt

Getting Started

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

Installation

npm install
# or
yarn install

Build and Run

Next, run the development server:

npm run dev
# or
yarn dev

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

You can start editing the transaction request page by modifying src/pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/transaction. This endpoint can be edited in src/pages/api/transaction.ts.