mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 03:25:09 +00:00
|
|
||
|---|---|---|
| .. | ||
| dutch-auction | ||
| simple-blind-auction | ||
| README.md | ||
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.