3 unstable releases

0.2.0 Oct 11, 2022
0.1.1 Apr 14, 2022
0.1.0 Jan 24, 2022

#16 in #metaplex

Download history 577/week @ 2023-12-13 528/week @ 2023-12-20 321/week @ 2023-12-27 463/week @ 2024-01-03 775/week @ 2024-01-10 719/week @ 2024-01-17 501/week @ 2024-01-24 453/week @ 2024-01-31 605/week @ 2024-02-07 621/week @ 2024-02-14 578/week @ 2024-02-21 681/week @ 2024-02-28 718/week @ 2024-03-06 661/week @ 2024-03-13 1060/week @ 2024-03-20 772/week @ 2024-03-27

3,307 downloads per month
Used in 13 crates (6 directly)

AGPL-3.0

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

~17–26MB
~429K SLoC