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
- Host: GitHub
- URL: https://github.com/purinx/next-web3-modal
- Owner: purinx
- Created: 2024-04-06T05:40:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T05:51:45.000Z (about 2 years ago)
- Last Synced: 2025-01-22T14:12:23.945Z (over 1 year ago)
- Language: TypeScript
- Size: 167 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```