UNPKG

@turnkey/solana

Version:

Turnkey Solana Signer for @solana/web3js

22 lines (13 loc) 933 B
# @turnkey/solana [![npm](https://img.shields.io/npm/v/@turnkey/solana?color=%234C48FF)](https://www.npmjs.com/package/@turnkey/solana) [Turnkey](https://turnkey.com) Solana signer for [`@solana/web3js`](https://solana-labs.github.io/solana-web3.js/): If you need a lower-level, fully typed HTTP client for interacting with Turnkey API, check out [`@turnkey/http`](https://www.npmjs.com/package/@turnkey/http). API Docs: https://docs.turnkey.com/ ## Getting started ```bash $ npm install @turnkey/solana ``` ## Examples | Example | Description | | -------------------------------------------- | ----------------------------------------------------------------------------------- | | [`with-solana`](../../examples/with-solana/) | Create a new Solana address, then sign and broadcast a transaction on Solana devnet |