No description
  • TypeScript 99.5%
  • JavaScript 0.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Tim Pechersky 8c2a621325
Some checks failed
release / release (push) Failing after 1m6s
feat: referred events in indexer interface
- Added Ability to query Referred events through the MultipassIndexer Interface: implemented in EnvioIndexer and GraphIndexer with the referreds entity default matching the subgraph, covered by query-shape tests
2026-09-07 20:23:16 +08:00
.changeset feat: referred events in indexer interface 2026-09-07 20:23:16 +08:00
.github fix: release notification for multi-package tags 2026-09-07 18:24:00 +08:00
.vscode Dev (#154) 2025-04-28 14:35:35 +03:00
packages feat: referred events in indexer interface 2026-09-07 20:23:16 +08:00
.editorconfig configure editorconf and eslint (#35) 2024-11-07 12:44:24 +07:00
.gitignore upd gitignore 2025-10-17 13:02:07 +08:00
.npmrc chore: align versions with npm, package readmes, npmrc cleanup 2026-09-07 18:10:29 +08:00
.prettierignore Dev (#160) 2025-05-26 16:48:12 +03:00
.prettierrc 40 add support to interact with 010 rankify interfaces (#52) 2024-12-19 12:37:55 +08:00
package.json feat!: workspace split into client and cli packages, full multipass surface restored 2026-09-07 18:07:53 +08:00
pnpm-lock.yaml test: matchstick coverage for subgraph mappings 2026-09-07 20:14:40 +08:00
pnpm-workspace.yaml feat!: workspace split into client and cli packages, full multipass surface restored 2026-09-07 18:07:53 +08:00
README.md feat: multipass subgraph package 2026-09-07 20:09:59 +08:00

multipass-client

TypeScript tooling for the Multipass cross-domain name registry (contract V1).

Package Description
@peeramid-labs/multipass-client Library: reads, registrar EIP-712 signing, view codes, swappable Envio/The Graph indexers
@peeramid-labs/multipass-cli multipass command-line tool built on the client
@peeramid-labs/multipass-subgraph The Graph subgraph matching GraphIndexer defaults (private, deploy-only)

Development

pnpm install
pnpm build
pnpm test
pnpm lint

Releases go through changesets: add a changeset with your PR; merging the release PR publishes to npm.