Prateesh
1 min readJun 16, 2017

--

Steps to install testrpc in windows 10

  1. Install Visual Studio Community Edition. If you choose a custom installation, the bare minimum items that need to be checked are all pertaining to Visual C++ (Current version is VS 2017)
  2. Install the Windows SDK for Windows (If you are in Windows 10 install SDK for Windows 10)
  3. Install Python 2.7 if not already installed, and make sure to add its install location to your PATH.
  4. Install OpenSSL from here. Make sure to choose the right package for your architecture, and only install the full package (not the light version). You must install OpenSSL at its recommended location — do not change the install path.
  5. Download and install node v8.1.2. Version v6.11.0 is not recommended with VS2017
  6. Execute the command npm install ethereumjs-testrpc web3

--

--