From c6c28543ac5398a51f910e90792ba87e039e5d16 Mon Sep 17 00:00:00 2001 From: 0xFugue <119708655+0xFugue@users.noreply.github.com> Date: Wed, 1 Mar 2023 02:05:33 +0530 Subject: [PATCH] Create README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66a3e94..0455848 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ This repo houses the code for initial runs to assess overhead of running waku no For both waku and libp2p, all three modes are done (metal, docker, kurtosis). -the `run_waku.sh' takes 4 options: clean | metal | docker | kurtosis. clean will clear out the bianries, and the rest 3 specify the type of run. metal will comiple and run the pub/sub on local machine. docker will build the docker image and run it inside docker in the local machine. kurtosis will build docker and run this docker inside the kurtosis enclave. From build to run to collecting data, everything is automated. Plots will be automated as well. +the `run_waku.sh' takes 4 options: clean | metal | docker | kurtosis. clean will clear out the bianries, and the rest 3 specify the type of run. metal will compile and run the pub/sub on local machine. docker will build the docker image and run it inside docker in the local machine. kurtosis will build docker and run this docker inside the kurtosis enclave. From build to run to collecting data, everything is automated. Plots will be automated as well.