{"id":13651515,"url":"https://github.com/EOSIO/ual-scatter","last_synced_at":"2025-04-22T22:31:28.257Z","repository":{"id":34416287,"uuid":"175252182","full_name":"EOSIO/ual-scatter","owner":"EOSIO","description":"authenticator meant to be used with Scatter and Universal Authenticator Library","archived":false,"fork":false,"pushed_at":"2023-07-18T20:38:09.000Z","size":1060,"stargazers_count":14,"open_issues_count":23,"forks_count":29,"subscribers_count":29,"default_branch":"master","last_synced_at":"2024-04-02T17:44:26.312Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EOSIO.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-03-12T16:18:11.000Z","updated_at":"2022-03-20T12:57:38.000Z","dependencies_parsed_at":"2024-01-03T05:13:42.308Z","dependency_job_id":"e53e6bbe-bf2a-45bc-8606-a1fa4eda2151","html_url":"https://github.com/EOSIO/ual-scatter","commit_stats":{"total_commits":68,"total_committers":16,"mean_commits":4.25,"dds":0.8235294117647058,"last_synced_commit":"bc74e941cb54d3f83c9dfbabb6eec516e5ab774e"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EOSIO%2Fual-scatter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EOSIO%2Fual-scatter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EOSIO%2Fual-scatter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EOSIO%2Fual-scatter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EOSIO","download_url":"https://codeload.github.com/EOSIO/ual-scatter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223672959,"owners_count":17183618,"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-08-02T02:00:50.195Z","updated_at":"2024-11-10T02:31:00.239Z","avatar_url":"https://github.com/EOSIO.png","language":"TypeScript","funding_links":[],"categories":["Developers"],"sub_categories":["Libraries and Frameworks"],"readme":"# UAL for Scatter Authenticator\n\nThis authenticator is meant to be used with [Scatter](https://get-scatter.com/) and [Universal Authenticator Library](https://github.com/EOSIO/universal-authenticator-library). When used in combination with them, it gives developers the ability to request transaction signatures through Scatter using the common UAL API.\n\n![EOSIO Labs](https://img.shields.io/badge/EOSIO-Labs-5cb3ff.svg)\n\n# About EOSIO Labs\n\nEOSIO Labs repositories are experimental.  Developers in the community are encouraged to use EOSIO Labs repositories as the basis for code and concepts to incorporate into their applications. Community members are also welcome to contribute and further develop these repositories. Since these repositories are not supported by Block.one, we may not provide responses to issue reports, pull requests, updates to functionality, or other requests from the community, and we encourage the community to take responsibility for these.\n\n## Supported Environments\n- The Scatter Authenticator only supports Desktop Browser Environments\n\n## Getting Started\n\n`yarn add ual-scatter`\n\n#### Dependencies\n\nYou must use one of the UAL renderers below.\n\nReact - `ual-reactjs-renderer`\n\n\nPlainJS - `ual-plainjs-renderer`\n\n\n#### Basic Usage with React\n\n```javascript\nimport { Scatter } from 'ual-scatter'\nimport { UALProvider, withUAL } from 'ual-reactjs-renderer'\n\nconst exampleNet = {\n  chainId: '',\n  rpcEndpoints: [{\n    protocol: '',\n    host: '',\n    port: '',\n  }]\n}\n\nconst App = (props) =\u003e \u003cdiv\u003e{JSON.stringify(props.ual)}\u003c/div\u003e\nconst AppWithUAL = withUAL(App)\n\nconst scatter = new Scatter([exampleNet], { appName: 'Example App' })\n\n\u003cUALProvider chains={[exampleNet]} authenticators={[scatter]}\u003e\n  \u003cAppWithUAL /\u003e\n\u003c/UALProvider\u003e\n```\n\n## Contributing\n\n[Contributing Guide](https://github.com/EOSIO/ual-scatter/blob/develop/CONTRIBUTING.md)\n\n[Code of Conduct](https://github.com/EOSIO/ual-scatter/blob/develop/CONTRIBUTING.md#conduct)\n\n## License\n\n[MIT](https://github.com/EOSIO/ual-scatter/blob/develop/LICENSE)\n\n## Important\n\n\nSee [LICENSE](./LICENSE) for copyright and license terms.\n\nAll repositories and other materials are provided subject to the terms of this [IMPORTANT](./IMPORTANT.md) notice and you must familiarize yourself with its terms.  The notice contains important information, limitations and restrictions relating to our software, publications, trademarks, third-party resources, and forward-looking statements.  By accessing any of our repositories and other materials, you accept and agree to the terms of the notice.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEOSIO%2Fual-scatter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEOSIO%2Fual-scatter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEOSIO%2Fual-scatter/lists"}