1 unstable release

0.0.1 Oct 13, 2021

#31 in #fraction

Download history 296/week @ 2023-11-20 186/week @ 2023-11-27 195/week @ 2023-12-04 231/week @ 2023-12-11 295/week @ 2023-12-18 194/week @ 2023-12-25 162/week @ 2024-01-01 252/week @ 2024-01-08 259/week @ 2024-01-15 182/week @ 2024-01-22 143/week @ 2024-01-29 208/week @ 2024-02-05 215/week @ 2024-02-12 216/week @ 2024-02-19 248/week @ 2024-02-26 306/week @ 2024-03-04

1,030 downloads per month
Used in 10 crates (2 directly)

Apache-2.0

83KB
1.5K 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 spl-vault and docs.rs.

Operational overview

TODO


lib.rs:

A Token Fraction program for the Solana blockchain.

Dependencies

~17–27MB
~438K SLoC