Skip to content

Commit

Permalink
docs: federation activitypub: Pass --subject when creating statement
Browse files Browse the repository at this point in the history
Signed-off-by: John Andersen <johnandersenpdx@gmail.com>
  • Loading branch information
pdxjohnny committed Nov 20, 2023
1 parent 2637eab commit ee12609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/federation_activitypub.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ $ scitt-emulator server \
### Create and Submit Statement to Alice's Instance

```console
$ scitt-emulator client create-claim --issuer did:web:example.org --content-type application/json --payload '{"sun": "yellow"}' --out claim.cose
$ scitt-emulator client create-claim --issuer did:web:example.org --content-type application/json --subject solar --payload '{"sun": "yellow"}' --out claim.cose
Claim written to claim.cose
$ scitt-emulator client submit-claim --url http://localhost:7000 --claim claim.cose --out claim.receipt.cbor
Claim registered with entry ID sha384:76303a87c3ff728578d1e941ec4422193367e31fd37ab178257536cba79724d6411c457cd3c47654975dc924ff023123
Expand Down

0 comments on commit ee12609

Please sign in to comment.