miraplex-token-metadata

Crates.iomiraplex-token-metadata
lib.rsmiraplex-token-metadata
version1.7.5
sourcesrc
created_at2023-05-06 04:56:24.092798
updated_at2023-12-17 07:19:42.399078
descriptionMiraplex Metadata derived from Metaplex
homepage
repositoryhttps://github.com/miraland-labs/miraplex-program-library
max_upload_size
id858331
size578,370
Miraland (miralandlabs)

documentation

README


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.

Commit count: 753

cargo fmt