mirror of
https://github.com/mii443/did-web-on-gh-pages.git
synced 2025-12-03 11:08:20 +00:00
fix: repository spell
This commit is contained in:
@@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"@context": "https://www.w3.org/ns/did/v1",
|
"@context": "https://www.w3.org/ns/did/v1",
|
||||||
"id": "did:web:chike.xyz:id-web-on-gh-pages",
|
"id": "did:web:chike.xyz:did-web-on-gh-pages",
|
||||||
"verificationMethod": [
|
"verificationMethod": [
|
||||||
{
|
{
|
||||||
"id": "did:web:chike.xyz:id-web-on-gh-pages#key1",
|
"id": "did:web:chike.xyz:did-web-on-gh-pages#key1",
|
||||||
"type": "Ed25519VerificationKey2018",
|
"type": "Ed25519VerificationKey2018",
|
||||||
"controller": "did:web:chike.xyz:id-web-on-gh-pages",
|
"controller": "did:web:chike.xyz:did-web-on-gh-pages",
|
||||||
"publicKeyBase58": "251vtfUrTJkH5Zaq1Pp39FuKxn1K8AyDimoRgnqikiE34"
|
"publicKeyBase58": "mjscJNVUmwYxNTjciXdbWpQuHD73rxGoxgQb39LhT9K6"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"authentication": [
|
"authentication": [
|
||||||
"did:web:chike.xyz:id-web-on-gh-pages#key1"
|
"did:web:chike.xyz:did-web-on-gh-pages#key1"
|
||||||
],
|
],
|
||||||
"assertionMethod": [
|
"assertionMethod": [
|
||||||
"did:web:chike.xyz:id-web-on-gh-pages#key1"
|
"did:web:chike.xyz:did-web-on-gh-pages#key1"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -5,7 +5,7 @@ const fs = require('fs');
|
|||||||
|
|
||||||
// Setting
|
// Setting
|
||||||
const DOMAIN = 'chike.xyz';
|
const DOMAIN = 'chike.xyz';
|
||||||
const GH_PROJECT = 'id-web-on-gh-pages';
|
const GH_PROJECT = 'did-web-on-gh-pages';
|
||||||
|
|
||||||
|
|
||||||
// Templates
|
// Templates
|
||||||
|
|||||||
Reference in New Issue
Block a user