{"id":23099246,"url":"https://github.com/ringsnetwork/rings_ext_v2","last_synced_at":"2025-04-03T20:25:39.692Z","repository":{"id":181769882,"uuid":"617752643","full_name":"RingsNetwork/rings_ext_v2","owner":"RingsNetwork","description":"Rings Extension (This extension is under development)","archived":false,"fork":false,"pushed_at":"2023-12-11T10:22:44.000Z","size":1088,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-04-13T21:28:01.516Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RingsNetwork.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2023-03-23T03:05:12.000Z","updated_at":"2024-04-13T21:28:01.517Z","dependencies_parsed_at":"2023-12-11T11:45:09.862Z","dependency_job_id":null,"html_url":"https://github.com/RingsNetwork/rings_ext_v2","commit_stats":null,"previous_names":["ringsnetwork/rings_ext_v2"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RingsNetwork%2Frings_ext_v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RingsNetwork%2Frings_ext_v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RingsNetwork%2Frings_ext_v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RingsNetwork%2Frings_ext_v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RingsNetwork","download_url":"https://codeload.github.com/RingsNetwork/rings_ext_v2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247072505,"owners_count":20878898,"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-12-16T23:18:40.937Z","updated_at":"2025-04-03T20:25:39.667Z","avatar_url":"https://github.com/RingsNetwork.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://static.ringsnetwork.io/ringsnetwork_logo.png\"\u003e\n  \u003cimg alt=\"Rings Network\" src=\"https://raw.githubusercontent.com/RingsNetwork/asserts/main/logo/rings_network_red.png\"\u003e\n\u003c/picture\u003e\n\nRings Extension (This extension is under development)\n===============\n\n[![rings-ext-v2](https://github.com/RingsNetwork/rings_ext_v2/actions/workflows/dev.yml/badge.svg)](https://github.com/RingsNetwork/rings_ext_v2/actions/workflows/dev.yml)\n\n\n# TL;DR\n\nThis is a implementation of Rings Extension, which support login rings network with metamask and other wallets.\n\n\n# Screenshots\n\n![Screenshot of sign](./screenshots/sign.png)\n![Screenshot of webrtc](./screenshots/webrtc.png)\n\n\n## Requirement\n\n- **Nodejs** \u003e= v16.13.0\n- **pnpm** \u003e= v8\n\n## Usage\n\n### Folders\n\n- `src` - main source.\n  - `contentScript` - scripts and components to be injected as `content_script`\n  - `background` - scripts for background.\n  - `components` - auto-imported React components that shared in popup and options page.\n  - `styles` - styles shared in popup and options page\n  - `manifest.ts` - manifest for the extension.\n- `extension` - extension package root.\n  - `assets` - static assets.\n  - `dist` - built files, also serve stub entry for Vite on development.\n- `scripts` - development and bundling helper scripts.\n\n### Development\n\n```bash\npnpm dev\n```\n\nThen **load extension in browser with the `extension/` folder**.\n\nFor Firefox developers, you can run the following command instead:\n\n```bash\npnpm start:firefox\n```\n\n`web-ext` auto reload the extension when `extension/` files changed.\n\n\u003e While Vite handles HMR automatically in the most of the case, [Extensions Reloader](https://chrome.google.com/webstore/detail/fimgfedafeadlieiabdeeaodndnlbhid) is still recommanded for cleaner hard reloading.\n\n\n#### Developing with Rings Node\n\nIn released version, dependencity of `rings-node` is included via released `tgz` file, such as:\n\n```json\n\"@ringsnetwork/rings-node\": \"https://github.com/RingsNetwork/rings-node/releases/download/v0.3.5/rings-v0.3.5-wasm32-unknown-unknown.tgz\",\n```\n\nif you wanna modifiy node's implementation at same time, you can modifiy rings-node dependencies in `package.json` to local git path, like:\n\n```json\n\"@ringsnetwork/rings-node\": \"git+file:../rings-node#master\",\n```\n\nNote: this local git syntax is only supported by yarn.\n\n### Build\n\nTo build the extension, run\n\n```bash\npnpm build\n```\n\nAnd then pack files under `extension`, you can upload `extension.crx` or `extension.xpi` to appropriate extension store.\n\n### Load || Install\n\nTo load the extension from source:\n\n* Chrome:\n\nhttps://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked\n\n* Firefox\n\nIn Firefox: Open the about:debugging page, click the This Firefox option, click the Load Temporary Add-on button, then select any file in your extension's directory.\n\nref: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fringsnetwork%2Frings_ext_v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fringsnetwork%2Frings_ext_v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fringsnetwork%2Frings_ext_v2/lists"}