-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathecosystem.json
More file actions
610 lines (610 loc) · 25.4 KB
/
ecosystem.json
File metadata and controls
610 lines (610 loc) · 25.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
[
{
"id": "neobot-orchestrator",
"aliases": [
"neobot-architect"
],
"org": "NEO Protocol",
"name": "Neobot — Node Warrior / Orchestrator",
"description": "Node Warrior: Agente central do NEO Protocol. Orquestrador soberano, arquiteto e executor operacional do ecossistema.",
"localPath": ".",
"repository": "https://github.com/NEO-PROTOCOL/neobot-orchestrator.git",
"role": "Orchestrator",
"localUrl": "http://localhost:19000",
"webhookUrl": {
"local": "http://localhost:19000/api/webhook/nexus",
"internal": "http://neobot.railway.internal/api/webhook/nexus",
"production": "https://orchestrator.neoprotocol.space/api/webhook/nexus",
"dev": "https://dev.neoprotocol.space/api/webhook/nexus"
},
"nexusEvents": [
"TASK_COMPLETED",
"BUILD_STATUS",
"NEXUS_START"
],
"identity": {
"primary": "mio-core",
"publicKey": "src/neo/identity/",
"note": "10 identidades mio-system residem em src/neo/identity/registry.ts"
},
"hosting": {
"platform": "Local / Railway (Production)",
"productionUrl": "https://orchestrator.neoprotocol.space",
"activeUrl": "http://neobot.railway.internal",
"railwayUrl": "https://cytiqdz5.up.railway.app",
"targetCustomDomain": "orchestrator.neoprotocol.space",
"adminEmail": "neo@neoprotocol.space"
}
},
{
"id": "neo-protocol-hub",
"org": "NEO Protocol",
"name": "NEO Protocol Hub",
"description": "Camada canonica transversal do ecossistema. Centraliza governanca tecnica, manifests, lineage, schemas e reconciliacao operacional.",
"localPath": "../neobot-orchestrator",
"repository": "https://github.com/NEO-PROTOCOL/neobot-orchestrator.git",
"role": "Canonical Context Hub / Governance Node",
"artifactGovernance": {
"blueprintPath": "../neobot-orchestrator/docs/STORACHA_MCP_BLUEPRINT.md",
"artifactIndexPath": "../neobot-orchestrator/ops/artifact-index.json",
"artifactIndexSchemaPath": "../neobot-orchestrator/ops/schemas/artifact-index.schema.json",
"manifestSchemaPath": "../neobot-orchestrator/ops/schemas/manifest.schema.json",
"manifestsRoot": "../neobot-orchestrator/manifests",
"adaptersRoot": "../neobot-orchestrator/adapters"
},
"hosting": {
"platform": "Repository / Distributed Governance",
"adminEmail": "neo@neoprotocol.space",
"note": "Sem runtime HTTP proprio. Funciona como camada canonica dentro do neobot-orchestrator."
}
},
{
"id": "neo-mcp-server",
"org": "NEO Protocol",
"name": "NEO MCP Server (Storacha)",
"description": "Runtime MCP operacional para Storacha. Executa persistencia e recuperacao de artefatos via upload, retrieve e identity e suporta transportes stdio, sse e rest.",
"localPath": "../neo-mcp-server",
"repository": "https://github.com/NEO-PROTOCOL/neo-mcp-server.git",
"role": "MCP Storage Runtime / Storacha Adapter",
"mcpRuntime": {
"provider": "Storacha",
"tools": ["upload", "retrieve", "identity"],
"transports": ["stdio", "sse", "rest"],
"requiredEnv": ["PRIVATE_KEY", "DELEGATION", "MCP_TRANSPORT_MODE"]
},
"hosting": {
"platform": "Local / MCP Runtime",
"adminEmail": "neo@neoprotocol.space",
"note": "Comeca em stdio para validacao local. REST sobe depois que artifact-index e manifests estiverem operacionais."
}
},
{
"id": "neo-agent-full",
"org": "NEO Protocol",
"name": "NEO Agent Full (WhatsApp/TG)",
"description": "Agente IA Full-Stack (WhatsApp/TG) soberano. Integrado via Railway Project e Modal.",
"localPath": "../neo-agent-full",
"repository": "https://github.com/NEO-PROTOCOL/neo-agent-full.git",
"role": "Agent Node / Autonomous Service",
"webhookUrl": {
"local": "http://localhost:8042/api/webhook/nexus",
"internal": "http://neo-agent-full.railway.internal/api/webhook/nexus",
"production": "https://agent.neoprotocol.space/api/webhook/nexus"
},
"hosting": {
"platform": "Railway",
"productionUrl": "https://agent.neoprotocol.space",
"railwayUrl": "https://qv0bpshc.up.railway.app",
"internalUrl": "http://neo-agent-full.railway.internal",
"adminEmail": "neo@neoprotocol.space",
"targetCustomDomain": "agent.neoprotocol.space"
}
},
{
"id": "neo-nexus",
"org": "NEO Protocol",
"name": "NEO Nexus Event Hub",
"description": "Standalone Event Hub do Protocolo NEØ. Distribui eventos para todos os nós via HTTP webhook. Docker + Railway. Porta 3000.",
"localPath": "../neo-nexus",
"repository": "https://github.com/NEO-PROTOCOL/neo-nexus.git",
"role": "Event Hub",
"localUrl": "http://localhost:3000",
"webhookUrl": {
"local": "http://localhost:3000/api/events",
"internal": "http://neo-nexus.railway.internal/api/events",
"production": "https://nexus.neoprotocol.space/api/events",
"railway": "https://7glr6que.up.railway.app/api/events"
},
"nexusEvents": [
"*"
],
"hosting": {
"platform": "Railway",
"productionUrl": "https://nexus.neoprotocol.space",
"internalUrl": "http://neo-nexus.railway.internal",
"railwayUrl": "https://7glr6que.up.railway.app",
"targetCustomDomain": "nexus.neoprotocol.space",
"port": 3000,
"buildCommand": "npm run build",
"startCommand": "node dist/server.js",
"healthcheck": "/health",
"adminEmail": "neo@neoprotocol.space"
}
},
{
"id": "mio-system",
"org": "NEO Protocol",
"name": "MIO System",
"description": "Modelo de Identidade Operacional - Backend Security Layer (Substitui Auth Tradicional)",
"localPath": "../mio-system",
"repository": "https://github.com/NEO-PROTOCOL/mio-system.git",
"role": "Identity Layer",
"webhookUrl": {
"local": "http://localhost:8080/api/webhook/nexus",
"internal": "http://mio-system.railway.internal/api/webhook/nexus",
"production": "https://id.neoprotocol.space/api/webhook/nexus"
},
"hosting": {
"platform": "Railway",
"productionUrl": "https://id.neoprotocol.space",
"railwayUrl": "https://zyspag40.up.railway.app",
"internalUrl": "http://mio-system.railway.internal",
"adminEmail": "neo@neoprotocol.space",
"targetCustomDomain": "id.neoprotocol.space"
}
},
{
"id": "neo-protcl",
"org": "NEO Protocol",
"name": "NEO Protocol WebApp (Boot/Landing)",
"description": "Interface soberana do NEO Protocol. Landing page e Bootloader IPFS/ENS. Soberania Visual.",
"localPath": "../neo-protcl",
"repository": "https://github.com/NEO-PROTOCOL/neo-protcl.git",
"role": "Frontend / Landing / Bootloader",
"hosting": {
"platform": "Vercel / IPFS",
"productionUrl": "https://neoprotocol.space",
"adminEmail": "neo@neoprotocol.space",
"targetCustomDomain": "neoprotocol.space"
}
},
{
"id": "neo-dashboard",
"org": "NEO Protocol",
"name": "Neo Dashboard",
"description": "Dashboard central de visualizacao geral das organizacoes, nos e conexoes do ecossistema NEO Protocol.",
"localPath": "../neo-dashboard-deploy",
"repository": "https://github.com/NEO-PROTOCOL/neo-dashboard.git",
"role": "Observability / Control Center",
"hosting": {
"platform": "Railway",
"productionUrl": "https://dashboard.neoprotocol.space",
"railwayUrl": "https://hgdrbcjm.up.railway.app",
"adminEmail": "neo@neoprotocol.space",
"targetCustomDomain": "dashboard.neoprotocol.space",
"port": 3000
}
},
{
"id": "smart-factory",
"org": "Neo Smart Factory",
"name": "NEO Smart Factory Hub",
"description": "Hub organizacional da Neo Smart Factory. Centraliza metadados, governanca tecnica e integracao dos nos smart-*.",
"localPath": "../../neo-smart-factory",
"repository": "https://github.com/neo-smart-factory",
"role": "Organization Hub / Metadata Node",
"hosting": {
"platform": "Repository / Organization Hub",
"adminEmail": "factory@neoprotocol.space",
"note": "Sem runtime HTTP publico atribuido no momento. Se surgir superficie publica, deve sair de nsfactory.xyz e nao de neoprotocol.space."
},
"workspaceScope": "hub-root"
},
{
"id": "smart-core",
"org": "Neo Smart Factory",
"name": "Smart Core",
"description": "Smart contracts and deployment scripts for NΞØ SMART FACTORY (Core Protocol Engine)",
"localPath": "../../neo-smart-factory/smart-core",
"repository": "https://github.com/neo-smart-factory/smart-core",
"role": "Protocol Layer / Contracts",
"hosting": {
"platform": "N/A (Contracts Repository)",
"adminEmail": "neo@neoprotocol.space",
"note": "No public HTTP runtime. Contracts and deployment standards only."
},
"contracts": {
"mainnet": {
"FlowPay": "0xD49d3Fb2C2CBBA78a1E710660a628919eE78D82A",
"NeoSmartFactoryRouter": "0x2cE474b8F6a391a17C6aC58E447CF99d7aB14FD6"
}
},
"canonicalRegistry": {
"flowpayTokenDeployment": "deployments/flowpay-base.json",
"factoryRouterDeployment": "deployments/factory-router-base.json",
"repo": "https://github.com/neo-smart-factory/smart-core"
}
},
{
"id": "smart-cli",
"org": "Neo Smart Factory",
"name": "Smart CLI",
"description": "CLI universal (nxf) for NΞØ SMART FACTORY",
"localPath": "../../neo-smart-factory/smart-cli",
"repository": "https://github.com/neo-smart-token-factory/smart-cli",
"role": "Tooling / CLI",
"hosting": {
"platform": "N/A (Local CLI)",
"adminEmail": "neo@neoprotocol.space"
}
},
{
"id": "smart-ui",
"org": "Neo Smart Factory",
"name": "Smart UI",
"description": "UI interface, PWA, and landing page for NΞØ SMART FACTORY",
"localPath": "../../neo-smart-factory/smart-ui",
"repository": "https://github.com/neo-smart-factory/smart-ui",
"role": "Interface / PWA",
"hosting": {
"platform": "Vercel (nodevercel/smart-ui-dashboard)",
"productionUrl": "https://www.nsfactory.xyz/",
"activeUrl": "https://www.nsfactory.xyz/",
"targetCustomDomain": "www.nsfactory.xyz",
"adminEmail": "neo@neoprotocol.space"
}
},
{
"id": "smart-ui-landing",
"org": "Neo Smart Factory",
"name": "Smart UI Landing",
"description": "Landing page comercial da Smart Token Factory",
"localPath": "../../neo-smart-factory/docs/_legacy_forge-ui/landing",
"repository": "https://github.com/neo-smart-factory/smart-ui-landing",
"role": "Landing Page / Traffic",
"hosting": {
"platform": "Vercel (nodevercel/smart-ui-landing)",
"productionUrl": "https://landing-nsfactory.vercel.app/",
"activeUrl": "https://landing-nsfactory.vercel.app/",
"adminEmail": "neo@neoprotocol.space",
"note": "Subdominio futuro, se existir, deve sair de nsfactory.xyz e nao de neoprotocol.space."
}
},
{
"id": "smart-factory-docs",
"org": "Neo Smart Factory",
"name": "Smart Factory Docs",
"description": "Documentation for NΞØ SMART FACTORY",
"localPath": "../../neo-smart-factory/docs",
"repository": "https://github.com/neo-smart-factory/docs",
"role": "Documentation",
"hosting": {
"platform": "Documentation / Unassigned",
"adminEmail": "neo@neoprotocol.space",
"note": "Sem superficie publica dedicada no momento. Se docs ganharem dominio proprio, ele deve sair de nsfactory.xyz e nao de neoprotocol.space."
},
"workspaceScope": "docs-repo-mirror"
},
{
"id": "internal-ops",
"org": "Neo Smart Factory",
"name": "Internal Ops",
"description": "Operações internas e automações da Smart Factory",
"localPath": "../../neo-smart-factory/docs/internal-ops",
"repository": "https://github.com/neo-smart-factory/internal-ops",
"role": "Internal Ops / Automation",
"hosting": {
"platform": "Private / Local",
"adminEmail": "neo@neoprotocol.space"
}
},
{
"id": "smart-ui-mobile",
"org": "Neo Smart Factory",
"name": "Smart UI Mobile (MiniApp)",
"description": "Interface Mobile Unificada para o ecossistema Smart Factory",
"localPath": "../../neo-smart-factory/docs/smart-ui-mobile",
"repository": "https://github.com/neo-smart-factory/smart-ui-mobile",
"role": "Interface / Mobile / MiniApp",
"hosting": {
"platform": "Vercel (nodevercel/smart-ui-mobile)",
"productionUrl": "https://miniapp-smartfactory.vercel.app",
"activeUrl": "https://miniapp-smartfactory.vercel.app",
"adminEmail": "neo@neoprotocol.space",
"note": "Subdominio futuro, se existir, deve sair de nsfactory.xyz e nao de neoprotocol.space."
}
},
{
"id": "smart-nft",
"org": "Neo Smart Factory",
"name": "Smart NFT",
"description": "NFT Manager with IPFS for NΞØ SMART FACTORY",
"localPath": "../../neo-smart-factory/smart-nft",
"repository": "https://github.com/neo-smart-factory/smart-nft",
"role": "NFT Management",
"hosting": {
"platform": "IPFS / Web3",
"adminEmail": "neo@neoprotocol.space"
}
},
{
"id": "flowpay",
"org": "FlowPay (NEØ Stack)",
"name": "FlowPay Platform (Marketing + App + API)",
"description": "Plataforma FlowPay na stack NEØ Protocol. Contrato canonico: API em api.flowpay.cash, app em app.flowpay.cash e marketing em flowpay.cash.",
"stackBoundary": {
"belongsToNeoProtocolStack": true,
"commercialTrack": "stack",
"doNotConfuseWith": "flowpay-core"
},
"localPath": "../../flowpay",
"absolutePath": "/Users/nettomello/neomello/flowpay",
"repository": "https://github.com/flowpaycash/flowpay",
"role": "Checkout / Financial Node (Stack)",
"localUrl": "http://localhost:8787",
"serviceEndpoints": {
"marketing": "https://flowpay.cash",
"app": "https://app.flowpay.cash",
"api": "https://api.flowpay.cash"
},
"webhookUrl": {
"local": "http://localhost:8787/api/webhook",
"internal": "https://api.flowpay.cash/api/webhook",
"production": "https://api.flowpay.cash/api/webhook"
},
"nexusEvents": {
"emits": [
"FLOWPAY:PAYMENT_RECEIVED"
],
"consumes": [
"FACTORY:MINT_CONFIRMED",
"FACTORY:MINT_FAILED",
"NEOBOT:ACCESS_UNLOCKED"
],
"nexusTarget": {
"local": "http://localhost:3000/api/webhooks/flowpay",
"internal": "http://neo-nexus.railway.internal/api/webhooks/flowpay",
"production": "https://nexus.neoprotocol.space/api/webhooks/flowpay"
}
},
"contracts": {
"mainnet": {
"FlowPay": "0xD49d3Fb2C2CBBA78a1E710660a628919eE78D82A"
}
},
"tokenCanonical": {
"asset": {
"name": "FlowPay",
"symbol": "NEOPAY",
"standard": "ERC-20",
"network": "base",
"chainId": 8453,
"contractAddress": "0xD49d3Fb2C2CBBA78a1E710660a628919eE78D82A"
},
"sourceOfTruth": {
"repo": "https://github.com/neo-smart-factory/smart-core",
"path": "deployments/flowpay-base.json",
"verifiedAt": "2026-03-02"
},
"runtime": {
"proofMethod": "recordProof(bytes32,string,bytes32,string)",
"rewardMethod": "mintSettlementReward(address,uint256,bytes32)"
}
},
"hosting": {
"platform": "Cloudflare Workers + D1 (API) / Cloudflare Pages (Web)",
"productionUrl": "https://api.flowpay.cash",
"activeUrl": "https://api.flowpay.cash",
"targetCustomDomain": "api.flowpay.cash",
"port": 8787,
"adminEmail": "neo@neoprotocol.space",
"governance": "NEØ SMART CONTRACT",
"buildCommand": "wrangler deploy",
"startCommand": "wrangler dev",
"healthcheck": "/health"
}
},
{
"id": "neo-flowoff-landing",
"org": "NEO-FlowOFF",
"name": "FlowOFF Landing",
"description": "Página oficial da Agência FlowOFF (Premium)",
"localPath": "../../NEO-FlowOFF/neo-flw-landing",
"repository": "https://github.com/NEO-FlowOFF/neo-flw-landing",
"role": "Landing Page",
"hosting": {
"platform": "Vercel",
"productionUrl": "https://www.neoflowoff.agency",
"adminEmail": "neo@neoprotocol.space",
"targetCustomDomain": "www.neoflowoff.agency"
}
},
{
"id": "neo-flowoff-pwa",
"org": "NEO-FlowOFF",
"name": "FlowOFF PWA",
"description": "PWA com Account Abstraction para integração de Tokens",
"localPath": "../../NEO-FlowOFF/neo-flowoff-pwa",
"repository": "https://github.com/NEO-FlowOFF/neo-flowoff-pwa",
"role": "DApp / PWA",
"hosting": {
"platform": "Vercel",
"adminEmail": "neo@neoprotocol.space",
"targetCustomDomain": "neoflowoff.agency"
}
},
{
"id": "pro-ia",
"org": "NEO-FlowOFF",
"name": "Pro-IA",
"description": "Manual e ferramentas práticas para IA",
"localPath": "../../NEO-FlowOFF/pro-ia",
"repository": "https://github.com/NEO-FlowOFF/pro-ia",
"role": "Education / Tools",
"hosting": {
"platform": "Vercel",
"adminEmail": "neo@neoprotocol.space",
"targetCustomDomain": "pro.neoflowoff.agency"
}
},
{
"id": "ceo-escalavel-miniapp",
"org": "NEO-FlowOFF",
"name": "CEO Escalável MiniApp",
"description": "MiniApp de IA para gestão e escala (CEO Escalável)",
"localPath": "../../NEO-FlowOFF/ceo-escalavel-miniapp",
"repository": "https://github.com/NEO-FlowOFF/ceo-escalavel-miniapp",
"role": "Interface / MiniApp",
"hosting": {
"platform": "Vercel (nodevercel/agentflow)",
"productionUrl": "https://agentflow.vercel.app",
"adminEmail": "neo@neoprotocol.space"
}
},
{
"id": "neo-mello-eth",
"org": "NEO-FlowOFF",
"name": "NEO Mello ENS Webapp",
"description": "Webapp estatico pessoal de NEØ MELLØ. Publica artefatos publicos para ENS, IPFS, IPNS e Storacha e emite manifestos reconciliados para o protocolo.",
"localPath": "../neo-mello-eth",
"repository": "https://github.com/NEO-PROTOCOL/neo-mello-eth.git",
"role": "Public Artifact Publisher / ENS-IPFS Surface",
"artifactPublication": {
"artifactClass": "public_build",
"manifestPath": "../neobot-orchestrator/manifests/neo-mello-eth/latest.json",
"artifactIndexPath": "../neobot-orchestrator/ops/artifact-index.json"
},
"serviceEndpoints": {
"ens": "https://neomello.eth.limo/",
"ipns": "https://dweb.link/ipns/k51qzi5uqu5dk51imny6v5ilu68f5z2kb1igt1nu607530agro7wb1gwv9kqd6",
"storacha": "https://storacha.link/ipfs/bafybeicd6d3mvtmjx2k5zhgr66c73ylsd3qudqfnr2ey6i3kozwwgk7y2e"
},
"hosting": {
"platform": "ENS / IPFS / Storacha / Static Hosts",
"productionUrl": "https://neomello.eth.limo/",
"adminEmail": "neo@neoprotocol.space",
"targetCustomDomain": "neomello.eth"
}
},
{
"id": "wod-x-pro",
"org": "WOD Game",
"name": "WOD [X] PRO (App)",
"description": "Plataforma Fitness Gamificada - Aplicativo Front-end",
"localPath": "../../wodxpro/wod-x-pro",
"repository": "https://github.com/wodxpro/wod-x-pro",
"role": "DApp / Game",
"hosting": {
"platform": "Vercel",
"productionUrl": "https://app.wodx.pro",
"activeUrl": "https://wod-x-pro.vercel.app",
"adminEmail": "neo@neoprotocol.space",
"targetCustomDomain": "app.wodx.pro"
}
},
{
"id": "wod-eth",
"org": "WOD Game",
"name": "WOD Core API / Contracts",
"description": "Contratos Inteligentes e Lógica de Tokenomics do WOD",
"localPath": "../../wodxpro/wod-contracts",
"repository": "https://github.com/wodxpro/wod-eth",
"role": "Protocol Layer",
"hosting": {
"platform": "Railway / Base",
"adminEmail": "neo@neoprotocol.space",
"targetCustomDomain": "api.wodx.pro"
}
},
{
"id": "wod-protocol",
"org": "WOD Game",
"name": "WOD Protocol (Docs/Landing)",
"description": "Documentação e Landing Page oficial do Protocolo WOD",
"localPath": "../../wodxpro/wod-protocol",
"repository": "https://github.com/wodxpro/wod-protocol",
"role": "Documentation / Web",
"hosting": {
"platform": "Vercel",
"productionUrl": "https://protocol.wodx.pro",
"activeUrl": "https://wod-protocol.vercel.app",
"adminEmail": "neo@neoprotocol.space",
"targetCustomDomain": "protocol.wodx.pro"
}
},
{
"id": "fluxx-landing",
"org": "Fluxx DAO",
"name": "Fluxx DAO Landing",
"description": "Página oficial do Protocolo de Governança Fluxx DAO.",
"localPath": "../../FluxxDAO/fluxx-landing",
"repository": "https://github.com/FluxxDAO/fluxx-landing",
"role": "Governance Node / Landing",
"hosting": {
"platform": "Vercel",
"productionUrl": "https://www.fluxx.space",
"activeUrl": "https://fluxx-landing.vercel.app",
"adminEmail": "team@fluxx.space",
"targetCustomDomain": "www.fluxx.space"
},
"workspaceScope": "landing-surface"
},
{
"id": "fluxx-backend",
"org": "Fluxx DAO",
"name": "Fluxx DAO Backend (Contracts)",
"description": "Smart Contracts e Backend da FLUXX DAO (Governance & Tokens)",
"localPath": "../../FluxxDAO/fluxx-backend",
"repository": "https://github.com/FluxxDAO/fluxx-backend",
"role": "Protocol Layer / Contracts",
"hosting": {
"platform": "Mainnet / Base",
"adminEmail": "team@fluxx.space",
"notion": "https://www.notion.so/neoflw/FLUXX-10a8c6e83be08011b8dac17f3ff7193e"
},
"workspaceScope": "contracts-surface"
},
{
"id": "neo-tunnel",
"org": "NEO Protocol",
"name": "NΞØ Tunnel (open-tunneling)",
"description": "Tunnel soberano para dev local. Substitui ngrok/Cloudflare Tunnel. Server roda no Railway e repassa webhooks (WhatsApp Business API, FlowPay PIX, Nexus Events) para o client local via WebSocket autenticado. URL estável, zero dependência externa.",
"localPath": "../neo-tunnel",
"repository": "https://github.com/NEO-PROTOCOL/neo-tunnel.git",
"role": "Dev Infrastructure / Tunnel Server",
"webhookRoutes": {
"neo-agent": "https://tunnel.neoprotocol.space/hook/neo-agent",
"flowpay": "https://tunnel.neoprotocol.space/hook/flowpay",
"nexus": "https://tunnel.neoprotocol.space/hook/nexus",
"neobot": "https://tunnel.neoprotocol.space/hook/neobot"
},
"localPorts": {
"neo-agent": 8042,
"flowpay": 4321,
"nexus": 3000,
"neobot": 19000
},
"makeTargets": [
"make tunnel-neo-agent",
"make tunnel-flowpay",
"make tunnel-nexus",
"make tunnel-neobot",
"make tunnel-status"
],
"hosting": {
"platform": "Railway",
"productionUrl": "https://tunnel.neoprotocol.space",
"railwayUrl": "https://14f4w5pb.up.railway.app",
"targetCustomDomain": "tunnel.neoprotocol.space",
"domainVerification": {
"type": "TXT",
"name": "_railway-verify.tunnel",
"value": "railway-verify=805edd0a7703bd964eb39496a3aa137779ea197a650f1732c0d6b0f6431447e2"
},
"healthcheck": "/health",
"buildCommand": "npm run build",
"startCommand": "node dist/server.js",
"adminEmail": "neo@neoprotocol.space"
}
}
]