Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.53 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.53 KB

Web3 PayPal Clone (Moralis, Solidity, Hardhat, NodeJs, React, Web3 API)

In this project you can send and request payment from other people!

After writing smart contract with solidity, I deployed and verified the smart contract using hardhat and then i used Moralis Web3 Api to interact with smart contract and read data from it. I made a beautiful front-end with Reactjs to make it easy to interact with datas.

This is the first Page and you have to connect your wallet so you can use features:

Screenshot 2023-04-12 at 12 17 09 PM

This is how it will look like if you connect you wallet using metamask and you can see all the details:

Screenshot 2023-04-12 at 12 16 59 PM

You can pay your requests by clicking on pay button:

Screenshot 2023-04-12 at 12 17 37 PM

You can Request some payment from an account along a message, which will be confirmed connecting your metamask:

Screenshot 2023-04-12 at 12 18 10 PM

i was inspired by this for making this project.