Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 559 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 559 Bytes

Holaplex Core Library

Common packages and utilities used by Holaplex Rust based services.

Features

Kafka

When the kafka feature is enabled the core library includes functions for producing and consuming messages to Kafka. The rdkafka dependency builds librdkafka from source which requires the below packages to be installed on your system.

MacOS

brew install cmake gcc [email protected] pkg-config protobuf

brew info [email protected] # follow the instruction to setup your terminal profile