From af9facedcbf5f78241b5ce15131ea584cdb7ab17 Mon Sep 17 00:00:00 2001 From: Stephen Gordon <91547618+Stephen-Gordon@users.noreply.github.com> Date: Wed, 17 Apr 2024 19:19:11 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c36ef6c..e092ebf 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ My final year thesis is a Fintech Payments PWA built on the Base Blockchain. - Tailwind - ShadCN + +https://github.com/Stephen-Gordon/payments/assets/91547618/9f831222-5382-4d34-853a-f1d6e9beb585 + + ## Screenshots
From 60c368b71349eacb7c4a323a7cfa471763b646f9 Mon Sep 17 00:00:00 2001 From: Stephen Gordon <91547618+Stephen-Gordon@users.noreply.github.com> Date: Wed, 17 Apr 2024 20:01:55 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e092ebf..509730b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ My final year thesis is a Fintech Payments PWA built on the Base Blockchain. +## Demo +https://github.com/Stephen-Gordon/payments/assets/91547618/f3f108bb-3966-4e3c-93c4-1e13b62e9fcd + + ## Built using - React @@ -16,8 +20,6 @@ My final year thesis is a Fintech Payments PWA built on the Base Blockchain. - ShadCN -https://github.com/Stephen-Gordon/payments/assets/91547618/9f831222-5382-4d34-853a-f1d6e9beb585 - ## Screenshots From 5ca84694fa13f727321ea08f2366ce04c717fff3 Mon Sep 17 00:00:00 2001 From: Stephen Gordon <91547618+Stephen-Gordon@users.noreply.github.com> Date: Wed, 17 Apr 2024 20:45:49 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 42 ++++++++++++++++++++++++++++++++---------- 1 file changed, 32 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 509730b..1c9edd0 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,44 @@ ## Description -My final year thesis is a Fintech Payments PWA built on the Base Blockchain. + +The inspiration for this thesis project came from my travels through several countries in Asia, where I observed that payment apps were widely used but inaccessible to foreign users due to the need for a local bank account for onramping. To address this challenge, I decided to create a payment app that is open and permissionless, built on blockchain technology and uses progressive web app technology. The aim of this app is to provide a seamless payment experience to users. The app uses a layer 2 blockchain to create an app that is secure, permissionless, fast, and accessible to all users. + +The app provides an easy-to-use interface that allows users to store, transfer, and receive payments via a blockchain. In addition, it implements account abstraction to create a smart contract account for users, enhancing the user experience when interacting with the blockchain. ## Demo https://github.com/Stephen-Gordon/payments/assets/91547618/f3f108bb-3966-4e3c-93c4-1e13b62e9fcd +## Why blockchain +Blockchain technology was chosen to build the app on top, not just for its open source and community-driven nature but also for its developer-friendly features. This technology empowers developers by providing them with auditable and transparent tools, reliable and self-custodial systems, and globally accessible platforms, making them an integral part of the blockchain ecosystem. Recent advancements in Layer 2 blockchains have further boosted scalability and transaction throughput, enhancing their UX. -## Built using +## Why Base +Base was chosen as it falls into the greater vision outlined the Optimism Foundation, the Superchain. -- React -- Next JS -- Redux -- ZeroDev Account Abstraction -- Privy -- Viem -- Tailwind -- ShadCN +## Built using +- [React](https://react.dev/) +- [Next JS](https://nextjs.org/) +- [Redux](https://redux.js.org/) +- [ZeroDev Account Abstraction](https://zerodev.app/) +- [Privy](https://www.privy.io/) +- [Viem](https://viem.sh/) +- [Tailwind](https://tailwindcss.com/) +- [ShadCN](https://ui.shadcn.com/) +- [Webpush](https://github.com/web-push-libs/web-push) +- [Base](https://www.base.org/) +- [Alchemy](https://www.alchemy.com/) + + + +# Similar Apps Studied +- [Revolut](https://www.revolut.com/) +- [Uniswap Wallet](https://wallet.uniswap.org/) +- [Family](https://family.co/) +- [Wise](https://wise.com/) +- [Paypal](https://www.paypal.com/) +- [Coinbase Wallet](https://www.coinbase.com/wallet) +- [Rainbow Wallet](https://rainbow.me/) +- [Argent](https://www.argent.xyz/) From 5160a9b1cc31f8c03d3953d1ab55792de98dde64 Mon Sep 17 00:00:00 2001 From: Stephen Gordon <91547618+Stephen-Gordon@users.noreply.github.com> Date: Wed, 17 Apr 2024 21:09:31 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c9edd0..c20583c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Payments PWA -## Description - +## Try it out +[https://payments-lyart.vercel.app/](https://payments-lyart.vercel.app/) +## Description The inspiration for this thesis project came from my travels through several countries in Asia, where I observed that payment apps were widely used but inaccessible to foreign users due to the need for a local bank account for onramping. To address this challenge, I decided to create a payment app that is open and permissionless, built on blockchain technology and uses progressive web app technology. The aim of this app is to provide a seamless payment experience to users. The app uses a layer 2 blockchain to create an app that is secure, permissionless, fast, and accessible to all users. The app provides an easy-to-use interface that allows users to store, transfer, and receive payments via a blockchain. In addition, it implements account abstraction to create a smart contract account for users, enhancing the user experience when interacting with the blockchain. @@ -14,7 +15,11 @@ https://github.com/Stephen-Gordon/payments/assets/91547618/f3f108bb-3966-4e3c-93 Blockchain technology was chosen to build the app on top, not just for its open source and community-driven nature but also for its developer-friendly features. This technology empowers developers by providing them with auditable and transparent tools, reliable and self-custodial systems, and globally accessible platforms, making them an integral part of the blockchain ecosystem. Recent advancements in Layer 2 blockchains have further boosted scalability and transaction throughput, enhancing their UX. ## Why Base -Base was chosen as it falls into the greater vision outlined the Optimism Foundation, the Superchain. +Base was chosen as it falls into the greater vision outlined the Optimism Foundation, the Superchain. Base also provides fast transaction throughput, great documentation and developer experience, along with useful faucets for testnet tokens. Also Privy and ZeroDev, two other packages used for account creation, had great support for Base. + +## Why Account Abstraction +Account Abstraction allows users to create smart contract accounts, that can still be used with the same functionality as an EOA wallet on an EVM blockchain. AA also allows for sponsoring user's gas fees, bundling transactions, and user's are not required to sign transactions first. All these attributes of AA provide a much better UX for users + ## Built using - [React](https://react.dev/) @@ -30,7 +35,6 @@ Base was chosen as it falls into the greater vision outlined the Optimism Founda - [Alchemy](https://www.alchemy.com/) - # Similar Apps Studied - [Revolut](https://www.revolut.com/) - [Uniswap Wallet](https://wallet.uniswap.org/)