mpl-inscription

Crates.iompl-inscription
lib.rsmpl-inscription
version0.8.1
sourcesrc
created_at2023-12-19 02:41:08.140671
updated_at2024-02-02 19:52:41.407299
descriptionProgram to inscribe binary data to a Solana account.
homepagehttps://www.metaplex.com
repositoryhttps://github.com/metaplex-foundation/mpl-engraver
max_upload_size
id1073903
size232,491
(svc01-metaplex)

documentation

README

Rust client SDK for Mpl Inscription

An autogenerated Rust client SDK for the project.

Getting started

From your project folder:

cargo add mpl-inscription

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: 24

cargo fmt