Chelsea H. Komlo 4 éve
szülő
commit
7bf1c030bf
2 módosított fájl, 17 hozzáadás és 0 törlés
  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
+```