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

https://github.com/nsnull0/minalchemy


https://github.com/nsnull0/minalchemy

Last synced: over 1 year ago
JSON representation

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.