metaplex/rust/auction/program
Yuriy Savchenko 18c3b0b1b7
Cancelling bid only if the auction has not ended yet (#165)
2021-07-25 16:38:27 -05:00
..
src Cancelling bid only if the auction has not ended yet (#165) 2021-07-25 16:38:27 -05:00
tests Fixes for cli 2021-06-28 19:59:15 -07:00
Cargo.lock History doesn't repeat itself, but it does rhyme. 2021-06-12 12:27:51 -05:00
Cargo.toml Master edition refactor (#108) 2021-07-16 15:06:27 -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