mpl-core

Crates.iompl-core
lib.rsmpl-core
version0.7.2
sourcesrc
created_at2024-03-25 00:29:43.537424
updated_at2024-07-04 18:56:16.35122
descriptionA flexible digital asset standard for Solana
homepage
repositoryhttps://github.com/metaplex-foundation/mpl-core
max_upload_size
id1184853
size861,292
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: 498

cargo fmt