
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@0xkaes/solana-sdk
Advanced tools
It contains IDL types generated from Solana spoke program.
yarn install
Build:
yarn run clean
yarn run build
Quick check:
This will execute a set of transactions against the program with the ID set in the IDL.
These are essentially smoke tests; they will do nothing significant and fail only within the handler body.
This means that the entire Anchor instruction accounts validation has passed, which is the purpose of these tests.
yarn run start-test
Import as github dependency:
Main repo:
"solana-sdk": "git+https://github.com/SynonymFinance/solana-sdk"
If specific commit hash is required:
"solana-sdk": "git+https://github.com/SynonymFinance/solana-sdk#0e01163c0e046c9253c3a976bf6f28e338010091"
package.json file."version" field according to Semantic Versioning:
MAJOR.MINOR.PATCH (e.g., change from 1.0.0 to 1.1.0 or 1.0.1).Run the following command to build the package:
yarn run build
Generate the .tgz package file by running the following command:
yarn pack
Release the package to the public registry:
yarn publish --access public
1.Go to the package's NPM page to confirm the version update. 2.Verify that the package is available and that everything was published successfully.
FAQs
SYNO Finance Solana SDK.
We found that @0xkaes/solana-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.