mpl-token-vault

Crates.iompl-token-vault
lib.rsmpl-token-vault
version0.2.0
sourcesrc
created_at2022-01-24 20:55:20.71565
updated_at2022-10-11 22:15:44.336387
descriptionMetaplex Token Vault
homepage
repositoryhttps://github.com/metaplex-foundation/metaplex-program-library
max_upload_size
id520401
size85,673
Protocol (github:metaplex-foundation:protocol)

documentation

README


title: Token Vault Program

Background

Solana's programming model and the definitions of the Solana terms used in this document are available at:

Source

The Vault Program's source is available on github

There is also an example Rust client located at github that can be perused for learning and built if desired with cargo build. It allows testing out a variety of scenarios.

Interface

The on-chain Token Fraction program is written in Rust and available on crates.io as mpl-token-vault and docs.rs.

Commit count: 826

cargo fmt