11<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
2- ** Table of Contents**
2+ # Table of Contents
33
44- [ Cardano open oracle protocol] ( #cardano-open-oracle-protocol )
5- - [ Introduction] ( #introduction )
6- - [ Documentation] ( #documentation )
7- - [ Getting Started] ( #getting-started )
8- - [ Installing Nix] ( #installing-nix )
9- - [ Building and developing] ( #building-and-developing )
10- - [ Tutorial] ( #tutorial )
11- - [ 1. Preparing the environment] ( #1-preparing-the-environment )
12- - [ 2. Running a local Cardano network] ( #2-running-a-local-cardano-network )
13- - [ 3. Initializing the Protocol] ( #3-initializing-the-protocol )
14- - [ 4. Running a TxBuilder gRPC service] ( #4-running-a-txbuilder-grpc-service )
15- - [ 5. Running a FactStatementStore gRPC service] ( #5-running-a-factstatementstore-grpc-service )
16- - [ 6. Running a Publisher gRPC service] ( #6-running-a-publisher-grpc-service )
17- - [ 7. Publishing a Fact Statement] ( #7-publishing-a-fact-statement )
18- - [ 8. Garbage collecting obsolete Fact Statement UTxOs] ( #8-garbage-collecting-obsolete-fact-statement-utxos )
19- - [ 9. Garbage collecting obsolete Certificate UTxOs] ( #9-garbage-collecting-obsolete-certificate-utxos )
20- - [ 10. Referencing published Fact Statement in Consumer dApps] ( #10-referencing-published-fact-statement-in-consumer-dapps )
5+ - [ Introduction] ( #introduction )
6+ - [ Documentation] ( #documentation )
7+ - [ Getting Started] ( #getting-started )
8+ - [ Installing Nix] ( #installing-nix )
9+ - [ Building and developing] ( #building-and-developing )
10+ - [ Tutorial] ( #tutorial )
11+ - [ 1. Preparing the environment] ( #1-preparing-the-environment )
12+ - [ 2. Running a local Cardano network] ( #2-running-a-local-cardano-network )
13+ - [ 3. Initializing the Protocol] ( #3-initializing-the-protocol )
14+ - [ 4. Running a TxBuilder gRPC service] ( #4-running-a-txbuilder-grpc-service )
15+ - [ 5. Running a FactStatementStore gRPC service] ( #5-running-a-factstatementstore-grpc-service )
16+ - [ 6. Running a Publisher gRPC service] ( #6-running-a-publisher-grpc-service )
17+ - [ 7. Publishing a Fact Statement] ( #7-publishing-a-fact-statement )
18+ - [ 8. Garbage collecting obsolete Fact Statement UTxOs] ( #8-garbage-collecting-obsolete-fact-statement-utxos )
19+ - [ 9. Garbage collecting obsolete Certificate UTxOs] ( #9-garbage-collecting-obsolete-certificate-utxos )
20+ - [ 10. Referencing published Fact Statement in Consumer dApps] ( #10-referencing-published-fact-statement-in-consumer-dapps )
2121
2222<!-- markdown-toc end -->
2323
@@ -63,7 +63,7 @@ distribution.
6363To install run the following command:
6464
6565``` sh
66- $ sh <( curl -L https://nixos.org/nix/install) --daemon
66+ sh <( curl -L https://nixos.org/nix/install) --daemon
6767```
6868
6969and follow the instructions.
@@ -88,7 +88,7 @@ Optionally, to improve build speed, it is possible to set up a binary caches
8888maintained by IOHK and Plutonomicon by setting additional configuration entries:
8989
9090``` yaml
91- substituters = https://cache.nixos.org https://hydra.iohk.io https:// iohk.cachix.org https://cache.iog.io https://public-plutonomicon.cachix.org
91+ substituters = https://cache.nixos.org https://iohk.cachix.org https://cache.iog.io https://public-plutonomicon.cachix.org
9292trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo= public-plutonomicon.cachix.org-1:3AKJMhCLn32gri1drGuaZmFrmnue+KkKrhhubQk/CWc=
9393```
9494
@@ -357,6 +357,7 @@ Before we proceed, let's check in on the state of our Protocol now that we actua
357357[coop-env ~ coop-tutorial] $ coop-get-state
358358getState: Success
359359` ` `
360+
360361` ` ` json
361362{
362363 " cs'certificates" : [
0 commit comments