@futureverse/asset-register
Core SDK for the Asset Register GraphQL API (read + write asset relationships).
Futureverse winddown
Futureverse (the publisher of @futureverse/*) is in winddown. The hosted services this package talked to (auth.futureverse.app, pass-api.futureverse.app, signer.futureverse.app) have been re-hosted by gen3labs at futurepass.gen3labs.tech (issuer) and fpsigner.gen3labs.tech (signer). For new projects, switch to the matching @gen3labs/* package — drop-in surface, default URLs already point at the gen3labs infra. The Asset Register API has no community replacement yet; see the Migration playbook for the per-package map.
- Version
2.82.0- Published
- 2025-08-29
- License
- n/a
- Status
fv-winddown- npm
- https://www.npmjs.com/package/@futureverse/asset-register
- Types
./index.d.ts- Maintainers
- admin-futureverse, garethdainesnpm, jcsanpedro
- Depends on
n3·iri·msw·zod·ulid·viem·graphql-tag·validate-iri·utility-types·graphql-request·@futureverse/artm- Recent versions
2.68.0-beta.0·2.69.0-beta.0·2.70.0-beta.0·2.71.0-beta.0·2.72.0-beta.0·2.73.0-beta.0·2.82.0·2.74.0-beta.0
Why use it
You query asset trees, equipped accessories, or off-chain ownership records. This SDK speaks the GraphQL relay-spec endpoints at ar-api.futureverse.app/graphql (production) and ar-api.futureverse.cloud/graphql (staging).
When to skip it
You only need on-chain NFT ownership — query the nft pallet or the ERC-721 precompile directly.
Pairs with
@futureverse/asset-register-react— React hooks@futureverse/artm— transaction codec for writes@futureverse/swappable-viewer-react— tree visualisation
Example
import { AssetRegisterClient } from '@futureverse/asset-register';
const client = new AssetRegisterClient({ environment: 'production' });
const { data } = await client.query({ /* GraphQL query */ });Gotchas
- Hosted by Futureverse — has no local fallback. If/when AR API goes down, asset-link history becomes inaccessible.
- Writes are signed Ethereum messages (ARTMs); see
@futureverse/artm.
Upstream README
No README published — refer to the source repository.