Skip to content

UI to connect your Smart Accounts to dapps via SIWE (Sign-In With Ethereum).

Notifications You must be signed in to change notification settings

apoorvlathey/siwe-aabstractor

Repository files navigation

SIWE AAbstractor

Link: siwe.aabstr.actor

UI to connect your Smart Accounts to dapps via SIWE (Sign-In With Ethereum).

Steps:

  1. Connect to siwe.aabstr.actor with EOA which controls the Smart Account.
  2. Enter the address of your smart account.
  3. Go to your dapp, select WalletConnect and copy the URI into the input field.
  4. Press "Connect" button.
  5. 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.
  6. The dapp should now be logged-in as your smart account.

To add new chain:

  1. Import the desired chain from wagmi/chains and add in the app/providers.tsx file.
  2. Add the chain info in src/data/EIP155Data.ts file as well.

About

UI to connect your Smart Accounts to dapps via SIWE (Sign-In With Ethereum).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published