How to use this project
The first dependency you'll need is Node.js, which will give you Node Package Manager (NMP) you may check if you are already have it by using this code: node -v if you don't have it you can download it from Node.js website.
The second dependency you will need is Ganache blockchain, which can be used to mimic the behavior of a production blockchain. The next dependency is the Truffle Framework, which gives you a suite of tools for developing blockchain applications. It will enable you to develop smart contracts, write tests against them, and deploy them to the blockchain command to install: npm install -g [email protected]