Smart contracts are digital contracts stored on a blockchain and executed automatically when predetermined terms and conditions are met. This web3 Paypal Smart Contract allows users to
- Add name to their wallet address.
- Create requests to another wallet for eth.
- Allow users to pay the existing requests.
- Get the history of all send/receive requests.
- Clone the repository
git clone https://github.com/0xSravan03/web3paypal.git cd web3paypal
- Install dependency
yarn
yarn hardhat deploy --network <network-name>
yarn hardhat test