소스 검색

placeholders

Chelsea H. Komlo 5 년 전
부모
커밋
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
+```