2 Commits

Author SHA1 Message Date
hobokenchicken 20d1f216a0 fix: update anchor to 0.30.1 and fix breaking changes
- anchor-lang: 0.29.0 -> 0.30.1
- anchor-spl: 0.29.0 -> 0.30.1
- solana-program: 1.16.20 -> 2.x (inferred from anchor-spl)
- Fix token_prog -> token_program naming
- Fix ctx.bumps access for Anchor 0.30.x API
- Update declare_id! with new vanity address

Build now passes successfully.
2026-04-14 15:29:55 -04:00
hobokenchicken e8d9b1fd42 feat: add CoopCredits Solana media rewards ecosystem
Add complete  token system with Plex/Tautulli/Overseer integration:
- Anchor program for SPL token mint/burn/transfer
- Express backend with OAuth, webhooks, Solana integration
- Next.js frontend with dashboard, admin panel, wallet management
- Docker deployment for 172.20.1.0/24 infrastructure
- Production configs with SSL, Nginx, health monitoring

Tautulli webhooks auto-mint  on watch events.
Overseer integration burns  for content requests.
2026-04-14 11:09:50 -04:00