Empowering Creators through Decentralized Content Monetization on Solana
Live Demo • Features • Quick Start • Docs • Contributing
![]() Creator Dashboard Comprehensive analytics and content management |
![]() Web3 Payments Native Solana token integration |
![]() IPFS Storage Decentralized content delivery |
![]() Real-time Analytics Comprehensive metrics |
Patreonix revolutionizes content monetization through blockchain technology. Our platform offers:
|
|
graph TD
A[Frontend Apps] --> B[Next.js + TypeScript]
B --> C[Solana Program]
B --> D[IPFS Storage]
subgraph "Frontend Layer"
E[Creator App] --> B
F[Subscriber App] --> B
end
subgraph "Blockchain Layer"
C --> G[Solana Network]
end
subgraph "Storage Layer"
D --> H[IPFS Network]
end
Click to expand full structure
patreonix/
├── apps/
│ ├── creator/ # Creator Platform
│ │ ├── src/
│ │ │ ├── actions/ # Server Actions
│ │ │ ├── app/ # Next.js Pages
│ │ │ ├── components/ # React Components
│ │ │ └── lib/ # Utilities
│ │ └── ...
│ └── subscriber/ # Subscriber Platform
│ ├── src/
│ │ ├── actions/ # Server Actions
│ │ ├── app/ # Next.js Pages
│ │ └── components/ # React Components
│ └── ...
├── packages/
│ ├── eslint-config/ # ESLint Rules
│ ├── patreonix_program/ # Solana Contracts
│ ├── typescript-config/ # TS Configs
│ └── ui/ # Shared UI Kit
└── ...
|
curl -sSL https://raw.githubusercontent.com/kushwahramkumar2003/Patreonix/main/install.sh | bash |
- Clone & Install
# Clone repository
git clone https://github.com/kushwahramkumar2003/Patreonix.git
# Install dependencies
cd patreonix
yarn install
- Configure Environment
# Setup environment variables
cp apps/creator/.env.example apps/creator/.env.local
cp apps/subscriber/.env.example apps/subscriber/.env.local
- Start Development
# Start all applications
yarn dev
# Run all tests
yarn test
# Run Solana program tests
cd packages/patreonix_program
anchor test
# Check code quality
yarn lint
Q1 2024
|
Q2 2024
|
Q3 2024
|
Q4 2024
|
This project is licensed under the MIT License - see the LICENSE file for details.
- Solana Foundation for blockchain infrastructure
- Anchor Framework team
- shadcn/ui for beautiful components
- IPFS for decentralized storage
- Our amazing community of contributors