{"id":18738066,"url":"https://github.com/blocknative/o2-wallets","last_synced_at":"2025-10-04T10:45:23.089Z","repository":{"id":66182408,"uuid":"412240603","full_name":"blocknative/O2-Wallets","owner":"blocknative","description":null,"archived":false,"fork":false,"pushed_at":"2021-11-15T17:18:43.000Z","size":398,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-20T03:11:59.686Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/blocknative.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}},"created_at":"2021-09-30T21:59:08.000Z","updated_at":"2023-09-19T06:21:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ef48ad7-714c-4c48-ac38-ed5cae94fc1a","html_url":"https://github.com/blocknative/O2-Wallets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blocknative/O2-Wallets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocknative%2FO2-Wallets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocknative%2FO2-Wallets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocknative%2FO2-Wallets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocknative%2FO2-Wallets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blocknative","download_url":"https://codeload.github.com/blocknative/O2-Wallets/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocknative%2FO2-Wallets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271134729,"owners_count":24705099,"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-08-19T02:00:09.176Z","response_time":63,"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":"2024-11-07T15:28:03.927Z","updated_at":"2025-10-04T10:45:18.037Z","avatar_url":"https://github.com/blocknative.png","language":"TypeScript","readme":"# O2-Wallets\n\n| Packages                                 | `@latest` Version | Size | Description                  |\n| ---------------------------------------- | ----------------- | ---- | ---------------------------- |\n| [@o2/injected-wallets][injected-wallets] | -                 | -    | Injected wallet modules      |\n| [@o2/types][types-wallets]               | -                 | -    | Shared Typescript types      |\n| [@o2/common][common-wallets]             | -                 | -    | Utils common to all packages |\n\n# Contributing\n\n```\n\ngit clone git@github.com:blocknative/O2-Wallets.git\ncd O2-Wallets\nyarn\nyarn build\n```\n\nAt the point the deps are installed and the modules are built and ready for integration.\n\n### Local integration\n\nUsing yarn link you can integrate these packages locally.\nFirst run `yarn link` in each module:\n\n```bash\n$(cd packages/types; yarn link)\n$(cd packages/common; yarn link)\n$(cd packages/injected; yarn link)\n```\n\nNote: the `$()` syntax allows us to execute the command without changing the current directory.\n\nNow that these packages are linked we can go into our app and link them:\n```bash\ncd my-app\nyarn link @o2/injected-wallets\nyarn link @o2/common\nyarn link @o2/types\n```\n\n### Development:\n\nRunning `yarn dev` in the root package will run `yarn dev` in all subpackages which will rebuild on changes.\n\n### Adding shared deps\n\nAdding a “common” dependency to ALL packages\n\n```bash\nyarn add dep-name -W\n```\n\n### Adding a Local Sibling Dependency to a Specific Package:\n\n```bash\nlerna add sibling-dep --scope=dependant-package\n```\n\nExample:\n\n```bash\nlerna add @o2/types --scope=@o2/injected-wallets\n```\n\n```bash\n\n```\n\n\u003c!----- Links -----\u003e\n\n[injected-wallets]: ./packages/injected\n[types-wallets]: ./packages/types\n[common-wallets]: ./packages/common\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblocknative%2Fo2-wallets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblocknative%2Fo2-wallets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblocknative%2Fo2-wallets/lists"}