{"id":21616380,"url":"https://github.com/rootsoft/walletconnect-secure-storage","last_synced_at":"2025-08-24T22:44:01.011Z","repository":{"id":61975017,"uuid":"435547252","full_name":"RootSoft/walletconnect-secure-storage","owner":"RootSoft","description":"Securely store WalletConnect sessions in your Flutter applications using walletconnect_dart.","archived":false,"fork":false,"pushed_at":"2022-11-16T16:43:15.000Z","size":176,"stargazers_count":4,"open_issues_count":4,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T05:05:21.328Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","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/RootSoft.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-06T15:24:31.000Z","updated_at":"2024-05-01T11:34:23.000Z","dependencies_parsed_at":"2023-01-23T10:56:33.321Z","dependency_job_id":null,"html_url":"https://github.com/RootSoft/walletconnect-secure-storage","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RootSoft%2Fwalletconnect-secure-storage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RootSoft%2Fwalletconnect-secure-storage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RootSoft%2Fwalletconnect-secure-storage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RootSoft%2Fwalletconnect-secure-storage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RootSoft","download_url":"https://codeload.github.com/RootSoft/walletconnect-secure-storage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248358923,"owners_count":21090448,"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-11-24T22:14:21.222Z","updated_at":"2025-04-11T07:33:46.310Z","avatar_url":"https://github.com/RootSoft.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![pub.dev][pub-dev-shield]][pub-dev-url]\n[![Effective Dart][effective-dart-shield]][effective-dart-url]\n[![Stars][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n\nA session storage, to be used with [walletconnect_dart](https://pub.dev/packages/walletconnect_dart) to securely store walletconnect sessions using [flutter_secure_storage](https://pub.dev/packages/flutter_secure_storage).\n\nWalletConnect is an open source protocol for connecting decentralised applications to mobile wallets\nwith QR code scanning or deep linking. A user can interact securely with any Dapp from their mobile\nphone, making WalletConnect wallets a safer choice compared to desktop or browser extension wallets.\n\nOnce installed, you can simply connect your application to a wallet.\n\n```dart\n// Define a session storage\nfinal sessionStorage = WalletConnectSecureStorage();\nfinal session = await sessionStorage.getSession();\n\n// Create a connector\nconnector = WalletConnect(\n  bridge: 'https://bridge.walletconnect.org',\n  session: session,\n  sessionStorage: sessionStorage,\n  clientMeta: const PeerMeta(\n    name: 'WalletConnect',\n    description: 'WalletConnect Developer App',\n    url: 'https://walletconnect.org',\n    icons: [\n      'https://gblobscdn.gitbook.com/spaces%2F-LJJeCjcLrr53DcT1Ml7%2Favatar.png?alt=media'\n    ],\n  ),\n);\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing \u0026 Pull Requests\nFeel free to send pull requests.\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\n## Credits\n\n- [hnvn](https://github.com/hnvn)\n- [Tomas Verhelst](https://github.com/rootsoft)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n[pub-dev-shield]: https://img.shields.io/pub/v/walletconnect_secure_storage?style=for-the-badge\n[pub-dev-url]: https://pub.dev/packages/walletconnect_secure_storage\n[effective-dart-shield]: https://img.shields.io/badge/style-effective_dart-40c4ff.svg?style=for-the-badge\n[effective-dart-url]: https://github.com/tenhobi/effective_dart\n[stars-shield]: https://img.shields.io/github/stars/rootsoft/walletconnect-secure-storage.svg?style=for-the-badge\u0026logo=github\u0026colorB=deeppink\u0026label=stars\n[stars-url]: https://packagist.org/packages/rootsoft/walletconnect-secure-storage\n[issues-shield]: https://img.shields.io/github/issues/rootsoft/walletconnect-secure-storage.svg?style=for-the-badge\n[issues-url]: https://github.com/rootsoft/walletconnect-secure-storage/issues\n[license-shield]: https://img.shields.io/github/license/rootsoft/walletconnect-secure-storage.svg?style=for-the-badge\n[license-url]: https://github.com/RootSoft/walletconnect-secure-storage/blob/master/LICENSE","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootsoft%2Fwalletconnect-secure-storage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frootsoft%2Fwalletconnect-secure-storage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootsoft%2Fwalletconnect-secure-storage/lists"}