From 75dafa840beda2d3a169a903aaba9bc491c59100 Mon Sep 17 00:00:00 2001 From: ml-james <55996732+ml-james@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:16:52 -0400 Subject: [PATCH] Add solana4j (open sourced by LMAX) to the list of client-side java sdks (#565) * Add solana4j open sourced by LMAX to the list of client-side java sdks * Fix linting problems --- docs/intro/dev.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/intro/dev.md b/docs/intro/dev.md index fd3f90e24..42426b5db 100644 --- a/docs/intro/dev.md +++ b/docs/intro/dev.md @@ -68,16 +68,16 @@ If you're developing on the client-side, you can work with any programming language you're comfortable with. Solana has community-contributed SDKs to help developers interact with the Solana network in most popular languages : -| Language | SDK | -| ---------- | ------------------------------------------------------------------------------------------------------ | -| RUST | [solana_sdk](https://docs.rs/solana-sdk/latest/solana_sdk/) | -| Typescript | [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) | -| Python | [solders](https://github.com/kevinheavey/solders) | -| Java | [solanaj](https://github.com/skynetcap/solanaj) | -| C++ | [solcpp](https://github.com/mschneider/solcpp) | -| Go | [solana-go](https://github.com/gagliardetto/solana-go) | -| Kotlin | [solanaKT](https://github.com/metaplex-foundation/SolanaKT) or [sol4k](https://github.com/sol4k/sol4k) | -| Dart | [solana](https://github.com/espresso-cash/espresso-cash-public/tree/master/packages/solana) | +| Language | SDK | +| ---------- | -------------------------------------------------------------------------------------------------------- | +| RUST | [solana_sdk](https://docs.rs/solana-sdk/latest/solana_sdk/) | +| Typescript | [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) | +| Python | [solders](https://github.com/kevinheavey/solders) | +| Java | [solanaj](https://github.com/skynetcap/solanaj) or [solana4j](https://github.com/LMAX-Exchange/solana4j) | +| C++ | [solcpp](https://github.com/mschneider/solcpp) | +| Go | [solana-go](https://github.com/gagliardetto/solana-go) | +| Kotlin | [solanaKT](https://github.com/metaplex-foundation/SolanaKT) or [sol4k](https://github.com/sol4k/sol4k) | +| Dart | [solana](https://github.com/espresso-cash/espresso-cash-public/tree/master/packages/solana) | You'll also need a connection with an RPC to interact with the network. You can either work with a [RPC infrastructure provider](https://solana.com/rpc) or