forked fromsmartcontractkit/chainlink-solana
- Notifications
You must be signed in to change notification settings - Fork0
JSTONE1111/chainlink-solana
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
For more information, see theChainlink Solana Documentation.
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 oflibrdkafka and link it dynamically during the build:
- Install the dependencies
brew install openssl pkg-config librdkafka
- Follow the after-install instructions to let
pkg-configfindopensslexport PKG_CONFIG_PATH="/opt/homebrew/opt/openssl@3/lib/pkgconfig"
- Build using dynamic tag
go build --tags dynamic ./...
About
No description, website, or topics provided.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Languages
- Go72.8%
- TypeScript16.1%
- Rust9.5%
- Shell0.7%
- JavaScript0.4%
- Nix0.2%
- Other0.3%