Skip to content

Commit

Permalink
fix vercel deploy link
Browse files Browse the repository at this point in the history
fix vercel deploy link
  • Loading branch information
jazz-cb authored Oct 16, 2024
2 parents a7fecd0 + dae3aab commit c1fec86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# CDP Wallet Manager

The CDP Wallet Manager is a comprehensive web application that showcases the capabilities of the Coinbase Developer Platform (CDP) SDK. This project serves as a powerful demonstration of how developers can leverage CDP to build robust, user-friendly blockchain applications.
To learn more about CDP, check out the [developer docs](https://docs.cdp.coinbase.com/cdp-apis/docs/welcome).

## Key Features:

Expand Down Expand Up @@ -28,6 +29,8 @@ By exploring and using the CDP Wallet Manager, developers can gain hands-on expe

Whether you're building a DeFi platform, a crypto portfolio tracker, or any other blockchain-based service, the CDP Wallet Manager offers valuable insights and a practical starting point for your development journey with the Coinbase Developer Platform.

***The application does not have built-in authentication. Ensure that you add an authentication layer before deploying it to production.***

## Getting Started
### Get your API keys
Go to https://portal.cdp.coinbase.com/ and create an API key if you don't already have one.
Expand Down
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default function RootLayout({
</a>
</li>
</ul>
<a href="https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fcoinbase%2Fcdp-wallet-manager&env=CDP_API_KEY_NAME,CDP_API_KEY_SECRET,NEXT_PUBLIC_CDP_PROJECT_ID,ENCRYPTION_KEY&envDescription=Download%20CDP%20API%20key%20name%2C%20secret%2C%20project%20ID%20from%20CDP%20portal" target="_blank" rel="noopener noreferrer">
<a href="https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fcoinbase%2Fcdp-wallet-manager&env=CDP_API_KEY_NAME,CDP_API_KEY_SECRET,NEXT_PUBLIC_CDP_PROJECT_ID,ENCRYPTION_KEY&envDescription=Download%20CDP%20API%20key%20name%2C%20secret%2C%20project%20ID%20from%20CDP%20portal" target="_blank" rel="noopener noreferrer">
<img src="https://vercel.com/button" alt="Deploy with Vercel" />
</a>
</div>
Expand Down

1 comment on commit c1fec86

@dav3yblaz3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you team the best

Please sign in to comment.