react-reward-button
Version:
Drop-in React component that sends Ethereum token rewards and shows confetti animations. Built with wagmi, ethers, and ShadCN UI.
9 lines (8 loc) • 435 B
TypeScript
export { Button } from './Button';
export { default as RewardButton } from './RewardButton';
export { default } from './RewardButton';
export type { ButtonProps, RewardButtonProps, RewardButtonState, TokenInfo } from './types';
export { cn } from './utils';
export { ERC20_ABI, COMMON_TOKENS, BUTTON_VARIANTS, BUTTON_SIZES, DEFAULT_BUTTON_TEXT, CSS_CLASSES } from './constants';
export { ethers } from 'ethers';
import './styles.css';