metaplex/rust/auction/program
Adam Jeffries ef54f97ca8
Merge pull request #233 from metaplex-foundation/instant-sale
Instant sale
2021-09-21 17:48:55 -05:00
..
src Fix Metaplex ClaimBid instruction, move extended acc info to the end of acc list 2021-09-21 11:42:02 +03:00
tests fix: optional name for auction v1 2021-07-28 14:31:59 +03:00
Cargo.lock History doesn't repeat itself, but it does rhyme. 2021-06-12 12:27:51 -05: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
Auction Program

Background

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

Source

The Auction Program's source is available on github

Interface

TODO

Operational Overview

TODO