2 releases
0.1.2 | Jul 23, 2022 |
---|---|
0.1.1 | Jul 23, 2022 |
#106 in #background
86KB
2K
SLoC
A Token Fraction program for the Solana blockchain.
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 lpl-token-vault and docs.rs.
Dependencies
~14–23MB
~359K SLoC