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-chain3pm add-maintainer my-package 0x…Add a co-maintainer3pm set-threshold my-package 2Require 2-of-N signatures3pm create-api-key my-package ciCreate a proposal-only CI key3pm publishPropose a release from the current directorySigning 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.