diff --git a/Backend (NestJS): b/Backend (NestJS): new file mode 100644 index 0000000..3bd298e --- /dev/null +++ b/Backend (NestJS): @@ -0,0 +1,54 @@ + +1. Struktur Proyek + +Backend (NestJS): + +/src + +/app + +/modules + +dapp.module.ts + +interoperability.module.ts + +wallet.module.ts + +incentives.module.ts + +education.module.ts + +governance.module.ts + + + +app.module.ts + +main.ts + + +package.json + + +Frontend (ReactJS): + +/src + +/components + +DappMarketplace.js + +WalletIntegration.js + +Incentives.js + +EducationResources.js + +Governance.js + + +App.js + + +package.json