mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-04-18 03:00:22 -04:00
15 lines
1.0 KiB
Markdown
15 lines
1.0 KiB
Markdown
# Hub Monorepo
|
|
|
|
A monorepo codebase that implements the [Farcaster Hub specification](https://github.com/farcasterxyz/protocol#4-hubs) in Typescript and Protocol Buffers.
|
|
|
|
| Package Name | Description |
|
|
| --------------------------------------------- | ------------------------------------------------------------------------------ |
|
|
| [@farcaster/hubble](./apps/hubble) | A Hub, which can be run as a stand-alone application. |
|
|
| [@farcaster/core](./packages/core) | Protobuf definitions and shared utility functions. |
|
|
| [@farcaster/hub-nodejs](./packages/hub-nodejs) | Node.js package exporting `@farcaster/core` and gRPC client implementation |
|
|
| [@farcaster/hub-web](./packages/hub-web) | Browser package exporting `@farcaster/core` and gRPC-Web client implementation |
|
|
|
|
## Contributing
|
|
|
|
Please see [CONTRIBUTING.md](./CONTRIBUTING.md)
|