Skip to content
Thorsten Zoerner edited this page Jan 17, 2024 · 1 revision

Installation on Ubuntu

Install Node JS

sudo -s
curl -s https://deb.nodesource.com/setup_18.x | sudo bash
apt-get install nodejs -y

Install STROMDAO EAF

npm install -g stromdao-eaf
Clone this wiki locally