All Projects → smartcontractkit → chainlink-solana

smartcontractkit / chainlink-solana

Licence: other
No description, website, or topics provided.

Programming Languages

go
31211 projects - #10 most used programming language
typescript
32286 projects
rust
11053 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
Makefile
30231 projects

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 ./...
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].