Setting up Coding Environment
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
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