‼️ The WAX project has been sunsetted by PSE and further developments have been paused as of September 2024. See the following announcment in the org README‼️
This is a Next.js project bootstrapped with create-next-app
.
Reading from, and writing to, the chain is managed in pages/demo.js
. To select local, Rinkeby or Goerli testnets, comment in/out the relevant config options.
First, install any relevant packages:
yarn
Once packages are installed, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
With docker-compose
installed:
docker-compose up --build
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!