Anthony D'Addeo c20daedb57 feat: add support for /subscribe gRPC method in @farcaster/js package (#429)
* feat: add EventResponse types and deserialize fn

* expose subscribe on @farcaster/js client

* add type filtering to subscribe

* refactor event to event_types

* increase test coverage

* add changeset
2023-01-17 14:55:45 -06:00
2022-03-16 17:46:07 -07:00
2022-12-31 18:03:26 -08:00
2022-12-08 14:02:11 -08:00
2023-01-15 11:36:26 -08:00
2022-12-31 17:12:50 -08:00

Farcaster Hub

The Hub is an implementation of a Farcaster Hub defined in the protocol specification. The repository is a monorepo with an executable hub application and shared packages.

Package Name Description
@farcaster/hub An executable Farcaster Hub
@farcaster/flatbuffers Flatbuffer schemas and generated files for types
@farcaster/utils Shared methods and classes
@farcaster/grpc Hub gRPC definitions and client implementation
@farcaster/js Methods and types to easily build messages and interact with a hub via gRPC

Getting Started

To run an instance of the hub, follow the steps to set up your environment and then follow the instructions in @farcaster/hub's README.

Contributing

Please see CONTRIBUTING.md

Description
No description provided
Readme MIT 53 MiB
Languages
TypeScript 91.7%
Rust 8.1%
Go 0.1%