gitextract_0d7q4fb2/ ├── README.md ├── art/ │ ├── artchaincode/ │ │ ├── art_app.go │ │ └── vendor/ │ │ └── itpUtils/ │ │ ├── image_proc_0.6api.go │ │ └── table_1.0api.go │ └── scripts/ │ ├── CloseOpenAuction │ ├── DeployAuction │ ├── InitAuc │ ├── InstAuc │ ├── OpenAuctionRequestForBids │ ├── PostAuctionRequest │ ├── PostItems │ ├── PostUsers │ ├── Script4Demo.sh │ ├── SubmitBids │ ├── SubmitQueries │ ├── TransferItem │ ├── ValidateItemOwnerShip │ ├── auction_e2e_script.sh │ ├── downloadImages.sh │ ├── env.sh │ ├── getaucrequest │ ├── getbids │ ├── getitem │ ├── getitemlog │ ├── getlistofaucs │ ├── getuser │ └── setup.sh ├── docs/ │ ├── Datastructures.txt │ └── index.md └── mkdocs.yml