Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 559 Bytes

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 openssl@1.1 pkg-config protobuf

brew info openssl@1.1 # follow the instruction to setup your terminal profile