fabric-samples/auction/README.md
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

649 B

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.