raineorshine / solidity-repl

Ethereum Solidity REPL
ISC License
396 stars 33 forks source link

also succeeded to install on windows now #3

Closed drandreaskrueger closed 8 years ago

raineorshine commented 8 years ago

Thanks for the pull request! Could you integrate the latest changes on master that embed TestRPC instead of having it be a global dependency?

drandreaskrueger commented 8 years ago

Tried it:

npm uninstall -g node-gyp
npm uninstall -g ethereumjs-testrpc
npm uninstall -g web3
npm uninstall -g solidity-repl

then again:

npm install -g solidity-repl

and yes, it is working.

drandreaskrueger commented 8 years ago

Also, testrpc is now auto-started. Well done.

raineorshine commented 8 years ago

Thanks!