Add support for Browser Extensions #2225
-
Due to MV3's restrictions on dynamic import of add-on, integrating rainbowkit into add-on can cause loading failures for locale/svg resources:
Whether the browser add-on is compatible |
Beta Was this translation helpful? Give feedback.
Answered by
DanielSinclair
Dec 4, 2024
Replies: 1 comment
-
Typically you would use RainbowKit on the web, rather than in a wallet extension, as the wallet already has access to the signer — whereas RainbowKit is designed to connect wallets to isolated web dapps. But the import issues you are describing should be able to be overcome by tweaking the bundler to bundle dynamic imports. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DanielSinclair
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Typically you would use RainbowKit on the web, rather than in a wallet extension, as the wallet already has access to the signer — whereas RainbowKit is designed to connect wallets to isolated web dapps. But the import issues you are describing should be able to be overcome by tweaking the bundler to bundle dynamic imports.