Skip to content

Add example for Solana transaction sending with Turnkey integration#1190

Draft
Bijan-Massoumi wants to merge 3 commits intomainfrom
SVM-create-ATA
Draft

Add example for Solana transaction sending with Turnkey integration#1190
Bijan-Massoumi wants to merge 3 commits intomainfrom
SVM-create-ATA

Conversation

@Bijan-Massoumi
Copy link
Contributor

  • Introduced a new example project sol-send-transaction demonstrating how to send transactions on the Solana blockchain using Turnkey's API.
  • Added necessary dependencies in pnpm-lock.yaml and package.json.
  • Created environment variable template in .env.local.example for API keys and configuration.
  • Implemented TypeScript configuration in tsconfig.json.
  • Developed main logic in src/index.ts for wallet creation and transaction submission.
  • Added utility functions in src/turnkey.ts for interacting with Turnkey's API.

Summary & Motivation

How I Tested These Changes

Did you add a changeset?

If updating one of our packages, you'll likely need to add a changeset to your PR. To do so, run pnpm changeset. pnpm changeset will generate a file where you should write a human friendly message about the changes. Note how this (example) includes the package name (should be auto added by the command) along with the type of semver change (major.minor.patch) (which you should set).

These changes will be used at release time to determine what packages to publish and how to bump their version. For more context see this comment.

- Introduced a new example project `sol-send-transaction` demonstrating how to send transactions on the Solana blockchain using Turnkey's API.
- Added necessary dependencies in `pnpm-lock.yaml` and `package.json`.
- Created environment variable template in `.env.local.example` for API keys and configuration.
- Implemented TypeScript configuration in `tsconfig.json`.
- Developed main logic in `src/index.ts` for wallet creation and transaction submission.
- Added utility functions in `src/turnkey.ts` for interacting with Turnkey's API.
@codesandbox-ci
Copy link

codesandbox-ci bot commented Feb 9, 2026

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 568b3df:

Sandbox Source
@turnkey/example-react-components Configuration

@socket-security
Copy link

socket-security bot commented Feb 23, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​types/​prompts@​2.4.91001007080100

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant