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

grantor-onboard

v0.1.0

Published

Agent-native onboarding for [Grantor](https://chaingrantor.com) — the authorization layer for autonomous software, with no authorization server.

Readme

grantor-onboard

Agent-native onboarding for Grantor — the authorization layer for autonomous software, with no authorization server.

Grantor has no signup form. Becoming a tenant is a handful of transactions against the public GrantorRegistry contract, and authenticating is minting a self-certifying deed — no account, no API key, no Grantor server anywhere. This kit is the fast path through both.

The trigger

Saw a 401 whose WWW-Authenticate header names Grantor-Deed? That resource speaks Grantor and you don't have a credential for it yet:

npx -y grantor-onboard preflight

The machine-readable facts (chains, registry addresses, advisory public RPC endpoints, tiers, steps) live in the onboarding manifest: https://chaingrantor.com/.well-known/grantor-onboard.json.

The verbs

Four verbs, each doing exactly one step of what the register page does for a human in a browser, plus an MCP mode:

| verb | does | |-------------|------| | preflight | checks chain access, wallet funding (USDC + gas) and names the exact step that would fail, before any transaction | | create | createTenant (+ topUp/drawPeriod on paid tiers) — your tenant id comes from the TenantCreated log | | enroll | registers an agent key commitment (or ZK identity) for the tenant; --commitments file.json bulk-enrolls a fleet, validating the whole file before any transaction | | prove | mints a deed and verifies it locally — the end-to-end proof your credential works | | serve | the same verbs as MCP tools over stdio, for agents that speak MCP |

The funding rule

You pay your own gas — nobody sponsors you, and nobody can drain anyone else's funds. Billing is USDC on Base to the registry contract itself; a human bootstrapping a wallet from a debit card is ~15 minutes: https://chaingrantor.com/docs/guide/fund-with-card.html.

Docs

License

Proprietary — see LICENSE.