Chelsea H. Komlo il y a 5 ans
Parent
commit
7bf1c030bf
2 fichiers modifiés avec 17 ajouts et 0 suppressions
  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
+```