Installing Ethereum on Windows

0 votes
Please help me to install Ethereum on Windows Operating System.
Feb 28, 2019 in Blockchain by Jisha
995 views

1 answer to this question.

0 votes

You can install Ethereum on windows using Chocolatey.

Refer to this site to install Chocolatey: https://chocolatey.org/install

After installing it, Open command prompt as administrator and run the following command to install pre-requisites.

$ choco install nodejs.install –y

$ choco install git –y

$ choco install VisualStudioCode -y 

To install testrpc, run the following command:

$ npm install -g npm

$ npm install -g -production windows-build-tools

$ npm install -g truffle

answered Feb 28, 2019 by Raman

Related Questions In Blockchain

0 votes
1 answer

'ppa:ethereum' error while installing ethereum on ubuntu

First try: sudo apt-get install --reinstall ca-certificates If ...READ MORE

answered Jul 12, 2018 in Blockchain by slayer
• 29,350 points
2,668 views
0 votes
1 answer

Blockchain: Installing an earlier version of ethereum using apt-get on

geth does not make the previous version available ...READ MORE

answered Oct 10, 2018 in Blockchain by Omkar
• 69,210 points
1,124 views
0 votes
1 answer

How to install Ethereum on Windows?

Download geth installer from https://geth.ethereum.org/downloads/ After download, run ...READ MORE

answered Feb 28, 2019 in Blockchain by Raj
2,970 views
+1 vote
1 answer

How to deploy ethereum smart contracts on a website?

There are many ways to do this: 1 ...READ MORE

answered Mar 27, 2018 in Blockchain by Johnathon
• 9,090 points
1,664 views
0 votes
1 answer

Truffle tests not running after truffle init

This was a bug. They've fixed it. ...READ MORE

answered Sep 11, 2018 in Blockchain by Christine
• 15,790 points
1,706 views
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,237 views
+2 votes
5 answers

How to install Ganache.appx on Windows 7

Go to https://github.com/trufflesuite/ganache/releases there are a set of ...READ MORE

answered Aug 17, 2018 in Blockchain by Omkar
• 69,210 points
13,974 views
0 votes
1 answer

Installing Multichain on Linux

To install Multichain in Linux, you first ...READ MORE

answered Mar 1, 2019 in Blockchain by Joshi
1,013 views
–1 vote
1 answer

How to change default account in private ethereum network?

First list the accounts: > eth.accounts NOTE: Even ...READ MORE

answered Jan 10, 2019 in Blockchain by Omkar
• 69,210 points
1,642 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP