prototype/
├─ .vscode/
│ └─ settings.json
├─ infrastructure/
│ ├─ evault-core/
│ │ └─ package.json
│ └─ w3id/
│ └─ package.json
├─ packages/
│ ├─ eslint-config/
│ │ ├─ base.js
│ │ ├─ next.js
│ │ ├─ package.json
│ │ ├─ react-internal.js
│ │ └─ README.md
│ └─ typescript-config/
│ ├─ base.json
│ ├─ nextjs.json
│ ├─ package.json
│ └─ react-library.json
├─ platforms/
│ └─ .gitkeep
├─ services/
│ ├─ ontology/ (MetaState Ontology Service)
│ │ └─ package.json
│ └─ web3-adapter/ (MetaState Web-3 Adapter Service)
│ └─ package.json
├─ .gitignore (Ignores files while upstream to repo)
├─ .npmrc (Dependency Manager Conf)
├─ package.json (Dependency Management)
├─ pnpm-lock.yaml (Reproducability)
├─ pnpm-workspace.yaml (Configures MonoRepo)
├─ README.md (This File)
└─ turbo.json (Configures TurboRepo)