Created on 8th August 2021
•
Businesses can now get paid with Celo USD and other tokens directly in their wallets without any middlemen.
Best suited for cross-border payments.
The first step was to figure out the usability of the product from a business perspective. This version of cryptify is targeted mainly towards B2B companies where they can generate invoices and get paid in Celo USD.
The businesses can join the platform using magic links(passwordless authentication). I've used magic auth for this since they use decentralized id tokens for auth and make the platform cryptographically more secure than JSON web tokens.
After entering the email, they're mailed a login link which then takes them to a dashboard that shows a list of invoices.
Each invoice they create, has an invoice_id and payment_status associated which determines the client info, the amount paid, and other transaction details which can be cross-checked on the block-explorer as well.
After the payment is successful, the invoice is deemed complete and all the parties are notified the same.
Technologies used