Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "submodules/EVES"]
path = submodules/EVES
url = https://github.com/ASCS-eV/EVES.git
5 changes: 5 additions & 0 deletions docs/features/registry-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,8 @@
// Other owners must approve the proposal
const txApprove = await multisigController.connect(owner2).approve(proposalId);
```

## Ecosystem Specifications (EVES)

For the official design rationale, including our choice of `did:ethr`, the IPFS-based CRSet structure, and the gasless onboarding relay workflows, please refer to our drafted standard:
- **[EVES-008: ENVITED-X On-Chain Identity & Revocation Management](../../submodules/EVES/EVES/EVES-008/EVES-008.md)**

Check failure on line 90 in docs/features/registry-contracts.md

View workflow job for this annotation

GitHub Actions / lint-docs

Lists should be surrounded by blank lines

docs/features/registry-contracts.md:90 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- **[EVES-008: ENVITED-X On-Ch..."] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md032.md
1 change: 1 addition & 0 deletions submodules/EVES
Submodule EVES added at 7b69cc
Loading