Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.77 KB

File metadata and controls

56 lines (39 loc) · 1.77 KB

EFP logo


Start new PR in StackBlitz Codeflow discord chat x account

Ethereum Follow Protocol Services

A native Ethereum protocol for following and tagging Ethereum accounts.

Important links

Getting started with development

Prerequisites

Installation

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

Environment Variables

cp .env-example .env

Start

bun run start

Follow @efp on 𝕏 for updates and join the Discord to get involved.