Skip to content

chugach-foundation/chainlink-solana

 
 

Repository files navigation

Chainlink Solana

Quick Start

For more information, see the Chainlink Solana Documentation.

Local M1/ARM64 build

In order to build the project locally for arm64, one might find it useful to link the dependency libraries dynamically. The following steps install arm64 version of librdkafka and link it dynamically during the build:

  1. Install the dependencies
    brew install openssl pkg-config librdkafka
  2. Follow the after-install instructions to let pkg-config find openssl
    export PKG_CONFIG_PATH="/opt/homebrew/opt/openssl@3/lib/pkgconfig"
  3. Build using dynamic tag
    go build --tags dynamic ./...

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 50.5%
  • TypeScript 34.3%
  • Rust 12.1%
  • JavaScript 1.2%
  • Shell 1.1%
  • Makefile 0.3%
  • Other 0.5%