This question is an extension of Deploying to testnet using Truffle and Metamask
Need to deploy smart contracts over ropsten testnet that connected through metamask . I am using truffle framework to write smart contract so what should i write in truffle.js to achieve the task.
run npm initand thennpm install ethereumjs-wallet bip39 web3-provider-engine web3@0.19.0 --save– Greg Jeanmart Aug 01 '17 at 10:13npm install– Greg Jeanmart Aug 01 '17 at 11:00