mpl-core

Crates.iompl-core
lib.rsmpl-core
version0.11.1-beta.2
created_at2024-03-25 00:29:43.537424+00
updated_at2025-09-05 20:35:18.294515+00
descriptionA flexible digital asset standard for Solana
homepage
repositoryhttps://github.com/metaplex-foundation/mpl-core
max_upload_size
id1184853
size1,000,213
Nhan Phan (nhanphan)

documentation

README

Rust client SDK for Mpl Core

An autogenerated Rust client SDK for the project.

Getting started

From your project folder:

cargo add mpl-core

Structure

The client SDK is divided into several modules:

  • accounts: structs representing the accounts of the program
  • errors: enums representing the program errors
  • instructions: structs to facilitate the creation of instructions, instruction arguments and CPI instructions
  • types: structs representing types used by the program

Contributing

Check out the Contributing Guide the learn more about how to contribute to this library.

Commit count: 672

cargo fmt