KO
|
EN
gitlite — search
Search
#python
#automation
#ai-agent
#agentic-ai
#genpark
#llm-tools
#mcp-server
#llm
#open-source
#typescript
#agent-skills
#developer-tools
app
★ 48
Open GitHub ↗
Ethereum Follow Protocol Web App
Download README (.md)
Explore Similar Repositories
forest.network
:
forest.network - decentralized social network
concrnt
:
Concrnt is a next-gen decentralized social network platform designed to make your world richer.
ourspace
:
Decentralized social networks and reputation systems.
ctznry
:
A decentralized social networking webapp using CTZN
melange
:
The decentralized social network.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
app
?
Download (.md)
> [!NOTE] > The project is under active development. <br /> <p align="center"> <a href="https://efp.app" target="_blank" rel="noopener noreferrer"> <img width="275" src="https://docs.efp.app/logo.png" alt="EFP logo" /> </a> </p> <p align="center"> <a href="https://pr.new/ethereumfollowprotocol/app"><img src="https://developer.stackblitz.com/img/start_pr_dark_small.svg" alt="Start new PR in StackBlitz Codeflow" /></a> <a href="https://discord.com/invite/ZUyG3mSXFD"><img src="https://img.shields.io/badge/chat-discord-blue?style=flat&logo=discord" alt="discord chat" /></a> <a href="https://x.com/efp"><img src="https://img.shields.io/twitter/follow/efp?label=%40efp&style=social&link=https%3A%2F%2Fx.com%2Fefp" alt="x account" /></a> </p> <h1 align="center" style="font-size: 2.75rem; font-weight: 900; color: white;">Ethereum Follow Protocol Web App</h1> ## Overview The Ethereum Follow Protocol (EFP) is a native Ethereum protocol designed for following and tagging Ethereum addresses. This web application serves as the interface for interacting with the protocol, providing users with a seamless experience to manage their social graph on the blockchain. ## Important Links - **Documentation**: [docs.efp.app](https://docs.efp.app) - **Follow us on 𝕏**: [@efp](https://x.com/efp) - **Join our Discord**: [Discord](https://discord.efp.app) ## Important links - Documentation: [**docs.efp.app**](https://docs.efp.app) ## Getting started with development ### Prerequisites - [Node.js LTS](https://nodejs.org/en) (LTS which is currently 20.x) - [Bun runtime](https://bun.sh/) (latest version) ### Installation ```bash 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 Host` to restart the extension host. ```bash # upgrade bun to make sure you have the latest version bun upgrade # then install all dependencies bun install ``` ### Environment Variables ```bash cp .env.example .env ``` `NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID` is required for WalletConnect-backed wallet options, including WalletConnect QR/deep links and Rainbow/MetaMask mobile QR flows. Create a project ID in [Reown Cloud](https://cloud.reown.com/) (formerly WalletConnect Cloud) and add it to `.env` when you need those wallet options locally. The app can boot without it, but those options will be disabled. Now you should be able to run the following without getting any errors: ```bash bun lint && bun format && bun typecheck && bun run build ``` ## Contributing We welcome contributions! Please see our [Contributing Guidelines](./.github/CONTRIBUTING.md) for more details. ## License This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for more information. ## Contact For any inquiries, please contact the project maintainer at [encrypted@ethfollow.xyz](mailto:encrypted@ethfollow.xyz). --- Follow [**@efp**](https://x.com/efp) on **𝕏** for updates and join the [**Discord**](https://discord.efp.app) to get involved. This README provides a comprehensive overview of the Ethereum Follow Protocol Web App, including setup instructions, important links, and contribution guidelines. Feel free to reach out if you have any questions or need further assistance.