Concept: Storing contract sources on ipfs with a valid proof based on the contracts code hash
npm run server
ipfs-cluster-service daemon --bootstrap <multicast address>
ipfs-cluster-ctl pin ls
ssh [email protected] -L 5001:localhost:5001 -L 8080:localhost:8080:
this command tunnels the vps traffic from 5001 and 8080 to local machine , so the nodejs server can communicate with cluster as if it was running on the same machine.