Go to file
0xFugue 717796c7ff kurtosis.yml, main.star; added cleanup code 2023-01-11 12:40:42 +05:30
libp2p first commit 2023-01-11 12:27:40 +05:30
waku kurtosis.yml, main.star; added cleanup code 2023-01-11 12:40:42 +05:30
.gitignore gitignore 2023-01-11 12:31:33 +05:30
README.md first commit 2023-01-11 12:27:40 +05:30
kurtosis.yml kurtosis.yml, main.star; added cleanup code 2023-01-11 12:40:42 +05:30
main.star kurtosis.yml, main.star; added cleanup code 2023-01-11 12:40:42 +05:30
run-waku.sh kurtosis.yml, main.star; added cleanup code 2023-01-11 12:40:42 +05:30

README.md

wadoku

This repo houses the code for initial runs to assess overhead of running waku nodes on bare metal, docker or kurtosis. The waku nodes are specifically chosen to be non-full nodes to minimise protocol cross talk.

Bare metal run is done, docker run is done. kurtosis run is more or less done. Will run some sanity check runs, and add the plots soonish .

the `run_waku.sh' takes 3 options, metal | docker | kurtosis, for each type of runs. From build to run to collecting data, everything is automated. Plots will be automated as well.