Difference between revisions of "Setting up Coding Environment"

From rbachwiki
Jump to navigation Jump to search
(Created page with "Go into the directory that has the project npm init Accepts all defaults Install javascript libraries needed for this projects npm install web3@0.20.0 solc@0.4.18")
(No difference)

Revision as of 00:06, 11 March 2018

Go into the directory that has the project

npm init

Accepts all defaults Install javascript libraries needed for this projects

npm install web3@0.20.0 solc@0.4.18