Chelsea H. Komlo 4 роки тому
батько
коміт
7bf1c030bf
2 змінених файлів з 17 додано та 0 видалено
  1. 10 0
      Makefile
  2. 7 0
      README.md

+ 10 - 0
Makefile

@@ -0,0 +1,10 @@
+
+all:
+	echo "tbd"
+
+test:
+	echo "tbd"
+
+deps:
+	pip3 install nacl
+

+ 7 - 0
README.md

@@ -0,0 +1,7 @@
+#Simulation for Testing Walking Onions Performance
+
+## Running the simulation
+
+```
+python3 client.py
+```