Skip to content

smartcontractkit/chainlink-solana

This branch is 1 commit ahead of, 294 commits behind develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3518f22 · Feb 20, 2024
Feb 20, 2024
Nov 17, 2023
Feb 21, 2023
Aug 2, 2023
Mar 29, 2022
Nov 13, 2023
Feb 16, 2024
Oct 16, 2023
Feb 13, 2024
Feb 14, 2024
Aug 1, 2022
Dec 20, 2021
Feb 7, 2024
Feb 16, 2022
Oct 16, 2023
Feb 14, 2024
May 4, 2022
May 3, 2022
Sep 13, 2023
Sep 13, 2023
Feb 13, 2024
Feb 13, 2024
Mar 30, 2022
Sep 13, 2023
Sep 13, 2023

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 ./...