app
app copied to clipboard
Ethereum Follow Protocol Web App
[!NOTE] The project is under active development.
Ethereum Follow Protocol Web App
A native Ethereum protocol for following and tagging Ethereum accounts.
Important links
- Documentation: docs.ethfollow.xyz
Getting started with development
Prerequisites
- Node.js LTS (LTS which is currently 20.x)
- Bun runtime (latest version)
Installation
git clone https://github.com/ethereumfollowprotocol/app.git && cd app
[!NOTE] If vscode extensions behave weirdly or stops giving type hints, run ⌘+⇧+P and type
> Developer: Restart Extension Hostto restart the extension host.
# upgrade bun to make sure you have the latest version
bun upgrade
# then install all dependencies
bun install
Environment Variables
cp .env.example .env
Now you should be able to run the following without getting any errors:
bun lint && bun format && bun typecheck && bun run build
TODO: Continue documentation
Follow @efp on 𝕏 for updates and join the Discord to get involved.