e8d9b1fd42
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.
28 lines
533 B
TOML
28 lines
533 B
TOML
[features]
|
|
seeds = false
|
|
skip-lint = false
|
|
|
|
[programs.localnet]
|
|
coop_credits = "CoopCreDits1111111111111111111111111111111"
|
|
|
|
[programs.devnet]
|
|
coop_credits = "CoopCreDits1111111111111111111111111111111"
|
|
|
|
[registry]
|
|
url = "https://api.apr.dev"
|
|
|
|
[provider]
|
|
cluster = "devnet"
|
|
wallet = "~/.config/solana/id.json"
|
|
|
|
[scripts]
|
|
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
|
|
|
|
[test]
|
|
startup_wait = 10000
|
|
|
|
[test.validator]
|
|
bind_address = "0.0.0.0"
|
|
url = "https://api.devnet.solana.com"
|
|
ledger = ".anchor/test-ledger"
|