Skip to content

herocast is Farcaster’s leading open-source client. Our goal is to decentralize power on the internet, faster.

License

Notifications You must be signed in to change notification settings

eltociear/herocast

This branch is 63 commits behind hero-org/herocast:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

60e16f4 · Aug 16, 2024
Aug 5, 2024
Aug 12, 2024
May 2, 2024
Aug 16, 2024
Aug 12, 2024
Jun 3, 2024
Aug 16, 2024
Aug 16, 2024
Jun 3, 2024
Aug 7, 2024
Apr 22, 2024
Aug 7, 2024
Jul 16, 2024
Dec 3, 2023
Jun 6, 2024
Jul 23, 2024
May 2, 2024
May 1, 2024
Jun 7, 2024
Dec 3, 2023
Jun 3, 2024
Feb 11, 2024
Aug 5, 2024
May 30, 2024
Apr 23, 2024
Aug 5, 2024
Aug 7, 2024
Dec 3, 2023
Apr 25, 2024
May 24, 2024
May 24, 2024
Feb 10, 2024
Dec 21, 2023
May 2, 2024
Jun 19, 2024
Jul 2, 2024
Aug 7, 2024

Repository files navigation

herocast_logo_wide

build

herocast

herocast is Farcaster’s leading open source client. Our goal is to decentralize power on the internet, faster. While we develop herocast.xyz as a standalone product to help professionals get stuff done on-chain we invite you to use our open source codebase to contribute to the mission with your personal flavor.

What is Farcaster?

a protocol for decentralized social apps: https://www.farcaster.xyz

Partners

hats protocol logo glide logo Bountycaster logo Launchcaster logo Launchcaster logo

Troubleshooting local DB errors

GRANT
EXECUTE
  ON FUNCTION pgsodium.crypto_aead_det_encrypt (bytea, bytea, bytea, bytea) TO authenticated;

GRANT
EXECUTE
  ON FUNCTION pgsodium.crypto_aead_det_encrypt (bytea, bytea, uuid, bytea) TO authenticated;

GRANT
EXECUTE
  ON FUNCTION pgsodium.crypto_aead_det_decrypt (bytea, bytea, bytea, bytea) TO authenticated;

GRANT
EXECUTE
  ON FUNCTION pgsodium.crypto_aead_det_decrypt (bytea, bytea, uuid, bytea) TO authenticated;

GRANT
  pgsodium_keyiduser TO authenticated;

License

Distributed under the AGPLv3 License. See LICENSE for more information.

Contact

hellno Warpcast

Website: https://herocast.xyz

Github: https://github.com/hellno/herocast

About

herocast is Farcaster’s leading open-source client. Our goal is to decentralize power on the internet, faster.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.2%
  • PLpgSQL 1.2%
  • Other 1.6%