build node.js
goto webside for download latest npm(https://nodejs.org/en/download/current/) then win + R and input 'cmd' for windows powershell run 'npm -v' for checking npm is or not installed Node.js includes npm so we could continue our step
build truffle
npm install -g truffle
build web3
npm install web3
use node for check node Web3 = require('web3')
build solic
npm i [email protected] --save -g
build ganache
[ganache](https://trufflesuite.com/ganache/)
If you hava any questions, send me an email my email address [email protected]