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

Ticketing system (ticket issue system) #6

Closed kriptonian1 closed 1 year ago

kriptonian1 commented 1 year ago

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

We want a decentralized ticketing system where people will be able to book a ticket and the host can verify it once and no ticket forging can take place.

Describe the solution you'd like

Use solidity, to create a contract Create a folder for your entire project if you want

Please comment your approach towards this, and we are happy to assign this to you

tsunami03 commented 1 year ago

Hi, I'm a beginner, but I have a basic approach in mind and am willing to work on this issue.

So according to me, the contract would include :

Kindly let me know if I can improve the above in any way. Thank you!

advaita-saha commented 1 year ago

@tsunami03 Go ahead

tsunami03 commented 1 year ago

Hi @advaita-saha. I'm using a chainlink library for the project. It works fine on remix but locally the VS code dependencies are required. Could you guide me on how to install it? npm command isn't working.

advaita-saha commented 1 year ago

Sure let me have a look

advaita-saha commented 1 year ago

Try now

advaita-saha commented 1 year ago

@tsunami03 updates??

tsunami03 commented 1 year ago

@advaita-saha Hi! I'm so sorry for the late reply. I was out of town with no internet connectivity. I have tried it now, and the checks have been passed. Please review my pull request for the same and let me know if there are any changes I can make. Thank you