Shared types and utilities for Ping web3 applications.
npm install @cartel-sh/uiimport { User, Group, Post, Notification } from '@cartel-sh/ui';- User: User account type with profile information, stats, and actions
- Group: Social group/community type with metadata and permissions
- Post: Social media post type with reactions, comments, and metadata
- Notification: User notification type with different notification types
npm install
npm run devnpm run build