0% found this document useful (0 votes)
31 views

Installation For Blockchain

This document provides instructions for installing various tools for working with solidity smart contracts and Pyota in Python. It outlines downloading Node.js, npm, Truffle, web3 and pyota. It also provides troubleshooting tips for issues that may come up during installation like updating pip or ensuring visual studio build tools are installed.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views

Installation For Blockchain

This document provides instructions for installing various tools for working with solidity smart contracts and Pyota in Python. It outlines downloading Node.js, npm, Truffle, web3 and pyota. It also provides troubleshooting tips for issues that may come up during installation like updating pip or ensuring visual studio build tools are installed.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Installation for solidity

1. Ananconda https://www.anaconda.com/products/individual
2. Postman app https://www.postman.com/downloads/

Installation for solidity smart contracts


1. Install Nodejs, if you already have Node js, then check the version using
$ node -v
If it is not there Install version 11.15 using following link - version 12 and version 13
have some problem with javascript async/assert

https://nodejs.org/dist/v11.15.0/node-v11.15.0-x64.msi
During the installation step, along with node js “npm” package needs to be installed.

Create a directory where you are going to develop the smart contracts, for example,
the name of directory is ‘ethdapp’. Goto that directory using cd command in your
windows command window.

Now install truffle using the following command


$ npm install -g truffle

If you find any error, pls execute following commands before npm install -g truffle
> npm config rm proxy
> npm config rm https-proxy

# then this
2. > npm config set registry http://registry.npmjs.org/

3. In anaconda command prompt,

$ pip install web3

Installation for Pyota


1. In anaconda command prompt,

$ pip install pyota [ccurl,pow]

Installation troubleshooting
1. While doing pip install, if you find error-

Update the pip


2. If pip install gives error- “visual studio build up tool is needed”, download visual
studio 2019 and make sure you download all packages under “c++build tools” which
are tick marked.

You might also like