JSPM

@macalinao/token-metadata-client

0.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 15
  • Score
    100M100P100Q60398F
  • License Apache-2.0

TypeScript client for the Metaplex Token Metadata program

Package Exports

  • @macalinao/token-metadata-client

Readme

@macalinao/token-metadata-client

npm version

TypeScript client for the Metaplex Token Metadata program, generated using Codama with full ESM support.

Installation

bun add @macalinao/token-metadata-client

Development

This client is generated from the Token Metadata IDL using Codama CLI:

# Generate the client from idls/token_metadata.json
bun run codegen

# Build the TypeScript
bun run build

Configuration

The codama.config.mjs file adds custom PDAs to the generated client, including the standard metadata PDA derivation.

Usage

import { /* generated exports */ } from "@macalinao/token-metadata-client";

// Use the generated client functions

License

Apache-2.0