Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test versions #9

Merged
merged 2 commits into from
Jul 25, 2023
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ An example web application verifying the KILT credentials using the [KILT Creden

## Wallet

The following steps assume that you already have a wallet which implements the [KILT Credential API](https://github.com/KILTprotocol/spec-ext-credential-api), such as Sporran.
The following steps assume that you already have a wallet which implements the [KILT Credential API](https://github.com/KILTprotocol/spec-ext-credential-api) and is connected to the testing Peregrine blockchain.

[You can follow these steps to run Sporran in developer mode](https://github.com/BTE-Trusted-Entity/sporran-extension/blob/main/docs/external.md)
One such wallet is Sporran. [You can follow these steps to run a test version of Sporran](https://github.com/BTE-Trusted-Entity/sporran-extension/blob/main/docs/external.md).

You will also need a credential in your wallet (like the ones issued by [SocialKYC](https://socialkyc.io/)).
You will also need a credential anchored on Peregrine (like the ones issued by [the test version of SocialKYC](https://test.socialkyc.io/)).

## Quick test

Expand Down