Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/didkit-examples/core-functions-with-aleo.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ generation, credential/presentation issuance and verification.
_Note 1: This script is meant to be in a DIDKit-CLI source directory. See the
complete script below for setup details._

_Note 2: Currently Aleo support is only available through the
`feat/aleo-sig-pkh` branch of the ssi library. When building the DIDKit CLI the feature `ssi/aleosig` must also be enabled:_
_Note 2: Aleo signature functionality in the ssi library requires the `aleosig` feature.
When building the DIDKit CLI the feature `ssi/aleosig` can be used to enable this functionality:_

```bash
git clone https://github.com/spruceid/didkit
Expand All @@ -30,7 +30,6 @@ The SSI library can generate an Aleo keypair as an example:
```bash
git clone https://github.com/spruceid/ssi
cd ssi
git checkout feat/aleo-sig-pkh
cargo run --example genaleojwk --features=aleosig > aleokey.jwk
```

Expand Down