introduce useContractDeploy hook #1950
Unanswered
iamenochlee
asked this question in
Ideas
Replies: 3 comments
-
Hey are there any updates on this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It would be awesome if we can deploy contracts via wagmi |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is very useful, thank you! And I agree, this would be a very nice feature :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I recently integrated wagmi into a project of mine it was a great experience. I needed a way to deploy a contract from the frontend. I was able to get this working using some exposed utility functions and hooks, but I feel it will be nice if a native hook,
useContractDeploy
, can be introduced for this purpose. I'd also love to contribute to its development.Here is an minor implementation I tweaked for my own use.
Hook.
Hoping to here back from you, Thanks.
Beta Was this translation helpful? Give feedback.
All reactions