{"id":20096030,"url":"https://github.com/aptos-labs/aptos-wallet-adapter","last_synced_at":"2026-04-01T19:05:30.770Z","repository":{"id":64282233,"uuid":"568990949","full_name":"aptos-labs/aptos-wallet-adapter","owner":"aptos-labs","description":"A monorepo modular wallet adapter for Aptos applications","archived":false,"fork":false,"pushed_at":"2026-03-28T07:35:33.000Z","size":58269,"stargazers_count":122,"open_issues_count":22,"forks_count":145,"subscribers_count":38,"default_branch":"main","last_synced_at":"2026-03-28T12:33:26.142Z","etag":null,"topics":["aptos","blockchain","nextjs","react","typescript","wallet","web3","web3-wallet"],"latest_commit_sha":null,"homepage":"https://aptos-labs.github.io/aptos-wallet-adapter/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aptos-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-21T21:07:34.000Z","updated_at":"2026-03-28T07:33:04.000Z","dependencies_parsed_at":"2026-01-20T23:02:39.661Z","dependency_job_id":null,"html_url":"https://github.com/aptos-labs/aptos-wallet-adapter","commit_stats":{"total_commits":409,"total_committers":46,"mean_commits":8.891304347826088,"dds":0.5134474327628362,"last_synced_commit":"92f718729a28e19c2e3c3c881ab3187a9c783fcf"},"previous_names":[],"tags_count":599,"template":false,"template_full_name":null,"purl":"pkg:github/aptos-labs/aptos-wallet-adapter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aptos-labs%2Faptos-wallet-adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aptos-labs%2Faptos-wallet-adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aptos-labs%2Faptos-wallet-adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aptos-labs%2Faptos-wallet-adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aptos-labs","download_url":"https://codeload.github.com/aptos-labs/aptos-wallet-adapter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aptos-labs%2Faptos-wallet-adapter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["aptos","blockchain","nextjs","react","typescript","wallet","web3","web3-wallet"],"created_at":"2024-11-13T16:57:22.853Z","updated_at":"2026-04-01T19:05:30.748Z","avatar_url":"https://github.com/aptos-labs.png","language":"TypeScript","funding_links":[],"categories":["Wallets"],"sub_categories":["Wallet Adapters"],"readme":"# Aptos Wallet Adapter\n\nA comprehensive monorepo developed and maintained by Aptos for wallet and dapp builders. Includes wallet adapter SDK, cross-chain functionality, and derived wallet support for seamless multi-chain integration.\n\n\u003e **_NOTE:_** Vue and Nuxt integration has been moved to a separate community-maintained repository: [aptos-wallet-adapter-vue](https://github.com/aptos-labs/aptos-wallet-adapter-vue)\n\n## Features\n\n- **Wallet Adapter**: Connect dapps to Aptos wallets with React support\n- **Cross-Chain Transfers**: USDC transfers between Aptos and other chains (Solana, Ethereum, Sui, etc.) via Circle's CCTP\n- **Derived Wallets**: Create Aptos wallets derived from external chain keys (Ethereum, Solana, Sui)\n- **UI Components**: Pre-built wallet selector components for Ant Design and Material-UI\n- **Comprehensive Testing**: Full test coverage with Vitest\n\n## Getting Started\n\n- [Wallet Adapter Docs](https://aptos.dev/en/build/sdks/wallet-adapter)\n- [For Aptos Dapps](https://github.com/aptos-labs/aptos-wallet-adapter/tree/main/packages/wallet-adapter-react)\n- [For Aptos Wallets](https://aptos.dev/en/build/sdks/wallet-adapter/browser-extension-wallets)\n- [Cross-Chain Transfers](https://github.com/aptos-labs/aptos-wallet-adapter/tree/main/packages/cross-chain-core)\n\n## Example Applications\n\n- [Next.js Example](https://github.com/aptos-labs/aptos-wallet-adapter/tree/main/apps/nextjs-example) - Basic wallet adapter integration\n- [Next.js Cross-Chain Example](https://github.com/aptos-labs/aptos-wallet-adapter/tree/main/apps/nextjs-x-chain) - Cross-chain USDC transfers demo\n\n## Packages\n\n### Core Packages\n\n- **[@aptos-labs/wallet-adapter-core](./packages/wallet-adapter-core)** - Core wallet adapter logic and functionality\n- **[@aptos-labs/wallet-adapter-react](./packages/wallet-adapter-react)** - React provider and hooks for wallet integration\n\n### UI Components\n\n- **[@aptos-labs/wallet-adapter-ant-design](./packages/wallet-adapter-ant-design)** - Pre-built wallet selector using Ant Design\n- **[@aptos-labs/wallet-adapter-mui-design](./packages/wallet-adapter-mui-design)** - Pre-built wallet selector using Material-UI\n\n### Cross-Chain Packages\n\n- **[@aptos-labs/cross-chain-core](./packages/cross-chain-core)** - SDK for cross-chain USDC transfers via Circle's CCTP\n- **[@aptos-labs/derived-wallet-base](./packages/derived-wallet-base)** - Base functionality for derived wallets\n- **[@aptos-labs/derived-wallet-ethereum](./packages/derived-wallet-ethereum)** - Ethereum/EVM-based derived wallet\n- **[@aptos-labs/derived-wallet-solana](./packages/derived-wallet-solana)** - Solana-based derived wallet\n- **[@aptos-labs/derived-wallet-sui](./packages/derived-wallet-sui)** - Sui-based derived wallet\n\n## Supported Wallets\n\n- [AptosConnect](https://aptosconnect.app/)\n- [Backpack Wallet](https://backpack.app/)\n- [Bitget Wallet](https://web3.bitget.com)\n- [Cosmostation Wallet](https://chromewebstore.google.com/detail/cosmostation-wallet/fpkhgmpbidmiogeglndfbkegfdlnajnf)\n- [MSafe](https://www.npmjs.com/package/@msafe/aptos-wallet-adapter)\n- [Nightly](https://chromewebstore.google.com/detail/nightly/fiikommddbeccaoicoejoniammnalkfa)\n- [OKX](https://www.npmjs.com/package/@okwallet/aptos-wallet-adapter)\n- [Petra](https://chromewebstore.google.com/detail/petra-aptos-wallet/ejjladinnckdgjemekebdpeokbikhfci?hl=en)\n- [RimoSafe](https://chromewebstore.google.com/detail/rimo-safe-wallet/kiicddjcakdmobjkcpppkgcjbpakcagp)\n- [Watchee](https://watcheetv.com)\n\n## Develop Locally\n\n### Requirements\n\n- Node.js 20.18.0 or higher\n- pnpm 9.15.5\n\n### Setup\n\n1. Clone the repo with `git clone https://github.com/aptos-labs/aptos-wallet-adapter.git`\n2. On the root folder, run `pnpm install` and `pnpm turbo run build`\n3. On the root folder, run `pnpm turbo run dev` - that would spin up a local server (`https://localhost:3000`) with the Next.js demo app\n\n### Testing\n\nRun tests across all packages:\n\n```bash\npnpm test\n```\n\nAll packages include comprehensive test coverage using Vitest.\n\n## Contributing\n\nLooking how you can contribute? Take a look at our [contribution guide](./CONTRIBUTING.md)\n\n#### Terms of Use and Privacy Policy\n\nBy accessing or using the wallet adapter, you agree to be bound to the Aptos Labs [Terms of Use](https://aptoslabs.com/terms) and [Privacy Policy](https://aptoslabs.com/privacy).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faptos-labs%2Faptos-wallet-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faptos-labs%2Faptos-wallet-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faptos-labs%2Faptos-wallet-adapter/lists"}