https://github.com/nsnull0/minalchemy
https://github.com/nsnull0/minalchemy
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nsnull0/minalchemy
- Owner: nsnull0
- Created: 2024-04-18T17:46:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T17:54:50.000Z (about 2 years ago)
- Last Synced: 2025-01-25T22:56:58.152Z (over 1 year ago)
- Language: TypeScript
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simulation EOA with Alchemy
## RUN PROJECT
Create `.env` file at root project
to get WALLET CONNECT PROJECT ID -> https://cloud.walletconnect.com/
to get ALCHEMY API KEY -> https://dashboard.alchemy.com/
```
NEXT_PUBLIC_PROJECT_ID="YOUR WALLET CONNECT CLOUD PROJECT ID"
NEXT_PUBLIC_ALCHEMY_POLYGON_KEY="YOUR ALCHEMY API KEY"
```
This project use polygon chain, so you need to create polygon API KEY.
install dependencies
`yarn`
run development mode
`yarn dev`
## Caveats
IF it loads infinitely, try to disconnect and connect again.