Replies: 4 comments 6 replies
-
|
Thanks for starting this. I can't remember if |
Beta Was this translation helpful? Give feedback.
-
|
my impression is the other way around: |
Beta Was this translation helpful? Give feedback.
-
|
Would you then use a custom frontend application to handle the deployment (over a local bridge) or would it be part of the smar-wallet's ui? Maybe some other way? |
Beta Was this translation helpful? Give feedback.
-
|
Another option, that doesn't require changing the walletFactory contract: contract-starter.js I'm playing around with it this morning; started a contract starter contract thread in discord cc @turadg |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
@samsiegart just suggested this. I think it has come up in office hours before with folks like @anilhelvaci...
The smart wallet handles
E(zoe).offer(...)for you. It could doE(zoe).install(...)andE(zoe).startInstance(...)too.It would let you keep things like
creatorFacetin your smart wallet. Maybe something like thecallPipepattern could be used to call methods on such things.cc @turadg
Beta Was this translation helpful? Give feedback.
All reactions