Skip to content

classcool/frontend

Repository files navigation

Getting started

A frontend for aysnc swap hook.

Setup

Note

If you don't have bun installed follow the set up here bun

Install dependencies

bun install

Set up environment variables

cp .env.example .env

Add your enviroment variables in ./env

NEXT_TELEMETRY_DISABLED=1
NEXT_PUBLIC_WC_PROJECT_ID=
NEXT_PUBLIC_PONDER_ENDPOINT_URL=http://localhost:42069
NEXT_PUBLIC_ROUTER_ADDRESS=
NEXT_PUBLIC_HOOK_ADDRESS=

Important

We are assuming you are running this frontend while developing async-swap repo

Start frontend

Run command to start server

bun run dev

Go to http://localhost:3000 to view application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages