Go to file
2025-12-18 00:05:55 +09:00
.vscode initial commit 2025-12-18 00:05:55 +09:00
contract initial commit 2025-12-18 00:05:55 +09:00
docs initial commit 2025-12-18 00:05:55 +09:00
public initial commit 2025-12-18 00:05:55 +09:00
server initial commit 2025-12-18 00:05:55 +09:00
src initial commit 2025-12-18 00:05:55 +09:00
.env initial commit 2025-12-18 00:05:55 +09:00
.env.example initial commit 2025-12-18 00:05:55 +09:00
.gitignore initial commit 2025-12-18 00:05:55 +09:00
index.html initial commit 2025-12-18 00:05:55 +09:00
package.json initial commit 2025-12-18 00:05:55 +09:00
pnpm-lock.yaml initial commit 2025-12-18 00:05:55 +09:00
README.md initial commit 2025-12-18 00:05:55 +09:00
tsconfig.json initial commit 2025-12-18 00:05:55 +09:00
vite.config.ts initial commit 2025-12-18 00:05:55 +09:00

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.

Built with

Next Steps

  • Add more documentation
  • Add other guidelines