decentralized-identity / decentralized-identity/sidetree
Sidetree Spec Defines Version Endpoint
Open
Spec v1.1
- Dominant language
- HTML
- Stars
- 438
- Forks
- 115
- PR merge metrics
- No merged PRs in 30d
Description
For example:
```
curl -X GET "https://staging.element.transmute.industries/element/versions" -H "accept: application/json"
```
```
[
{
"name": "core",
"version": "0.1.0"
},
{
"name": "ethereum",
"version": "0.1.0"
},
{
"name": "ipfs-with-cache",
"version": "0.1.0"
}
]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.