feat: add React Ethers + SIWX authentication example#208
Conversation
Add a new react-ethers-authentication-SIWX example using
@reown/appkit-adapter-ethers with @reown/appkit-siwx, configured with
ReownAuthentication ({ required: true }) as the SIWX provider. Includes
the Node globals/Buffer polyfill in vite.config so the SIWX dependency
bundles correctly in the browser, plus pnpm-workspace.yaml allowBuilds
entries for both SIWX examples.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Claude finished @rtomas's task in 2m 22s —— View job PR Review
🔒 External Domain URL (Non-blocking) URL: Found 5 issue(s)Issue 1: Unreachable
|
Adds a new
react/react-ethers-authentication-SIWXexample showing how to use SIWX with the Ethers adapter, usingReownAuthentication({ required: true })as the SIWX provider so users must sign in right after connecting. The Vite config includes the Node globals/Buffer polyfill so the@reown/appkit-siwxdependency bundles correctly in the browser. Also addspnpm-workspace.yamlallowBuildsentries for both SIWX examples to clear pnpm's ignored-build-scripts gate. Verified withpnpm install, a production build (tsc -b && vite build), and a dev-server run confirming the SIWX dependency pre-bundles without the previous runtime error.🤖 Generated with Claude Code