Developer platform

A cleaner integration path from dApp to wallet to chain.

Use published TypeScript packages for VEX Native, EVM, Solana, and multichain sessions, backed by a provider contract synchronized with Wisp.

WindStack SDK

Shared protocol primitives for reliable wallet integration.

WindStack v0.6.2 lets Web3 dApps discover providers and construct requests. Wisp independently validates origin, account, chain, permissions, and transaction details before asking the user to approve and sign.

  • @windstack/* v0.6.2 packages published on npm
  • WharfKit SessionKit plugin for exact-byte VEX Native signing
  • window.vexanium plus portable VSR/ESR requests
  • EIP-1193 requests and EIP-6963 discovery for EVM dApps
  • Separate Vexanium, EVM, Solana, core, and session packages
  • Provider contract synchronized with Wisp Wallet
Contact developer support
VEX Native · WindStack 0.6.2
# published packages
npm i @windstack/[email protected] @windstack/[email protected]

import { SessionKit } from "@wharfkit/session";
import { WispWalletPlugin }from "@windstack/wallet-plugin-wisp";

const sessionKit = new SessionKit({
  appName: "My dApp",
  walletPlugins: [new WispWalletPlugin()],
});
01

Connect

Discover window.vexanium or an EIP-6963 provider, negotiate capabilities, and request a session.

02

Resolve

Let SessionKit resolve the VEX Native transaction, or form a standard EIP-1193 request.

03

Authorize

Wisp validates the request, shows its origin and details, and obtains explicit user approval.

04

Broadcast

The dApp broadcasts according to the selected flow and tracks the public-chain result.

Data access

Public infrastructure for application workflows.

Use indexed data and direct chain APIs depending on whether your application needs historical search, realtime activity, or canonical chain state.

Hyperion API

Wind Hyperion

Public indexed chain data for blocks, accounts, actions, transactions, tokens, and application integrations.

Chain API

Vexanium RPC

VEX Native API access and VEX EVM JSON-RPC at api.windcrypto.com, used by Wind products and available to developers.

Operated by Wind

Production operations

Monitored node, indexing, and application services designed for predictable public access and operational transparency.

Integration support

Building a Web3 application with Wisp?

Share the chain, transaction flow, and provider capability you need. Developer support can help map the integration to the canonical WindStack path.

Contact developers