{"id":18542739,"url":"https://github.com/coinbase/cdp-wallet-manager","last_synced_at":"2025-07-31T13:03:18.458Z","repository":{"id":258408809,"uuid":"863150812","full_name":"coinbase/cdp-wallet-manager","owner":"coinbase","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-16T21:49:28.000Z","size":858,"stargazers_count":13,"open_issues_count":12,"forks_count":12,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T10:38:40.578Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cdp-wallet-manager-self.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coinbase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-25T19:56:33.000Z","updated_at":"2025-03-10T14:02:46.000Z","dependencies_parsed_at":"2024-10-20T10:17:07.849Z","dependency_job_id":null,"html_url":"https://github.com/coinbase/cdp-wallet-manager","commit_stats":null,"previous_names":["coinbase/cdp-wallet-manager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coinbase%2Fcdp-wallet-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coinbase%2Fcdp-wallet-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coinbase%2Fcdp-wallet-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coinbase%2Fcdp-wallet-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coinbase","download_url":"https://codeload.github.com/coinbase/cdp-wallet-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248087855,"owners_count":21045602,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T20:10:19.482Z","updated_at":"2025-04-09T18:32:05.040Z","avatar_url":"https://github.com/coinbase.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CDP Wallet Manager\n\nThe 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.\nTo learn more about CDP, check out the [developer docs](https://docs.cdp.coinbase.com/cdp-apis/docs/welcome).\n\n## Key Features:\n\n1. **Wallet Management**: Create, view, and manage MPC wallets across different networks.\n\n2. **Address Handling**: Generate and manage addresses within each wallet, supporting various blockchain networks.\n\n3. **Balance Tracking**: Real-time balance display for each address, supporting multiple cryptocurrencies.\n\n4. **Faucet Integration**: Easy access to testnet faucets for quick funding of addresses during development and testing.\n\n5. **Transfer Functionality**: Seamless creation and execution of cryptocurrency transfers between addresses.\n\n6. **Onramp Support**: Integration with Coinbase's onramp feature, allowing users to buy cryptocurrencies directly within the application.\n\n7. **Network Flexibility**: Support for both mainnet and testnet environments, with easy switching between networks.\n\n8. **Responsive Design**: A clean, intuitive user interface that works across desktop and mobile devices.\n\n9. **Dark Mode**: Built-in dark mode support for enhanced user experience in different lighting conditions.\n\nThis project is ideal for developers looking to understand the implementation of blockchain wallet functionalities using the CDP SDK. It provides a solid foundation that can be extended and customized for various blockchain-based applications.\n\nBy exploring and using the CDP Wallet Manager, developers can gain hands-on experience with key blockchain operations, security best practices, and user interface design for crypto applications.\n\nWhether 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.\n\n***The application does not have built-in authentication. Ensure that you add an authentication layer before deploying it to production.***\n\n## Getting Started\n### Get your API keys\nGo to https://portal.cdp.coinbase.com/ and create an API key if you don't already have one.\n\n### Create an encryption key\n\nThis encryption key is used to secure your private keys stored in vercel postgres. You can generate one using the following command:\n\n```bash\nopenssl rand -hex 32\n```\n\n### Setup your environment variables\n\nCreate a `.env` file in the root of the project with the following:\n\n```bash\nCDP_API_KEY_NAME=\"your-api-key-name\"\nCDP_API_KEY_SECRET=\"your-api-key-secret\"\nENCRYPTION_KEY=\"your-encryption-key\"\nPOSTGRES_URL=\"postgresql://admin:password@localhost:5432/seeds\"\nNEXT_PUBLIC_CDP_PROJECT_ID=\"your-cdp-project-id\"\n```\n\n### Run the Postgres DB\n\n```bash\nnpm run db:up\n```\n\nIf you don't see database logs, double check Postgres is installed:\n\n```bash\ndocker run --name test-postgres -e POSTGRES_PASSWORD=password -e POSTGRES_DB=seeds -e POSTGRES_USER=admin -p 5432:5432 postgres:14\n```\n\nSet up the Prisma schema in the DB\n\n```bash\nnpm install\nnpm run db:setup\n```\n\n### Run the app\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fcoinbase%2Fcdp-wallet-manager\u0026env=CDP_API_KEY_NAME,CDP_API_KEY_SECRET,NEXT_PUBLIC_CDP_PROJECT_ID,ENCRYPTION_KEY\u0026envDescription=Download%20CDP%20API%20key%20name%2C%20secret%2C%20project%20ID%20from%20CDP%20portal)\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.\n\n## Desired features \n- Tagging wallets with display name; more generally, metadata.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoinbase%2Fcdp-wallet-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoinbase%2Fcdp-wallet-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoinbase%2Fcdp-wallet-manager/lists"}