2 unstable releases
0.1.0 | Oct 11, 2022 |
---|---|
0.0.3 | Aug 11, 2022 |
#21 in #metaplex
131 downloads per month
Used in mpl-nft-packs
495KB
10K
SLoC
title: Metaplex
Background
Solana's programming model and the definitions of the Solana terms used in this document are available at:
Source
The Metaplex 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 spl-vault and docs.rs.
Operational overview
TODO
lib.rs
:
A Metaplex Store program for the Solana blockchain.
Dependencies
~35MB
~596K SLoC