metaplex/rust/metaplex/program
Adam Jeffries ef54f97ca8
Merge pull request #233 from metaplex-foundation/instant-sale
Instant sale
2021-09-21 17:48:55 -05:00
..
src Add comment for ClaimBid instruction 2021-09-21 15:52:21 +03:00
Cargo.toml The Fair Launch Protocol (#367) 2021-09-21 13:33:22 -05:00
README.md History doesn't repeat itself, but it does rhyme. 2021-06-12 12:27:51 -05:00
Xargo.toml History doesn't repeat itself, but it does rhyme. 2021-06-12 12:27:51 -05:00

README.md

title
Metaplex

Background

Solana's programming model and the definitions of the Solana terms used in this document are available at:

Source

The Metaplex 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