fabric-samples/auction
NIKHIL E GUPTA 366aaadac2 Add dutch auction sample
Signed-off-by: NIKHIL E GUPTA <ngupta@symbridge.com>
2020-12-17 13:18:23 -05:00
..
dutch-auction Add dutch auction sample 2020-12-17 13:18:23 -05:00
simple-blind-auction Add dutch auction sample 2020-12-17 13:18:23 -05:00
README.md Add dutch auction sample 2020-12-17 13:18:23 -05:00

Auction sample

The auction sample provides a set of smart contracts and tutorials that implement a series of distributed auctions. Each example uses important Fabric features such as private data, access control, and state-based endorsement.

  • Simple blind auction: This example implements an auction where a single good is sold to the highest bidder. Because the tutorial provides more details on how the auction is implemented, users should go through this example first.
  • Dutch auction: This example implements an auction in which multiple items of the same type can be sold to more than one buyer.