Skip to content
Open
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
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ This is the companion repository for the *KERI Tutorial Series: Treasure Hunting

## Dependencies

| Project | Version |
|---------------|----------|
| libsodium.org | ^1.0.18 |
| python.org | ^3.11.2 |
| rust-lang.org | ^1.65.0 |

One approach is to run the following command in this directory,
which will start a temporary shell with those basic tools
but will not make permanent changes to your machine: `sh <(curl tea.xyz) -E sh`
(We recommend installing [tea](tea.xyz) but it is not necessary.)

- [kaslcred](https://pypi.org/project/kaslcred/) for generation of schemas
- [vLEI server (vLEI-server)](https://github.com/WebOfTrust/vLEI)
- [sally](https://github.com/kentbull/sally)
Expand Down Expand Up @@ -107,4 +118,4 @@ Make sure you are running the script from the root of the repository.

### Double quoting to prevent word splitting

Use `"${VARNAME}"` instead of `${VARNAME}`. See [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Use `"${VARNAME}"` instead of `${VARNAME}`. See [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)