-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example Idea: Capsule + Biconomy #12
Comments
Hi @fraolb, I am migrating the original issue from examples-hub to awesome-capsule to better showcase community contributions. Could you please reopen your PR for Biconomy against the awesome-capsule repo as an independent application (e.g., using a fresh app with something like vite-react)? |
Hello @jlm0 I will create independent react app and reopen PR. Could you assign it to me. |
@fraolb Can you update on the status of this Bounty? Thank you. |
Hello @jlm0 I was working on the Para Biconomy page. One issue held me back, which is ParaEthersSigner which is from @getpara/ethers-v6-integration. walletId is optional prop but it is required while creating it.
I will try to solve it by this week. The code is here . |
@fraolb Thanks for bringing it up. Can you ensure you have an EVM wallet by calling getWalletsByType(WalletType.EVM) before ParaEthersSigner is created? You can technically pass in a wallet id if need be but shouldn't be required. The definition of the ParaEthersSigner is below so the wallet id is optional. So if you're not passing it that means it cant find an EVM wallet.
|
Migration from getpara/examples-hub#18 to Awesome Capsule
Requirements
Create a simple demo application with a minimal UI that connects to the Capsule Modal instance. The application should:
send
from the smart accountSuccess Criteria
The project should:
Technical Requirements
The text was updated successfully, but these errors were encountered: