Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kentbull/allie-brett
KERI Heartnet KLI Sign and Verify tutorial repository
https://github.com/kentbull/allie-brett
Last synced: about 2 months ago
JSON representation
KERI Heartnet KLI Sign and Verify tutorial repository
- Host: GitHub
- URL: https://github.com/kentbull/allie-brett
- Owner: kentbull
- Created: 2024-07-25T01:10:03.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-25T14:41:20.000Z (5 months ago)
- Last Synced: 2024-07-26T03:48:47.515Z (5 months ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heartnet KLI Sign and Verify Tutorial
## Usage
### Docker
```bash
docker build --no-cache -t kentbull/heartnet:latest .
docker run --rm -it --entrypoint /bin/bash kentbull/heartnet
```
Then, within the container, either run the commands from the blog post or run the following script.```bash
./heartnet-docker-workflow.sh
```### Bash Script
Run the following Bash command after installing KERI on your system so you have the `kli` command available (test with `kli version`).
```bash
./heartnet-cli-workflow.sh
```