spl-token-vault

Crates.iospl-token-vault
lib.rsspl-token-vault
version0.0.1
sourcesrc
created_at2021-08-14 11:47:33.183494
updated_at2021-08-14 11:47:33.183494
descriptionMetaplex Token Vault
homepage
repositoryhttps://github.com/metaplex-foundation/metaplex
max_upload_size
id436091
size82,227
Grimes (solana-grimes)

documentation

README


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

Commit count: 1229

cargo fmt