- Notifications
You must be signed in to change notification settings - Fork 32
Port ethnode to windows #12
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Problem
Ethnode doesn't work on Windows machines (see #11). The two scripts
get_geth.shandget_openethereum.shrely on bash to run.Solution
Port
get_geth.shandget_openethereum.shto pure JavaScript functions. AFAIK that's the only part that is incompatible with windows.