Useful coding stuff for reference You have a gethbinary running on your DAppNode. How to use it? geth attach http://geth.dappnode:8545 2. You are in a JavaScript console, what’s the equivalent of Python’sdir ? Object.keys(this); 3. You are in a Javascript console, what’s the equivalent of Python’s print(func.__doc__) ? console.log(func); 4…