Project | Status |
---|---|
W3ID | In Progress |
eID Wallet | In Progress |
EVault Core | Planned |
Web3 Adapter | Planned |
Documentation | Description | Link |
---|---|---|
MetaState Prototype | Main project README | README.md |
W3ID | Web 3 Identity System documentation | W3ID README |
eVault Core | Core eVault system documentation | eVault Core README |
eVault Core W3ID Integration | W3ID integration details for eVault Core | W3ID Integration |
eVault Provisioner | Provisioning eVault instances documentation | eVault Provisioner README |
Bug Report Template | GitHub issue template for bug reports | Bug Report Template |
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)