web3-ui
web3-ui copied to clipboard
MintFromContract component
Description A simple mint of contract component. Component will be a simple button using the button element already created here
Why is this needed? need a web3 avatar component
Proposed Solution or API 4 working files:
MintFromContract.tsx MintFromContract.test.tsx MintFromContract.stories.tsx index.ts wagmi hook to use
component props :
MintFromContract = { address: string, chainId: string }
I would like to contribute to this issue.
@BlueGlaucus33 thank you!