socialfi/README.md
2025-12-18 00:05:55 +09:00

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.

Built with

Next Steps

  • Add more documentation
  • Add other guidelines