{"id":28380660,"url":"https://github.com/0xsequence/rainbowkit-plugin","last_synced_at":"2025-06-24T21:31:17.710Z","repository":{"id":61994708,"uuid":"550891782","full_name":"0xsequence/rainbowkit-plugin","owner":"0xsequence","description":"Sequence + Rainbowkit -- see demo link/project below","archived":false,"fork":false,"pushed_at":"2024-10-08T17:53:22.000Z","size":678,"stargazers_count":2,"open_issues_count":1,"forks_count":5,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-06-06T03:39:38.299Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://0xsequence.github.io/demo-dapp-rainbowkit/","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/0xsequence.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}},"created_at":"2022-10-13T13:50:10.000Z","updated_at":"2024-10-08T17:53:26.000Z","dependencies_parsed_at":"2024-04-16T15:44:53.140Z","dependency_job_id":"330f4bd1-d256-48cf-b1a1-480abe3b93e6","html_url":"https://github.com/0xsequence/rainbowkit-plugin","commit_stats":{"total_commits":17,"total_committers":3,"mean_commits":5.666666666666667,"dds":"0.23529411764705888","last_synced_commit":"526986ffb1e09cbcaaad5be9c62f340199cc675d"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/0xsequence/rainbowkit-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xsequence%2Frainbowkit-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xsequence%2Frainbowkit-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xsequence%2Frainbowkit-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xsequence%2Frainbowkit-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xsequence","download_url":"https://codeload.github.com/0xsequence/rainbowkit-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xsequence%2Frainbowkit-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261759074,"owners_count":23205491,"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":"2025-05-30T03:09:02.566Z","updated_at":"2025-06-24T21:31:17.701Z","avatar_url":"https://github.com/0xsequence.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rainbowkit-plugin\n\nRainbowkit plugin for the [Sequence](https://sequence.xyz/) wallet.\n\n## Install\n\n```shell\n  pnpm install @0xsequence/rainbowkit-plugin 0xsequence\n```\n\nor\n\n```shell\n  pnpm add @0xsequence/rainbowkit-plugin 0xsequence\n```\n\n## Params\n\n- `chains` -- Chains supported by app.\n\n- `connect` -- (optional) Connect options of the Sequence wallet, includes the name of the app and default network id.\n\n## Example of usage\n\n```js\nimport { sequenceWallet } from '@0xsequence/rainbowkit-plugin'\n...other imports\n\nconst connectors = connectorsForWallets([\n  {\n    groupName: 'Recommended',\n    wallets: [\n      sequenceWallet({\n        projectAccessKey: '\u003cyour-project-access-key\u003e',\n        chains,\n        defaultNetwork: 1,\n        shimDisconnect: true,\n        connect: {\n          app: 'My app'\n        },\n      }),\n      ...otherRainbowKitWallets\n    ]\n  }\n])\n\nexport const wagmiConfig = createConfig({\n  autoConnect: true,\n  connectors,\n  publicClient,\n  webSocketPublicClient\n})\n```\n\nA full demo is available at: https://github.com/0xsequence/demo-dapp-rainbowkit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xsequence%2Frainbowkit-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xsequence%2Frainbowkit-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xsequence%2Frainbowkit-plugin/lists"}