Skip to content

Commit d314b2c

Browse files
committed
contracts added
1 parent 2715c13 commit d314b2c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+41
-0
lines changed

3paycontracts/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules
File renamed without changes.

3paycontracts/package.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"dependencies": {
3+
"@openzeppelin/contracts": "^5.0.2",
4+
"node": "^22.6.0"
5+
}
6+
}

yarn.lock 3paycontracts/yarn.lock

File renamed without changes.

.gitignore frontend/.gitignore

File renamed without changes.

README.md frontend/README.md

File renamed without changes.
File renamed without changes.
File renamed without changes.

app/page.tsx frontend/app/page.tsx

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

initial.txt frontend/initial.txt

File renamed without changes.

lib/utils.ts frontend/lib/utils.ts

File renamed without changes.
File renamed without changes.
File renamed without changes.

frontend/package.json

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "3pay",
3+
"version": "0.1.0",
4+
"private": true,
5+
"scripts": {
6+
"dev": "next dev",
7+
"build": "next build",
8+
"start": "next start",
9+
"lint": "next lint"
10+
},
11+
"dependencies": {
12+
"@tabler/icons-react": "^3.12.0",
13+
"autoprefixer": "^10.4.20",
14+
"clsx": "^2.1.1",
15+
"emailjs-com": "^3.2.0",
16+
"framer-motion": "^12.0.0-alpha.0",
17+
"lucide-react": "^0.427.0",
18+
"mini-svg-data-uri": "^1.4.4",
19+
"next": "^14.2.5",
20+
"react": "^18",
21+
"react-dom": "^18",
22+
"react-icons": "^5.2.1",
23+
"react-marquee-slider": "^1.1.5",
24+
"tailwind-merge": "^2.4.0"
25+
},
26+
"devDependencies": {
27+
"@types/node": "^20",
28+
"@types/react": "^18",
29+
"@types/react-dom": "^18",
30+
"postcss": "^8",
31+
"tailwindcss": "^3.4.1",
32+
"typescript": "^5"
33+
}
34+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

package.json

Whitespace-only changes.

0 commit comments

Comments
 (0)