3 unstable releases
0.2.0 | Oct 11, 2022 |
---|---|
0.1.1 | Apr 14, 2022 |
0.1.0 | Jan 24, 2022 |
#18 in #metaplex
2,581 downloads per month
Used in 13 crates
(6 directly)
86KB
2K
SLoC
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.
lib.rs
:
A Token Fraction program for the Solana blockchain.
Dependencies
~18–26MB
~447K SLoC