Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.24 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.24 KB

‼️ 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:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!