ZK HACK 7

This happened on 21-12-07, with BoYao.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
"scripts": {
  "exec": "tsc && node dist/smart_contract.js",
  "hello_world": "npx tsc && node dist/hello_world.js",
  "run1": "npx tsc && node dist/1_exercise.js",
  "run2": "npx tsc && node dist/2_exercise.js",
  "run3": "npx tsc && node dist/3_exercise.js",
  "run4": "npx tsc && node dist/4_exercise.js",
  "run5": "npx tsc && node dist/5_exercise.js",
  "bonus": "npx tsc && node dist/bonus.js"
}