A native Ethereum protocol for following and tagging Ethereum accounts.
- Documentation: docs.ethfollow.xyz/
- Bun runtime (latest version)
- Node.js (LTS which is currently 20)
git clone https://github.com/ethereumfollowprotocol/services.git && cd services
Note
If vscode extensions behave weirdly or you stop getting type hints, run CMD+P and type > Developer: Restart Extension Host
to restart the extension host.
# upgrade bun to make sure you have the latest version then install dependencies
bun upgrade && bun install
cp .env-example .env
bun run start
Follow @efp on 𝕏 for updates and join the Discord to get involved.