Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 343 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 343 Bytes

Prepare

Download peer executable and make it accessible from $PATH Spin up the fabric network

Run

  • use ./deploy.sh to deploy the sorting smart contract to blockchain.
  • use ./benchmark.sh <array_size> to measure the duration. array_size is the size of the array to sort.