UNPKG

react-reward-button

Version:

Drop-in React component that sends Ethereum token rewards and shows confetti animations. Built with wagmi, ethers, and ShadCN UI.

5 lines (4 loc) 158 B
import React from 'react'; import { RewardButtonProps } from './types'; declare const RewardButton: React.FC<RewardButtonProps>; export default RewardButton;