Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 380 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 380 Bytes

Prepare

At first, use npm start or start_ethereum.sh to start geth client, then open another terminal to do next step

Run

  • use node deploy.js array_size to deploy the sorting smart contract to blockchain, and also issue a sort request. It will report the latency into stdout. array_size is the size of the array to sort.