Link: siwe.aabstr.actor
UI to connect your Smart Accounts to dapps via SIWE (Sign-In With Ethereum).
Steps:
- Connect to siwe.aabstr.actor with EOA which controls the Smart Account.
- Enter the address of your smart account.
- Go to your dapp, select WalletConnect and copy the URI into the input field.
- Press "Connect" button.
- When the dapp sends signature request, press "Accept" and confirm in your Metamask or other connected wallet.
NOTE: Metamask might show a warning because the origin of the request is the dapp, but you are signing via this tool. It's safe (you may check the code in this repo) as you are not giving any approvals for the assets in your address. - The dapp should now be logged-in as your smart account.
- Import the desired chain from
wagmi/chains
and add in theapp/providers.tsx
file. - Add the chain info in
src/data/EIP155Data.ts
file as well.