You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the first transaction, the relayer will deploy a wallet for you, but you will need to fund it externally as the wallet will have no balance initially.
193
-
194
-
## Step 4: Running the Frontend (Optional)
195
-
196
-
For a complete experience, you can run the frontend from the [emailwallet.org](https://github.com/zkemail/emailwallet.org/tree/refactor/v1.1) repository.
197
-
198
-
## Troubleshooting
199
-
200
-
### Common Issues
201
-
202
-
1.**Contract Deployment Fails**: Ensure your private key has sufficient funds and the RPC URL is correct.
203
-
204
-
2.**Relayer Registration Fails**: Verify that you're using the correct RelayerHandler address and that your private key has permission to register.
205
-
206
-
3.**Relayer Service Doesn't Start**: Check the logs for errors. Common issues include:
207
-
- Incorrect environment variables
208
-
- Database connection problems
209
-
- SMTP/IMAP configuration issues
210
-
211
-
4.**Emails Not Being Processed**: Verify that:
212
-
- The SMTP and IMAP services are running
213
-
- The relayer has the correct email credentials
214
-
- The email format follows the expected pattern
215
-
216
-
### Getting Help
217
-
218
-
If you encounter issues not covered in this guide, please refer to the detailed documentation in the respective README files or open an issue on the GitHub repository.
219
-
220
-
## Features
221
-
222
-
With your Email Wallet system deployed, you can:
223
-
224
-
- Send ETH and ERC20 tokens to email addresses and Ethereum addresses
225
-
- Execute any calldata on target contracts
226
-
- Install extensions for additional functionalities
227
-
- Use Uniswap extension to swap tokens
228
-
- Use NFT extension to mint NFTs
229
-
- Set custom DKIM Registry
230
-
- Transfer wallet ownership
231
-
232
-
All by simply sending emails with the appropriate subject lines!
0 commit comments