mirror of
https://github.com/getwax/bls-wallet-website.git
synced 2026-01-08 22:57:55 -05:00
41 lines
1.2 KiB
Markdown
41 lines
1.2 KiB
Markdown
> ‼️ **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](https://github.com/getwax)** ‼️
|
|
|
|
# bls-wallet-website
|
|
|
|
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/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:
|
|
|
|
```bash
|
|
yarn
|
|
```
|
|
|
|
Once packages are installed, run the development server:
|
|
|
|
```bash
|
|
yarn dev
|
|
```
|
|
|
|
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
|
|
|
### Docker
|
|
|
|
With `docker-compose` installed:
|
|
|
|
```bash
|
|
docker-compose up --build
|
|
```
|
|
|
|
## Learn More
|
|
|
|
To learn more about Next.js, take a look at the following resources:
|
|
|
|
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
|
|
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
|
|
|
|
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
|