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
Copy file name to clipboardExpand all lines: docs/01_3_Your_First_XID.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# 1.2: Creating Your First XID
1
+
# 1.3: Creating Your First XID
2
2
3
3
This section demonstrates how to create a basic XID (eXtensible
4
4
IDentifier) that enables pseudonymous contributions while maintaining
@@ -378,7 +378,7 @@ styles of quotes:
378
378
### Step 3: Create a Public View of Your XID with Elision
379
379
380
380
Amira's XID is not ready for publication yet. You're going to add some
381
-
more information in [§1.3](01_3_Making_a_XID_Verifiable.md) before
381
+
more information in [§1.4](01_4_Making_a_XID_Verifiable.md) before
382
382
sending it to Amira's first contact, Ben. But to prepare yourself for
383
383
that, you're going to go over the crical step that _would_ be required
384
384
to publish a XID: creating a public view.
@@ -733,7 +733,7 @@ actually published Amira's XID. More on that in the next tutorial!
733
733
734
734
### Additional Files
735
735
736
-
**Envelopes:** The envelopes for this section are not stored in the Learning-XIDs repo as they'll be updated in §1.3 prior to publication.
736
+
**Envelopes:** The envelopes for this section are not stored in the Learning-XIDs repo as they'll be updated in §1.4 prior to publication.
737
737
738
738
**Scripts:** The [scripts](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/scripts) directory contains [01_2_Your_First_XID-SCRIPT.sh](https://github.com/BlockchainCommons/XID-Quickstart/blob/main/scripts/01_2_Your_First_XID-SCRIPT.sh), which runs through all the commands in this section. From the command line, `git clone https://github.com/BlockchainCommons/XID-Quickstart.git`, then `cd XID-Quickstart`, then `bash scripts/01_2_Your_First_XID-SCRIPT.sh` to test it.
739
739
@@ -749,7 +749,7 @@ Try these to solidify your understanding:
749
749
## What's Next
750
750
751
751
Since XIDs are autonomous, Amira needs a way to assure people that
752
-
they have an up-to-date verison. Doing that (and publishing that XID) is the topic of [§1.3: Making a XID Verifiable](01_3_Making_a_XID_Verifiable.md).
752
+
they have an up-to-date verison. Doing that (and publishing that XID) is the topic of [§1.4: Making a XID Verifiable](01_4_Making_a_XID_Verifiable.md).
Copy file name to clipboardExpand all lines: docs/02_1_Creating_Self_Attestations.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ provenance --version
99
99
```
100
100
101
101
If not installed, see
102
-
[§1.2](01_2_Your_First_XID.md#step-0-setting-up-your-workspace) for
102
+
[§1.3](01_3_Your_First_XID.md#step-0-setting-up-your-workspace) for
103
103
installation instructions.
104
104
105
105
You'll also want to reload your XID. The following assumes use of the [`envelopes`](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/envelopes) directory that was described in the last tutorial.
@@ -291,7 +291,7 @@ So far, Amira has two keys:
291
291
292
292
| Key Type | Purpose | Verified Against | Added In |
0 commit comments