-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Smart Wallet #882
base: main
Are you sure you want to change the base?
Smart Wallet #882
Conversation
|
https://smart-wallet-dev.vercel.app/
PR-Codex overview
This PR introduces a new
smart-wallet
application using React, TypeScript, and Material UI. It sets up routing, state management, internationalization, and theming while also configuring deployment workflows.Detailed summary
smart-wallet
application structure.vite
for development and build.jotai
usingcountAtom
.react-router-dom
.i18next
.Header
,Home
,Privy
, andToggleThemeButton
.PrivyProvider
for authentication..gitignore
for logs and editor files.