JSPM

@windstack/solana

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q8083F
  • License MIT

Solana provider client for Wisp Wallet-compatible dApps.

Package Exports

  • @windstack/solana

Readme

@windstack/solana

Solana provider client helpers for Wisp Wallet-compatible dApps.

Install

npm install @windstack/core @windstack/solana

Usage

import { createSolanaClient } from '@windstack/solana';

const client = await createSolanaClient();
const accounts = await client.connect();

const signature = await client.signMessage(new TextEncoder().encode('hello'));

Notes

  • This package is chain-specific and does not depend on Vexanium, VSR, EVM providers, or WharfKit.
  • Use @windstack/session when your dApp needs a single session layer across multiple chains.

License

MIT © 2026 PT WIND KRIPTOGRAFI TEKNOLOGI