3pm

Dashboard

Package management is done via the CLI and the signing PWA.

CLI — register & publish

Install the CLI and use it to register package names, add maintainers, set thresholds, and generate API keys.

3pm register my-packageRegister a package name on-chain
3pm add-maintainer my-package 0x…Add a co-maintainer
3pm set-threshold my-package 2Require 2-of-N signatures
3pm create-api-key my-package ciCreate a proposal-only CI key
3pm publishPropose a release from the current directory

Signing PWA

Review and sign pending releases with your Coinbase Smart Wallet passkey.

Verify a release

Check whether a package version is on-chain and matches what npm serves.