metafy-social / web3-smart-contracts

A repository of smart-contracts in the web3 space, all in a simple and collective space of hardhat for you to refer anytime
GNU General Public License v3.0
54 stars 45 forks source link

Add hotel room booking smart contract #155

Open nabroleonx opened 1 year ago

nabroleonx commented 1 year ago

Is your feature request related to a problem? Please describe.

This is a simple hotel room booking smart contract where one can rent a hotel room using the example Solidity smart contract for a hotel room booking. If a room is unoccupied, it permits someone to make a payment for it. The owner receives the payments after the contract has been paid. After the money is received, this smart contract can be modified to unlock the door or give out a key code.

nabroleonx commented 1 year ago

If this isn't already done, assign it to me and I can send pull request.