mpl-hybrid

Crates.iompl-hybrid
lib.rsmpl-hybrid
version0.1.0
sourcesrc
created_at2024-06-24 16:44:39.424324
updated_at2024-06-24 16:44:39.424324
descriptionThe swap program powering SPL-404s on Solana and the MPL-404 protocol. A collaboration between Mutant Labs and Metaplex.
homepage
repositoryhttps://github.com/metaplex-foundation/mpl-core
max_upload_size
id1282364
size186,344
(svc01-metaplex)

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