hyperledger-labs / pdo-contracts

Apache License 2.0
3 stars 5 forks source link

Create auction contract for exchange contract family #9

Open cmickeyb opened 10 months ago

cmickeyb commented 10 months ago

We have a fair exchange contract that provides two-party, well-defined asset exchanges. The old Gipsy exchange contract family also supported a multi-party auction.

The Gipsy auction API is described here:

Auction Contract

The auction contract handles a multi-party auction for transfer of ownership of assets between ledgers. For example, Alice offers three blue marbles in exchange for the highest possible number of red marbles.

State Update Methods

Immutable Methods

auction.md

This would be a good first contract to develop.