Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,17 @@ Learn more about the power of Turborepo:
| EVault Core | Planned |
| Web3 Adapter | Planned |

## Documentation Links

| Documentation | Description | Link |
| ---------------------------- | ------------------------------------------- | -------------------------------------------------------------------------- |
| MetaState Prototype | Main project README | [README.md](./README.md) |
| W3ID | Web 3 Identity System documentation | [W3ID README](./infrastructure/w3id/README.md) |
| eVault Core | Core eVault system documentation | [eVault Core README](./infrastructure/evault-core/README.md) |
| eVault Core W3ID Integration | W3ID integration details for eVault Core | [W3ID Integration](./infrastructure/evault-core/docs/w3id-integration.md) |
| eVault Provisioner | Provisioning eVault instances documentation | [eVault Provisioner README](./infrastructure/evault-provisioner/README.md) |
| Bug Report Template | GitHub issue template for bug reports | [Bug Report Template](./.github/ISSUE_TEMPLATE/bug-report.md) |

## Project Structure

```
Expand Down
Loading