Josiassejod1 / realityDappFront

Private repo with new reality dapp code
0 stars 0 forks source link

Use ERC721 with permit instead of approve #38

Open yehia67 opened 2 years ago

yehia67 commented 2 years ago

Approve transaction is the default way on ERC721 to transfer NFTs, but it has some disadvantages like the gas cost, and we have to add a stepper button for approval in the frontend. So the signature is less expensive for both customer and us. tutorial to make a signature with a ready npm package.