Build your first BlockChain DAPP with Ganache and Solidity
We will be going to build a very simple Dapp with 6 steps follow:
1 - Environment setup
mkdir voteDapp
npm init
npm install web3@0.20.1 solc@0.4.22 ganache-cli
# Start ganache by default with port 8989
./node_modules/.bin/ganache-cli -h 192.168.1.1...
rait.hashnode.dev2 min read
Tú Mỹ
Very interesting and easy to understand :3