Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 463 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 463 Bytes

Wolta App

Copy .env.local.example to .env.local and add a public Polygon PRC url

Then run the command to copy blockchain assets and then run the development server:

npm run assets
npm run dev

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

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