npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@sip-protocol/sipher-client

v0.1.1

Published

Privacy-as-a-Skill TypeScript client — stealth addresses, shielded transfers, Pedersen commitments, viewing keys, and more

Readme

@sip-protocol/[email protected]

A TypeScript SDK client for the sipher.sip-protocol.org API.

Usage

First, install the SDK from npm.

npm install @sip-protocol/sipher-client --save

Next, try it out.

import {
  Configuration,
  AdminApi,
} from '@sip-protocol/sipher-client';
import type { CreateAdminKeyOperationRequest } from '@sip-protocol/sipher-client';

async function example() {
  console.log("🚀 Testing @sip-protocol/sipher-client SDK...");
  const config = new Configuration({ 
    // To configure API key authorization: ApiKeyAuth
    apiKey: "YOUR API KEY",
  });
  const api = new AdminApi(config);

  const body = {
    // CreateAdminKeyRequest
    createAdminKeyRequest: ...,
  } satisfies CreateAdminKeyOperationRequest;

  try {
    const data = await api.createAdminKey(body);
    console.log(data);
  } catch (error) {
    console.error(error);
  }
}

// Run the test
example().catch(console.error);

Documentation

API Endpoints

All URIs are relative to https://sipher.sip-protocol.org

| Class | Method | HTTP request | Description | ----- | ------ | ------------ | ------------- AdminApi | createAdminKey | POST /v1/admin/keys | Create a new API key AdminApi | getAdminKey | GET /v1/admin/keys/{id} | Get API key details AdminApi | listAdminKeys | GET /v1/admin/keys | List all API keys AdminApi | listAdminTiers | GET /v1/admin/tiers | List available tiers and limits AdminApi | revokeAdminKey | DELETE /v1/admin/keys/{id} | Revoke an API key ArciumApi | decryptArciumResult | POST /v1/arcium/decrypt | Decrypt computation result ArciumApi | getArciumComputationStatus | GET /v1/arcium/compute/{id}/status | Get computation status ArciumApi | submitArciumComputation | POST /v1/arcium/compute | Submit MPC computation BackendsApi | backendsCompare | POST /v1/backends/compare | Compare privacy backends BackendsApi | backendsHealth | GET /v1/backends/{id}/health | Check backend health BackendsApi | backendsList | GET /v1/backends | List privacy backends BackendsApi | backendsSelect | POST /v1/backends/select | Select preferred backend BillingUsageApi | createBillingPortal | POST /v1/billing/portal | Generate customer portal URL BillingUsageApi | createBillingSubscription | POST /v1/billing/subscribe | Create or change subscription BillingUsageApi | getBillingSubscription | GET /v1/billing/subscription | Get current subscription BillingUsageApi | getBillingUsage | GET /v1/billing/usage | Get current period usage BillingUsageApi | handleBillingWebhook | POST /v1/billing/webhook | Stripe webhook receiver BillingUsageApi | listBillingInvoices | GET /v1/billing/invoices | List invoices CSPLApi | csplTransfer | POST /v1/cspl/transfer | Confidential token transfer CSPLApi | csplUnwrap | POST /v1/cspl/unwrap | Unwrap confidential tokens back to SPL CSPLApi | csplWrap | POST /v1/cspl/wrap | Wrap SPL tokens into confidential balance CommitmentApi | commitmentAdd | POST /v1/commitment/add | Add two commitments (homomorphic) CommitmentApi | commitmentCreate | POST /v1/commitment/create | Create Pedersen commitment CommitmentApi | commitmentCreateBatch | POST /v1/commitment/create/batch | Batch create Pedersen commitments CommitmentApi | commitmentSubtract | POST /v1/commitment/subtract | Subtract two commitments (homomorphic) CommitmentApi | commitmentVerify | POST /v1/commitment/verify | Verify Pedersen commitment ComplianceApi | complianceDisclose | POST /v1/compliance/disclose | Selective disclosure with scoped viewing key (enterprise) ComplianceApi | complianceReport | POST /v1/compliance/report | Generate encrypted audit report (enterprise) ComplianceApi | getComplianceReport | GET /v1/compliance/report/{id} | Retrieve generated compliance report (enterprise) GasAbstractionApi | getJitoBundleStatus | GET /v1/jito/bundle/{id} | Poll bundle status GasAbstractionApi | submitJitoBundle | POST /v1/jito/relay | Submit transaction(s) via Jito bundle GovernanceApi | encryptBallot | POST /v1/governance/ballot/encrypt | Encrypt a vote ballot GovernanceApi | getTally | GET /v1/governance/tally/{id} | Get tally result GovernanceApi | submitBallot | POST /v1/governance/ballot/submit | Submit encrypted ballot to a proposal GovernanceApi | tallyVotes | POST /v1/governance/tally | Tally votes for a proposal HealthApi | getErrors | GET /v1/errors | Error code catalog HealthApi | getHealth | GET /v1/health | Health check HealthApi | getReady | GET /v1/ready | Readiness probe IncoApi | computeIncoCiphertexts | POST /v1/inco/compute | Compute on encrypted data IncoApi | decryptIncoResult | POST /v1/inco/decrypt | Decrypt FHE computation result IncoApi | encryptIncoValue | POST /v1/inco/encrypt | Encrypt value with FHE PrivacyApi | privacyScore | POST /v1/privacy/score | Analyze wallet privacy score ProofsApi | proofsFulfillmentGenerate | POST /v1/proofs/fulfillment/generate | Generate fulfillment proof ProofsApi | proofsFulfillmentVerify | POST /v1/proofs/fulfillment/verify | Verify fulfillment proof ProofsApi | proofsFundingGenerate | POST /v1/proofs/funding/generate | Generate funding proof ProofsApi | proofsFundingVerify | POST /v1/proofs/funding/verify | Verify funding proof ProofsApi | proofsRangeGenerate | POST /v1/proofs/range/generate | Generate STARK range proof ProofsApi | proofsRangeVerify | POST /v1/proofs/range/verify | Verify STARK range proof ProofsApi | proofsValidityGenerate | POST /v1/proofs/validity/generate | Generate validity proof ProofsApi | proofsValidityVerify | POST /v1/proofs/validity/verify | Verify validity proof RPCApi | getRpcProviders | GET /v1/rpc/providers | List supported RPC providers and active configuration ScanApi | scanAssets | POST /v1/scan/assets | Scan stealth address assets via Helius DAS ScanApi | scanPayments | POST /v1/scan/payments | Scan for incoming shielded payments ScanApi | scanPaymentsBatch | POST /v1/scan/payments/batch | Batch scan for payments across multiple key pairs SessionsApi | createSession | POST /v1/sessions | Create agent session with default parameters (pro+) SessionsApi | deleteSession | DELETE /v1/sessions/{id} | Delete session (pro+) SessionsApi | getSession | GET /v1/sessions/{id} | Get session configuration (pro+) SessionsApi | updateSession | PATCH /v1/sessions/{id} | Update session defaults (pro+) StealthApi | stealthCheck | POST /v1/stealth/check | Check stealth address ownership StealthApi | stealthDerive | POST /v1/stealth/derive | Derive one-time stealth address StealthApi | stealthGenerate | POST /v1/stealth/generate | Generate stealth meta-address keypair StealthApi | stealthGenerateBatch | POST /v1/stealth/generate/batch | Batch generate stealth keypairs SwapApi | privateSwap | POST /v1/swap/private | Privacy-preserving token swap via Jupiter DEX TransferApi | transferClaim | POST /v1/transfer/claim | Claim stealth payment (signed) TransferApi | transferPrivate | POST /v1/transfer/private | Build unified private transfer (chain-agnostic) TransferApi | transferShield | POST /v1/transfer/shield | Build shielded transfer (unsigned) ViewingKeyApi | viewingKeyDecrypt | POST /v1/viewing-key/decrypt | Decrypt transaction with viewing key ViewingKeyApi | viewingKeyDerive | POST /v1/viewing-key/derive | Derive child viewing key (BIP32-style) ViewingKeyApi | viewingKeyDisclose | POST /v1/viewing-key/disclose | Encrypt transaction for disclosure ViewingKeyApi | viewingKeyGenerate | POST /v1/viewing-key/generate | Generate viewing key ViewingKeyApi | viewingKeyVerifyHierarchy | POST /v1/viewing-key/verify-hierarchy | Verify viewing key parent-child relationship

Models

Authorization

Authentication schemes defined for the API:

ApiKeyAuth

  • Type: API key
  • API key parameter name: X-API-Key
  • Location: HTTP header

About

This TypeScript SDK client supports the Fetch API and is automatically generated by the OpenAPI Generator project:

  • API version: 0.1.0
  • Package version: 0.1.0
  • Generator version: 7.19.0
  • Build package: org.openapitools.codegen.languages.TypeScriptFetchClientCodegen

The generated npm module supports the following:

  • Environments
    • Node.js
    • Webpack
    • Browserify
  • Language levels
    • ES5 - you must have a Promises/A+ library installed
    • ES6
  • Module systems
    • CommonJS
    • ES6 module system

For more information, please visit https://sip-protocol.org

Development

Building

To build the TypeScript source code, you need to have Node.js and npm installed. After cloning the repository, navigate to the project directory and run:

npm install
npm run build

Publishing

Once you've built the package, you can publish it to npm:

npm publish

License

MIT