Money Vault
Here we build our own Solidity contract to accept payments from a user. The project contains
A simple contract that accepts payments. It emits events anytime a user makes a payment
A frontend where a user can go, connect their wallet and make a payment. Once the payment is made, the user is given access to the course
A centralized backend that watches the contract, and anytime a payment is made, it gives the user access to the course
And all the history saved to check when ever we want
90
n/a