mirror of
https://github.com/getwax/bls-wallet-website.git
synced 2026-01-07 22:34:06 -05:00
1.2 KiB
1.2 KiB
‼️ 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 ‼️
bls-wallet-website
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.
Getting Started
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.
Docker
With docker-compose installed:
docker-compose up --build
Learn More
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!