Create your first blockchain project from scratch
use npm and nodejs to install to packages
npm i ganache-cli
npm i solc
npm i browserify
- create your project directory
- In your Project directory create above files
it provides a local blockchain for your system with default ten accounts and their private keys.
It is a compiler use for solidity.
It helps to convert javascript file to browser understandable file.