1.1 KiB
1.1 KiB
Getting Started
Create an .env file (be aware that this file is not tracked by git) and add the following:
ALCHEMY_API_KEY=SOME-STRING-OF-CHARS
INFURA_API_KEY=SOME-STRING-OF-CHARS
JSON_RPC_URL="https://rpc.builder0x69.io"
NETWORK="goerli"
```sh
Node version: 16 | 18 | 20
npm install
# Production
npm run dev
npm build
and visit http://localhost:3000
Contributing
Would you like to contribute to this project?
We are looking for people who want to contribute to the project, not just the code.
Recommended extensions
Built with
Next Steps
- Add more documentation
- Add other guidelines