Requirements:
- Node
- Vite
- Alchemy account
npm install
In the root folder create .env file
VITE_ALCHEMY_API_KEY=<api_key_here>
Start the project with
npm run dev
Build the project with
npm run build
You can deploy your own Vercel instance of this project. In order to do that you must create a Alchemy app and pass the API_KEY as environment variable. (VITE_ALCHEMY_API_KEY
)
Have a look at the GitHub issues for known bugs. If you find any new bugs, feel free to create an issue or send a pull request!