How to program your first DApp using Truffle, React.js, and Solidity
Hello everyone, today we are going to build a simple Dapp that updates a variable count in the smart contract when a user clicks on the increment/decrement count button on the reactjs frontend.
Project Set up
First thing first, we have to go through ...
paschal.hashnode.dev4 min read