agsol-token-vault

Crates.ioagsol-token-vault
lib.rsagsol-token-vault
version0.0.0-alpha
sourcesrc
created_at2022-02-03 16:10:09.689973
updated_at2022-02-03 16:10:09.689973
descriptionAgora's fork of Metaplex Token Vault
homepage
repositoryhttps://github.com/zgendao/metaplex
max_upload_size
id526283
size82,182
(PopcornPaws)

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: 1150

cargo fmt