/Next.js-CRE8ORS-UI

Primary LanguageTypeScriptMIT LicenseMIT

CRE8ORS UI

CRE8ORS

Screenshot 2023-06-05 at 8 32 08 PM

Getting Started

First, install packages with npm

npm i

yarn

yarn

Next, copy the .env.local file to .env and fill in:

  • NEXT_PUBLIC_CRE8ORS_ADDRESS=
  • NEXT_PUBLIC_CHAIN_ID=

Finally, run the development server:

npm run dev

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