cwdevteam / mesa

https://mesa-wallet.vercel.app
0 stars 1 forks source link

OCS: CB Smart Wallet Integration #46

Open neatonk opened 4 weeks ago

neatonk commented 4 weeks ago

Overview

Replace the existing Supabase Auth flow with a Coinbase Smart Wallet integration and SIWE implementation. The Smart Wallet integration should be completed using one of the following options:

Since we currently use the Thirdweb SDK, we could follow the migration guide to upgrade and make use of their CB Smart Wallet integration. Alternatively we could use Web3Modal with Wagmi, or use Wagmi directly. All of these options are included in the smartwallet.dev docs, but the wagmi integration is the most well documented.

Requirements

Additional Considerations