mpl-token-metadata 1.7.0-alpha.3

Metaplex Metadata
Documentation

title: Token Metadata Program

Testing

cargo test-bpf --bpf-out-dir ../../test-programs/

Building

cargo build-bpf --bpf-out-dir ../../test-programs/

Source

The Token Metadata Program's source is available on github

There is also an example Rust client located at github that can be perused for learning and run if desired with cargo run --bin metaplex-token-metadata-test-client. It allows testing out a variety of scenarios.

Interface

The on-chain Token Metadata program is written in Rust and available on crates.io as mpl-token-metadata and docs.rs.

Documentation

Full docs for this program can be found here.