We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc67e1 commit ad99056Copy full SHA for ad99056
rust/signed_doc/README.md
@@ -13,14 +13,16 @@ Catalyst signed document crate implementation based on this
13
openssl genpkey -algorithm=ED25519 -out=private.pem -outpubkey=public.pem
14
```
15
16
-### Prepare non-signed document,
+### Prepare non-signed document
17
+
18
`meta.json` file should follow the [`meta.schema.json`](./meta.schema.json).
19
20
```shell
21
cargo run -p catalyst-signed-doc --example mk_signed_doc build signed_doc/doc.json signed_doc/doc.cose signed_doc/meta.json
22
23
24
### Sign document
25
26
`KID` is a valid Catalyst ID URI.
27
28
0 commit comments