ethnode
ethnode copied to clipboard
Port ethnode to windows
Problem
Ethnode doesn't work on Windows machines (see #11). The two scripts get_geth.sh and get_openethereum.sh rely on bash to run.
Solution
Port get_geth.sh and get_openethereum.sh to pure JavaScript functions. AFAIK that's the only part that is incompatible with windows.