Skip to content
Open
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
60aa5d2
Bernard Commit
BernardOnuh May 18, 2025
ec2d8b2
Acctivity And Payment
BernardOnuh May 18, 2025
b42aeb1
Update Payment
BernardOnuh May 19, 2025
64ec33f
Updated Quote and Swap
BernardOnuh May 19, 2025
c230f3b
Jadon
jadonamite May 19, 2025
ee3d498
Jadon
jadonamite May 19, 2025
e571129
Update Swap
BernardOnuh May 19, 2025
9911b5a
Merge branch 'Bernard' of https://github.com/BernardOnuh/FrontEnd-1 i…
BernardOnuh May 19, 2025
38c708f
push
jadonamite May 20, 2025
9201282
Updzare Beta
BernardOnuh May 22, 2025
7d568cd
Update Beta Testing
BernardOnuh May 22, 2025
f1d0634
Merge branch 'Bernard' of https://github.com/BernardOnuh/FrontEnd-1 i…
BernardOnuh May 22, 2025
f31fc86
final resolve
BernardOnuh May 22, 2025
bd6f8ad
Ui edits
BernardOnuh May 22, 2025
a15011f
update Vercel.json
BernardOnuh May 22, 2025
c71f199
privy
jadonamite May 23, 2025
9377854
structure
jadonamite May 26, 2025
0596fd8
Payment Page
BernardOnuh May 26, 2025
16b0c97
Merge branch 'Bernard' of https://github.com/BernardOnuh/FrontEnd-1 i…
BernardOnuh May 26, 2025
84ffec0
privy setup
jadonamite May 26, 2025
650b3ed
tope's problem
jadonamite May 26, 2025
a702475
Merge branch 'Bernard' of https://github.com/BernardOnuh/FrontEnd-1 i…
jadonamite May 26, 2025
f8a7d79
Payment Page
BernardOnuh May 27, 2025
838d25e
updated AbokiHq to Abokixyz and Payment Success
BernardOnuh May 27, 2025
7e1abdf
Stats update
jadonamite May 31, 2025
c2eee07
receipt update
jadonamite Jun 14, 2025
5636663
Edit
jadonamite Jun 14, 2025
ed64621
change env
BernardOnuh Aug 1, 2025
b070b8e
feat: migrate API endpoints to web3nova-payment-gate
Demilade01 Aug 5, 2025
568bbe5
Update README.md
BernardOnuh Aug 5, 2025
c640181
update privvy
BernardOnuh Sep 28, 2025
99a2131
update privvy
BernardOnuh Oct 16, 2025
ee73849
Privy
jadonamite Oct 19, 2025
0ccf0d0
Privy
jadonamite Oct 19, 2025
924acb6
Privy
jadonamite Oct 19, 2025
736844e
Privy
jadonamite Oct 19, 2025
5b8a59a
Privy
jadonamite Oct 19, 2025
8b45e69
Privy
jadonamite Oct 19, 2025
f650a6b
Privy
jadonamite Oct 19, 2025
f9b679c
Privy
jadonamite Oct 19, 2025
1e66eb2
Privy Fix
jadonamite Oct 20, 2025
da59747
Privy Fix
jadonamite Oct 20, 2025
36c5cd9
Privy Fix
jadonamite Oct 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_API_URL=https://web3nova-payment-gate.onrender.com/api
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link
href="https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap"
rel="stylesheet" />
<link rel="icon" type="image/svg+xml" href="/src/assets/logo.png" />
<link rel="icon" type="image/svg+xml" href="/abokiicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Aboki P2P Platform</title>
</head>
Expand Down
6,748 changes: 3,475 additions & 3,273 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@
"preview": "vite preview"
},
"dependencies": {
"@privy-io/react-auth": "^2.12.0",
"@tanstack/react-query": "^5.76.1",
"@privy-io/react-auth": "^2.13.3",
"@privy-io/wagmi": "^1.0.3",
"@tanstack/react-query": "^5.77.1",
"axios": "^1.9.0",
"ethers": "^6.13.7",
"formik": "^2.4.6",
"framer-motion": "^10.16.4",
"html2canvas": "^1.4.1",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.344.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -24,7 +27,7 @@
"react-router-dom": "^6.22.3",
"sonner": "^2.0.3",
"viem": "^2.29.2",
"wagmi": "^2.15.3",
"wagmi": "^2.15.4",
"yup": "^1.6.1"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions public/Aboki logomark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions public/Logo lockup.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions public/aboki-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions public/abokiicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { Routes, Route } from "react-router-dom";
import LandingPage from "./pages/LandingPage";
import SwapPage from "./pages/SwapPage";
import ActivityPage from "./pages/ActivityPage";
import PaymentPage from "./pages/PaymentPage.tsx";
import LProvidersPage from "./pages/ProvidersPage";
import LPDashBoard from "./pages/LPdashboard";
function App() {
Expand All @@ -12,6 +13,7 @@ function App() {
<Route path="/activity" element={<ActivityPage />} />
<Route path="/add-liquidity" element={<LProvidersPage />} />
<Route path="/liquidity-dashboard" element={<LPDashBoard />} />
<Route path="/Payment" element={<PaymentPage />} />
</Routes>
);
}
Expand Down
6 changes: 5 additions & 1 deletion src/PrivyConfig.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { PrivyProvider } from "@privy-io/react-auth";
import { base } from "viem/chains";
import { ReactNode } from "react";

interface PrivyConfigProps {
Expand All @@ -13,11 +14,14 @@ const PrivyConfig = ({ children }: PrivyConfigProps) => {
appearance: {
theme: "dark",
accentColor: "#7c3aed",
logo: "src/assets/logo-white.png",
logo: "/aboki-white.svg",
},
embeddedWallets: {
createOnLogin: "users-without-wallets",
},
// Add Base network configuration
defaultChain: base,
supportedChains: [base],
}}>
{children}
</PrivyProvider>
Expand Down
24 changes: 12 additions & 12 deletions src/Structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
│   ├── ethereumlogo.png
│   ├── Fulllogo.png
│   ├── heroImage.png
│   ├── logo-black.png
│   ├── aboki.svg
│   ├── logo.jpeg
│   ├── logo.png
│   ├── logo-white.png
Expand Down Expand Up @@ -36,15 +36,15 @@
│   │   ├── IntegrationGuide.md
│   │   ├── LiquidityProvider.tsx
│   │   └── onboarding
│   │   ├── BankDetails.tsx
│   │   ├── CryptoDestination.tsx
│   │   ├── KYCVerification.tsx
│   │   ├── ProfileSetup.tsx
│   │   ├── RoleSelection.tsx
│   │   ├── SuccessConfirmation.tsx
│   │   ├── VirtualAccountFunding.tsx
│   │   ├── WalletConnection.tsx
│   │   └── WalletFunding.tsx
│   │   ├── BankDetails.tsx
│   │   ├── CryptoDestination.tsx
│   │   ├── KYCVerification.tsx
│   │   ├── ProfileSetup.tsx
│   │   ├── RoleSelection.tsx
│   │   ├── SuccessConfirmation.tsx
│   │   ├── VirtualAccountFunding.tsx
│   │   ├── WalletConnection.tsx
│   │   └── WalletFunding.tsx
│   ├── Logo-Black.tsx
│   ├── Logo.tsx
│   ├── modals
Expand All @@ -62,7 +62,7 @@
│   │   │   ├── ProfileDropdown.tsx
│   │   │   └── WalletInfo.tsx
│   │   └── hooks
│   │   └── useWallet.tsx
│   │   └── useWallet.tsx
│   ├── SelectModal.tsx
│   ├── StatsSection.tsx
│   ├── style.css
Expand All @@ -80,7 +80,7 @@
│   │   └── QuoteContract.json
│   ├── addresses.ts
│   └── hooks
│   └── useQuoteContract.ts
│   └── useQuoteContract.ts
├── hooks
│   └── useTokenBalance.ts
├── index.css
Expand Down
Loading