Conditions & requirements:installed nodjs 18, holograph cli and operator on vps - 1 cpu, 1 gb ram, 15 gb ssd - according to my experience, minimum ssd is about 5gb(I have more than 60% free space)terminal(mac os), putty(windows), comand line(ubuntu and similar)a bit of eth to pay gas(0.001 for Goerli is enough)Install on clean VPS(Ubuntu 22 in example):Install node.js curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - apt install nodejs -yCheck that node works: node -v npm -vIn...