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

45 lines
1.1 KiB
Markdown

## Getting Started
Create an .env file (be aware that this file is not tracked by git) and add the following:
```bash
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
- [BetterComments](https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments)
- [GitLents](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)
- [ENV](https://marketplace.visualstudio.com/items?itemName=IronGeek.vscode-env)
## Built with
- [TypeScript](https://www.typescriptlang.org/)
- [Next.js](https://nextjs.org/)
- [Chakra UI](https://chakra-ui.com/)
- [Ethers.js](https://docs.ethers.io/v5/)
- [Wagmi](https://wagmi.sh/)
- [RainbowKit](https://www.rainbowkit.com/)
## Next Steps
- Add more documentation
- Add other guidelines