packages/onchainkit/
└── src/
├── api/ - API related components and functions
├── core/ - Files with zero dependencies
├── styles/ - Styles
│ ├── index-with-tailwind.css - CSS entrypoint
├── {Component}/ - Component folder
│ ├── components/ - React components
│ │ ├── {Name}.tsx
│ │ ├── {Name}.test.tsx
│ │ └── {Name}.css
│ ├── core/ - Utility functions
│ ├── index.ts - Entrypoint for the folder
│ └── types.ts - Export types
│
├── index.ts - Main package entry point
├── types.ts - Core types
└── OnchainKitProvider.tsx - OnchainKit provider