{"id":31914118,"url":"https://github.com/ambiretech/wallet-login-sdk","last_synced_at":"2025-10-13T18:59:49.029Z","repository":{"id":65849116,"uuid":"561451569","full_name":"AmbireTech/wallet-login-sdk","owner":"AmbireTech","description":"Ambire Wallet Login SDK:  onboard users who are new to Web3 by letting them create a self-custodial account using their email in seconds","archived":false,"fork":false,"pushed_at":"2025-01-30T09:32:25.000Z","size":3873,"stargazers_count":4,"open_issues_count":0,"forks_count":5,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-10-13T11:22:35.082Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AmbireTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2022-11-03T18:08:33.000Z","updated_at":"2025-02-09T12:00:24.000Z","dependencies_parsed_at":"2025-05-10T22:31:37.532Z","dependency_job_id":"091b78f9-1760-4bd5-8254-bf918010a3f8","html_url":"https://github.com/AmbireTech/wallet-login-sdk","commit_stats":{"total_commits":143,"total_committers":3,"mean_commits":"47.666666666666664","dds":"0.22377622377622375","last_synced_commit":"11e318448ed1a0c4be182b02df4e9f1a2a664063"},"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"purl":"pkg:github/AmbireTech/wallet-login-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmbireTech%2Fwallet-login-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmbireTech%2Fwallet-login-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmbireTech%2Fwallet-login-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmbireTech%2Fwallet-login-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AmbireTech","download_url":"https://codeload.github.com/AmbireTech/wallet-login-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmbireTech%2Fwallet-login-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016629,"owners_count":26085855,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-10-13T18:59:46.850Z","updated_at":"2025-10-13T18:59:49.021Z","avatar_url":"https://github.com/AmbireTech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ambire Wallet Login SDK\n\nWelcome to the home of Ambire Wallet Login SDK.\n\nThis is a set of packages you can use to provide an option for your dApp users to login/connect with Ambire Wallet.\n\n## Benefits of using the SDK\n\n**Easy onboarding:** easily onboard new users to your dApp: even if they do not have a Web3 wallet set-up, the Ambire Login SDK allows them to create a self-custodial account using their email in mere seconds\n\n**Tight integration:** seamlessly integrated into web3-react and web3-onboard\n\n**FIAT on-ramp:** built-in FIAT on-ramp allows buying stablecoins with a credit card\n\n**Interoperability:** once the user creates their Web3 account, it's automatically imported into the full-featured standalone Ambire web wallet, which can be then connected to other dApps; furthermore, once the account has been created, the account will be easily accessible in any other dApp that integrates the login SDK\n\n**Easier connection to Ambire:** for Ambire users, using the login SDK is much easier than using WalletConnect\n\n## Packages\n\nIncluded packages in this monorepo:\n- [@ambire/login-sdk-core](https://github.com/AmbireTech/wallet-login-sdk/tree/main/packages/core) - package holding the main SDK logic. Its purpose is to provide a framework-agnostic API for implementing login with Ambire Wallet in any JS based dApp.\n- [@ambire/login-sdk-web3-react](https://github.com/AmbireTech/wallet-login-sdk/tree/main/packages/web3-react) - convenience package for providing ready-to-use components for dApps using the [web3-react](https://www.npmjs.com/package/web3-react) library.\n- [@ambire/login-sdk-web3-onboard](https://github.com/AmbireTech/wallet-login-sdk/tree/main/packages/web3-onboard) - convenience package for providing ready-to-use modules for dApps using the [web3-onboard](https://www.npmjs.com/package/@web3-onboard/core) library.\n- [@ambire/login-sdk-browser](https://github.com/AmbireTech/wallet-login-sdk/tree/main/packages/browser) - package for providing browser-ready and minified code for usage of the SDK API in dApps with legacy JS code.\n\n## Demo\n\nExample implementation of Ambire SDK Login with Uniswap: [Demo dApp](https://ambiretech.github.io/uniswap-ambire-sdk-demo)\n\n![demo sdk image 1](https://raw.githubusercontent.com/AmbireTech/wallet-login-sdk/main/demo/demo-sdk1.png)\n![demo sdk image 2](https://raw.githubusercontent.com/AmbireTech/wallet-login-sdk/main/demo/demo-sdk2.png)\n![demo sdk image 3](https://raw.githubusercontent.com/AmbireTech/wallet-login-sdk/main/demo/demo-sdk3.png)\n![demo sdk image 4](https://raw.githubusercontent.com/AmbireTech/wallet-login-sdk/main/demo/demo-sdk4.png)\n\n# Development\n\nRequired node verion: 16\n\n## Build after changes to packages:\n```\nnpm install\nnpx lerna run build\n```\n\n## Publish a new version:\n\nPublish new package versions via Lerna. When this command is run, you go through an interactive prompt for choosing patch/minor/major version(s). As a result, along with publishing the packages to NPM, `version` in `packge.json` file(s) is also automatically changed and committed:\n\n```\nnpx lerna publish\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambiretech%2Fwallet-login-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fambiretech%2Fwallet-login-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambiretech%2Fwallet-login-sdk/lists"}