OneTrueKirk

Ethereum, cryptoeconomics, governance

View My GitHub Profile

pmts

author: William X

This is a peer review article as part of the second Credit Salon. See all the submitted articles and my reviews here. You can comment below with your own thoughts. This article is reviewing an ethonline hackathon submission. See the repository here.

Blurb from the author:

EthOnline submission for a PWA payments app focus on mobile payments

This review will be limited in scope, since the application in question is front-end heavy and outside my area of expertise.

The People demand a README // Passkeys are cool

Unfortunately the submission did not come with a README. However, I was able to find the associated front end repo with additional helpful content here. The Solidity is simple enough, but there are a few things worth highlighting:

The web app has some cool features, like an embedded wallet that can send transactions, and the ability to generate QR codes for crypto payments.

Passkeys (stored on a secure device like an iPhone, not in the browser) are greatly preferabe to browser or app hot wallets, and far more accessible than dedicated hardware. The combination of a passkey and a limited recovery authority seem like a promising way for more people to benefit from self custody, but avoid its pitfalls. For example, a trusted party like a bank or accountant might be authorized to rotate your passkey, but only if no transactions have occured for X days.