Setting up Coding Environment

From rbachwiki
Revision as of 00:06, 11 March 2018 by Bacchas (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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