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.