This application is an example how to run the dapp in a nextjs application
First you need to run and deploy the oracle project : https://github.com/maze2-org/alephium-oracle-hackathon.git
Once donc, you can edit the .env file and replace the 3 address with the one generated by the devnet deployment
Env variables to be updated
NEXT_OPERATOR_ADDRESS=vyJH832EgmUUD5FaCpoLym6ZzqZ1oKgYy4WVxdZDPcQo
NEXT_SUBSCRIPTION_ADDRESS=21tJjm2EGYocDHy5dnshsLhjpxkPwj1DUy9S2gSSjuoiX
NEXT_MINIMAL_EXCHANGE_ADDRESS=28he2xEE1PefsiBkeKj6mGqVUwfHRifa48Jb4vRj34z3q
Then run the following :
npx @alephium/cli@latest compile
npm run dev