Appendix E · npm package map
A flat list of every package in scope for this documentation. Each row links to a per-package page that mirrors the npm registry entry (description, version, dependencies, README) at the time the site was built.
@therootnetwork
| Package | Summary |
|---|---|
@therootnetwork/api | Polkadot.js helpers for connecting to TRN. |
@therootnetwork/api-types | TRN-specific Substrate type definitions. |
@therootnetwork/evm | EVM utilities (precompile addresses, helpers). |
@therootnetwork/extrinsic | Helpers for building/submitting extrinsics. |
@therootnetwork/doughnut-nodejs | Node bindings for the Doughnut capability codec. |
@therootnetwork/doughnut-web | Browser bindings for the Doughnut codec. |
@therootnetwork/pact-nodejs | Node bindings for the Pact capability codec. |
@therootnetwork/pact-web | Browser bindings for the Pact codec. |
@futureverse — auth / FuturePass
| Package | Summary |
|---|---|
@futureverse/auth | OIDC client for FuturePass identity. |
@futureverse/auth-react | React provider/hooks for FuturePass auth. |
@futureverse/auth-react-native | React-Native auth provider. |
@futureverse/auth-core | Shared auth internals. |
@futureverse/auth-ui | Drop-in React UI for sign-in/connect. |
@futureverse/next-auth | Next.js (Auth.js) provider. |
@futureverse/oidc-client | Low-level OIDC client. |
@futureverse/wagmi-connectors | wagmi connectors for Futureverse wallets. |
@futureverse — transactions / signing
| Package | Summary |
|---|---|
@futureverse/transact | High-level TRN transaction API. |
@futureverse/transact-react | React wrappers around transact. |
@futureverse/signer | Common signer interface. |
@futureverse/signer-core | Signer interface internals. |
@futureverse/wallet-signer-etherjs | ethers.js wallet signer adapter. |
@futureverse/evm | EVM helpers (Futureverse fork of @therootnetwork/evm). |
@futureverse — Asset Register
| Package | Summary |
|---|---|
@futureverse/asset-register | Core SDK for the Asset Register GraphQL API. |
@futureverse/asset-register-react | React hooks/provider for Asset Register. |
@futureverse/swappable-viewer-react | Components for asset trees / swappable equipment. |
@futureverse/artm | Asset Register Transaction Message (ARTM) codec. |
@futureverse — Sylo
| Package | Summary |
|---|---|
@futureverse/sylo-protocol-sdk | Sylo Seekers Node Network client. |
@futureverse/sylo-protocol-abi | ABIs for the Sylo protocol contracts. |
@futureverse/sylo-notifications-sdk | Notification broadcasting/subscription helpers. |
@futureverse/sylo-data-protocol | Sylo data-access protocol primitives. |
@futureverse — minting & UI
| Package | Summary |
|---|---|
@futureverse/mint-sdk | Mint NFT/SFT collections via Futureverse. |
@futureverse/mint-sdk-react | React wrapper for the Mint SDK. |
@futureverse/component-library | Shared React UI primitives. |
@futureverse/react-unity-viewer | Embed Unity WebGL builds in React. |
@futureverse/nx-semantic-release-sync | Build-tooling plugin. |
Want to programmatically check versions?
The npm registry exposes JSON metadata at https://registry.npmjs.org/<scope>%2F<name>. Example:
bash
curl -s 'https://registry.npmjs.org/@therootnetwork%2Fapi' | jq '."dist-tags".latest'