You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// _Permanently_ deactivate the DID, removing all verification methods and services from its document.
349
-
// Deactivating a DID cannot be undone, once a DID has been deactivated, all operations on it (including attempts at re-creation) are permanently disabled.
Copy file name to clipboardExpand all lines: develop/02_chain/04_fullnode.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ This can either be `peregrine` or `spiritnet`.
41
41
42
42
Hence, to start a full node for the Spiritnet network, the parameter would be `--chain=spiritnet`.
43
43
Unfortunately, there is no hardcoded chain spec for the Peregrine network, so the full path of the chainspec file must be provided `--chain=/node/dev-specs/kilt-parachain/peregrine-kilt.json`.
44
-
Please refer to the [KILT node repository](https://github.com/KILTprotocol/kilt-node/blob/master/dev-specs/kilt-parachain/peregrine-kilt.json) or the [Docker image](https://hub.docker.com/r/kiltprotocol/kilt-node/tags) for more information.
44
+
Please refer to the [KILT node repository](https://github.com/KILTprotocol/kilt-node/blob/master/chainspecs/peregrine/peregrine-paseo.json) or the [Docker image](https://hub.docker.com/r/kiltprotocol/kilt-node/tags) for more information.
Copy file name to clipboardExpand all lines: participate/01_staking/01_become_a_collator/03_setup_node.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ This can either be `peregrine` or `spiritnet`.
74
74
75
75
Hence, to start a collator node for the Spiritnet network, the parameter would be `--chain=spiritnet`.
76
76
Unfortunately, there is no hardcoded chain spec for the Peregrine network, so the full path of the chainspec file must be provided `--chain=/node/dev-specs/kilt-parachain/peregrine-kilt.json`.
77
-
Please refer to the [KILT node repository](https://github.com/KILTprotocol/kilt-node/blob/master/dev-specs/kilt-parachain/peregrine-kilt.json) or the [Docker image](https://hub.docker.com/r/kiltprotocol/kilt-node/tags) for more information.
77
+
Please refer to the [KILT node repository](https://github.com/KILTprotocol/kilt-node/blob/master/chainspecs/peregrine/peregrine-paseo.json) or the [Docker image](https://hub.docker.com/r/kiltprotocol/kilt-node/tags) for more information.
Copy file name to clipboardExpand all lines: sdk/02_tutorial/03_overview.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,12 +56,6 @@ A presentation is derived from a credential and doesn't need to contain all attr
56
56
After the request, the <spanclassName="label-role holder">Holder</span> can choose to hide elements of their credentials that aren't relevant to the claim.
57
57
For example, hide their address from their ID if the <spanclassName="label-role issuer">Issuer</span> is only interested in their age.
58
58
59
-
:::info
60
-
61
-
A later step in the workshop [explains CTypes in more detail](./04_issuer/03_ctype.md).
0 commit comments