XXX Coding Nifty Tips and Tricks You Wish Your Mom Told You About

Naz
May 7, 2021

Useful coding stuff for reference

  1. 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);

--

--

Naz

I crave knowledge. Mathematical knowledge and then computer science.