Task – Network for Car Auction Organisation
Case study:
As we all are familiar with different kinds of auctions like coins, old items, assets, here we will deal with a famous type of auction – CAR AUCTION.
Process:
1. The Car Auctioneer organisation announces a car for auction.
2. Interested Members will register in that Organisation.
3. Car Auctioneer conducts an auction among the registered members.
4. Car sale transaction will be done between Auctioneer and Auction Winner.
The exercise mainly aims to help the developer to get a feel of how the spec.yaml file is organised. Please try it out and post your doubts in the discussion forum.
You are expected to build just a network for CAR AUCTION where there will be a single organisation.
The above is the network diagram of the Auctioneer Organisation based on which features of the network are set.
Features of the Network:
1. There will be an Auctioneer Organisation ( who initiates the Auction)
2. There will be CA for the Auctioneer.
3. There will be two peers for the Organisation.
4. The database will be LevelDB.
5. There will be a single Channel.
Please refer to our previous spec.yaml file to create a new spec file for the use case given above.