Skip to content

Commit eebdfac

Browse files
committed
links to new scripts
1 parent fedff87 commit eebdfac

7 files changed

Lines changed: 67 additions & 8 deletions

docs/03_1_Creating_Edges.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,16 @@ created in this section as well as the [public
552552
key](https://github.com/BlockchainCommons/XID-Quickstart/blob/main/envelopes/key-github-public-3-01.ur)
553553
that will be needed to verify proof of control of the GitHub account.
554554

555-
**Scripts:** Scripts demonstrating this section are forthcoming.
555+
**Scripts:** The
556+
[scripts](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/scripts)
557+
directory contains
558+
[03_1_Creating_Edges-SCRIPT.sh](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/scripts/03_1_Creating_Edges-SCRIPT.sh),
559+
which runs through all the commands in this section. From the command
560+
line, `git clone
561+
https://github.com/BlockchainCommons/XID-Quickstart.git`, then `cd
562+
XID-Quickstart`, then `bash
563+
scripts/03_1_Creating_Edges-SCRIPT.sh` to test it.
564+
556565

557566
### Exercises
558567

docs/03_2_Supporting_Cross_Verification.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,16 @@ prove what you're saying, without revealing who you actually are.
779779

780780
**Envelopes:** There are no envelopes for this section, since it was all about verification.
781781

782-
**Scripts:** Scripts demonstrating this section are forthcoming.
782+
**Scripts:** The
783+
[scripts](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/scripts)
784+
directory contains
785+
[03_2_Supporting_Cross_Verification-SCRIPT.sh](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/scripts/03_2_Supporting_Cross_Verification-SCRIPT.sh),
786+
which runs through all the commands in this section. From the command
787+
line, `git clone
788+
https://github.com/BlockchainCommons/XID-Quickstart.git`, then `cd
789+
XID-Quickstart`, then `bash
790+
scripts/03_2_Supporting_Cross_Verification-SCRIPT.sh` to test it.
791+
783792

784793
### Exercises
785794

docs/03_3_Creating_Peer_Endorsements.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,15 @@ XID](https://github.com/BlockchainCommons/XID-Quickstart/blob/main/envelopes/BRa
835835
and [public
836836
XID](https://github.com/BlockchainCommons/XID-Quickstart/blob/main/envelopes/BRadvoc8-xid-public-3-01.envelope).
837837

838-
**Scripts:** Scripts demonstrating this section are forthcoming.
838+
**Scripts:** The
839+
[scripts](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/scripts)
840+
directory contains
841+
[03_3_Creating_Peer_Endorsements-SCRIPT.sh](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/scripts/03_3_Creating_Peer_Endorsements-SCRIPT.sh),
842+
which runs through all the commands in this section. From the command
843+
line, `git clone
844+
https://github.com/BlockchainCommons/XID-Quickstart.git`, then `cd
845+
XID-Quickstart`, then `bash
846+
scripts/03_3_Creating_Peer_Endorsements-SCRIPT.sh` to test it.
839847

840848
### Exercises
841849

docs/04_1_Creating_Binding_Agreements.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,15 @@ and
573573
XIDs as well as the [accepted
574574
CLA](https://github.com/BlockchainCommons/XID-Quickstart/blob/main/envelopes/cla-bradvoc8-accepted-4-01.envelope).
575575

576-
**Scripts:** Scripts demonstrating this section are forthcoming.
576+
**Scripts:** The
577+
[scripts](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/scripts)
578+
directory contains
579+
[04_1_Creating_Binding_Agreements-SCRIPT.sh](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/scripts/04_1_Creating_Binding_Agreements-SCRIPT.sh),
580+
which runs through all the commands in this section. From the command
581+
line, `git clone
582+
https://github.com/BlockchainCommons/XID-Quickstart.git`, then `cd
583+
XID-Quickstart`, then `bash
584+
scripts/04_1_Creating_Binding_Agreements-SCRIPT.sh` to test it.
577585

578586
### Exercises
579587

docs/04_2_Publishing_for_Privacy.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,15 @@ and
373373
[public](https://github.com/BlockchainCommons/XID-Quickstart/blob/main/envelopes/BRadvoc8-xid-public-4-02.envelope)
374374
XIDs as well as [Ben's README](https://github.com/BlockchainCommons/XID-Quickstart/blob/main/envelopes/cla-readme-4-02.md).
375375

376-
377-
**Scripts:** Scripts demonstrating this section are forthcoming.
376+
**Scripts:** The
377+
[scripts](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/scripts)
378+
directory contains
379+
[04_2_Publishing_for_Privacy.md](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/scripts/04_2_Publishing_for_Privacy.md),
380+
which runs through all the commands in this section. From the command
381+
line, `git clone
382+
https://github.com/BlockchainCommons/XID-Quickstart.git`, then `cd
383+
XID-Quickstart`, then `bash
384+
scripts/04_2_Publishing_for_Privacy.md` to test it.
378385

379386
### Exercises
380387

docs/04_3_Creating_New_Views.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,16 @@ correlatable
671671
XID](https://github.com/BlockchainCommons/XID-Quickstart/blob/main/envelopes/BRadvoc8-xid-s5v3-public-4-03.envelope)
672672
created in this section.
673673

674-
**Scripts:** Scripts demonstrating this section are forthcoming.
674+
**Scripts:** The
675+
[scripts](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/scripts)
676+
directory contains
677+
[04_3_Creating_New_Views-SCRIPT.sh](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/scripts/04_3_Creating_New_Views-SCRIPT.sh),
678+
which runs through all the commands in this section. From the command
679+
line, `git clone
680+
https://github.com/BlockchainCommons/XID-Quickstart.git`, then `cd
681+
XID-Quickstart`, then `bash
682+
scripts/04_3_Creating_New_Views-SCRIPT.sh` to test it.
683+
675684

676685
### Exercises
677686

docs/04_4_Creating_New_Editions.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,15 @@ directory contains data created in this section, including the [seq:
373373
6](BRadvoc8-xid-s6-public-4-05.envelope) and the [seq:
374374
7](BRadvoc8-xid-s7-public-4-05.envelope) versions of Amira's envelope.
375375

376-
**Scripts:** Scripts demonstrating this section are forthcoming.
376+
**Scripts:** The
377+
[scripts](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/scripts)
378+
directory contains
379+
[04_4_Creating_New_Editions-SCRIPT.sh](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/scripts/04_4_Creating_New_Editions-SCRIPT.sh),
380+
which runs through all the commands in this section. From the command
381+
line, `git clone
382+
https://github.com/BlockchainCommons/XID-Quickstart.git`, then `cd
383+
XID-Quickstart`, then `bash
384+
scripts/04_4_Creating_New_Editions-SCRIPT.sh` to test it.
377385

378386
### Exercises
379387

@@ -395,3 +403,4 @@ We'll be returning soon with Chapter Five and keys, but for the moment, this cou
395403
> **Revocation** - The cancellation of something, here the removal of content from an identity document to say that it's no longer valid, supported, or relevant.
396404
397405

406+

0 commit comments

Comments
 (0)