An open API service indexing awesome lists of open source software.

https://github.com/purinx/next-web3-modal

Next.js Web3Modal sample app
https://github.com/purinx/next-web3-modal

Last synced: over 1 year ago
JSON representation

Next.js Web3Modal sample app

Awesome Lists containing this project

README

          

# Next.js Web3Modal Sample App

## Getting Started

### Create .env.local

```
$ cp .env.example .env.local
```

And fill in the blanks.

### Run app

```bash
npm run dev
```