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

@wharfkit/wallet-plugin-paycash

v4.0.1

Published

A Wharf wallet plugin for the PayCash wallet

Readme

@wharfkit/wallet-plugin-paycash

⚠️ Important Notice:

Due to current limitations in the PayCash wallet, this plugin only supports authentication (login) via QR code. Transaction signing via QR code (ESR) is not supported by PayCash at this time. As a result, this plugin cannot be used for signing or broadcasting transactions through PayCash QR/ESR. If PayCash adds support for transaction ESR in the future, this plugin can be updated to enable full cold wallet functionality.

A Session Kit wallet plugin for the PayCash wallet.

Overview

The PayCash wallet plugin enables users to authenticate and sign transactions using the PayCash wallet through QR code authentication.

Features

  • 🔐 QR Code Authentication - Secure login through QR code scanning
  • ☁️ Cloud-Only Solution - No mobile app installation required
  • 🎨 Embedded Logo - Optimized PayCash logo included
  • ⚡ TypeScript Support - Full TypeScript implementation
  • 🌓 Theme Support - Light and dark theme compatibility
  • 📱 Cross-Platform - Works on desktop and mobile browsers

Installation

yarn add @wharfkit/wallet-plugin-paycash

Usage

Basic Setup

import { WalletPluginPayCash } from '@wharfkit/wallet-plugin-paycash'
import { SessionKit } from '@wharfkit/session'

const kit = new SessionKit({
  appName: 'My App',
  chains: [
    {
      id: 'aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906',
      name: 'EOS Mainnet',
    },
  ],
  walletPlugins: [new WalletPluginPayCash()],
})

Authentication Flow

  1. User clicks "Login with PayCash"
  2. QR code is displayed for scanning
  3. User scans QR code with PayCash wallet
  4. Authentication is completed securely

Configuration

The plugin supports the following configuration options:

const plugin = new WalletPluginPayCash({
  // Custom configuration options can be added here
})

Development

Prerequisites

  • Node.js 16+
  • yarn

Setup

# Clone the repository
git clone https://github.com/zhenek73/wallet-plugin-paycash.git
cd wallet-plugin-paycash

# Install dependencies
yarn install

# Start development server
yarn start

Building

# Build the plugin
yarn build

# Build with watch mode
yarn dev

Testing

The plugin includes a test application for development and testing:

# Start test application
yarn start

Then visit http://localhost:3000 to test the plugin functionality.

Architecture

The plugin implements the WharfKit Session Kit wallet plugin interface:

  • Authentication: QR code-based authentication flow
  • Transaction Signing: Secure transaction signing through PayCash wallet
  • Session Management: Proper session handling and cleanup

Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under BSD-3-Clause - see the LICENSE file for details.

Support

For support and questions:

Related


Made with ❤️ for the Antelope ecosystem and Paycash