Skip to content

Commit

Permalink
Polishing to add to Vercel Marketplace.
Browse files Browse the repository at this point in the history
  • Loading branch information
3mdistal committed Dec 12, 2024
1 parent b6273b0 commit 7f36476
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 21 deletions.
8 changes: 0 additions & 8 deletions .env.local.default

This file was deleted.

8 changes: 0 additions & 8 deletions .env.test

This file was deleted.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

An Onchain Commerce Template built with [OnchainKit](https://onchainkit.xyz), and ready to be deployed to Vercel.

Play with it live on https://onchain-commerce-template.vercel.app/
Play with it live on https://onchain-commerce-template.vercel.app/, or deploy it to your own Vercel account:

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fcoinbase%2Fonchain-commerce-template&env=NEXT_PUBLIC_ONCHAINKIT_API_KEY,NEXT_PUBLIC_COINBASE_COMMERCE_API_KEY&envDescription=Environment%20variables%20documentation&envLink=https%3A%2F%2Fgithub.com%2Fcoinbase%2Fonchain-commerce-template%3Ftab%3Dreadme-ov-file%23setup&project-name=onchain-commerce-template&repository-name=onchain-commerce-template)

Have fun! ⛵️

Expand Down
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,19 @@
},
"dependencies": {
"@coinbase/onchainkit": "^0.35.0",
"@tanstack/react-query": "^5.62.7",
"next": "^14.2.5",
"permissionless": "^0.1.26",
"react": "^18",
"react-dom": "^18",
"siwe": "^2.3.2"
"siwe": "^2.3.2",
"viem": "^2.21.54",
"wagmi": "^2.14.1"
},
"devDependencies": {
"@biomejs/biome": "^1.8.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^14.2.0",
"@types/node": "^20.11.8",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.7",
Expand All @@ -35,14 +40,12 @@
"autoprefixer": "^10.4.19",
"bufferutil": "^4.0.7",
"encoding": "^0.1.13",
"lokijs": "^1.5.12",
"jsdom": "^24.1.0",
"lokijs": "^1.5.12",
"pino-pretty": "^10.2.0",
"postcss": "^8.4.38",
"supports-color": "^9.4.0",
"tailwindcss": "^3.4.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^14.2.0",
"typescript": "^5.3.3",
"utf-8-validate": "^6.0.3",
"vitest": "^2.0.1"
Expand Down

0 comments on commit 7f36476

Please sign in to comment.