surfpool-sdk
v1.2.0
Published
Embed a Surfpool Solana runtime in your Node.js tests
Readme
surfpool-sdk
Node.js bindings for the Surfpool SDK, built with napi-rs.
Development
npm ci
npm run build
npm testPublishing
The npm package is released from crates/sdk-node using prebuilt native artifacts for:
x86_64-apple-darwinaarch64-apple-darwinx86_64-unknown-linux-gnu
The GitHub Actions release workflow builds those artifacts first, assembles the per-platform npm package directories, and then publishes each package with npm trusted publishing over GitHub OIDC.
