Skip to content

Latest commit

 

History

History
130 lines (106 loc) · 3.54 KB

README.md

File metadata and controls

130 lines (106 loc) · 3.54 KB

client

How to run client.py

$ cd client
$ mkdir key
$ mkdir experiment
$ pip3 install -r requirements.txt

Make scripts

$ cd scripts
$ python3 makeScript.py
$ cd ..

Run client.py console

$ python3 client.py

Run client.py with script

$ python3 client.py script*

Run client.py with script line by line

$ python3 client.py < script*

The second way, running with line by line, is more prefered.

Run client.py with pre-signed script line by line

$ python3 client.py < signed* signed