Skip to content

farther-fc/FARTHER

Repository files navigation

Farther

farther.social

Farther is a token community on a mission to accelerate the global adoption of Farcaster.

Here you can find the code for the Farther website, backend, and smart contracts.

Token

The FARTHER token is used to incentivize and reward community members for contributing to the Farther & Farcaster ecosystems.

Learn about the tokenomics here: farther.social/tokenomics

FARTHER address: 0x8ad5b9007556749de59e088c88801a3aaa87134b

Contributions

We welcome contributions from the community. If you would like to contribute, please fork the repo and submit a pull request. Or if you have an idea for a new feature, please open an issue.

We also post bounties on bountycaster.xyz. Join the /farther channel and follow @farther to stay up to date on the latest bounties.

Install dependencies

  • Install pnpm (npm install -g pnpm)
  • Install Docker
  • Copy .env.example to .env and fill in any needed values
  • Install project: pnpm install

Run project

  • docker-compose up -d
  • pnpm dev