Contract Interaction
A component that enables users to interact with smart contracts through a simple interface.
Contract Interaction
Contract:
0x1234...5678Installation
Run the following command to add the Contract Interaction component to your project:
npx shadcn@latest add https://w3-kit.com/registry/contract-interaction.jsonThis will:
- Create the component in your
components/uidirectory - Add all necessary dependencies to your package.json
- Set up required configuration files
- Add contract interaction utilities to your project