How To Build A Ride-Hailing Smart Contract With Solidity
Ride-hailing businesses such as Uber and InDrive are fast becoming interwoven into modern society. They are a million-dollar industry.
In this tutorial, I built a smart contract for a ride-hailing service company with Solidity and tested it locally w...
blockchainalpha.hashnode.dev10 min read
Nacho
I am a PHP / Symfony developer also passionate on blockchain, smart-contracts and how decentralized apps are changing the world
Hey, great article. Can I have a question ? I see that you assign the msg.sender value both to the driver and client address. Is that correct ? I am a bit confused. Thanks!