This repository was archived by the owner on Jan 24, 2025. It is now read-only.
Add solana4j (open sourced by LMAX) to the list of client-side java sdks#565
Merged
mikemaccana merged 2 commits intoOct 17, 2024
Merged
Conversation
mikemaccana
approved these changes
Oct 17, 2024
Contributor
|
@ml-james thanks and what exciting news - I used to work in London finance and LMAX has a great reputation! Is there an official announcement from LMAX x/twitter about this? We'd love to amplify it if so. |
Contributor
Author
|
Thanks! We're excited on our end too! I'm currently writing a blog about the Solana Encoding and how to use the library. I think our CTO, Andrew Phillips, was planning on a press release of sorts too, once the blog is complete.
Any extra exposure would be great. Let me speak to Andy and get back to you!
…________________________________
From: Mike MacCana ***@***.***>
Sent: Thursday, October 17, 2024 2:20:40 PM
To: solana-foundation/developer-content ***@***.***>
Cc: ml-james ***@***.***>; Mention ***@***.***>
Subject: Re: [solana-foundation/developer-content] Add solana4j (open sourced by LMAX) to the list of client-side java sdks (PR #565)
@ml-james<https://github.com/ml-james> thanks and what exciting news - I used to work in London finance and LMAX has a great reputation! Is there an official announcement from LMAX x/twitter about this? We'd love to amplify it if so.
—
Reply to this email directly, view it on GitHub<#565 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANLHCPAJHPEBZEJFYHBDD7TZ375XRAVCNFSM6AAAAABQAFN4A2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRQGIZTGNZSGQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
adpthegreat
pushed a commit
to adpthegreat/developer-content
that referenced
this pull request
Oct 23, 2024
…dks (solana-foundation#565) * Add solana4j open sourced by LMAX to the list of client-side java sdks * Fix linting problems
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
LMAX have recently open sourced a new Java SDK. It should be on the list of supported Java SDKs within the documentation. On a quick comparison between
solana4j(LMAX's) andsolanaj(skynetcap's),solana4jlooks at least as complete, if not more complete. Please note, I work for LMAX and I was responsible for open sourcing it.Summary of Changes
Adds a link to LMAX's solana4j library within the documentation, a recently open sourced Java SDK for Solana.
Fixes #
N/A