Browse Source

placeholders

Chelsea H. Komlo 4 years ago
parent
commit
7bf1c030bf
2 changed files with 17 additions and 0 deletions
  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
+```