Skip to content

Commit

Permalink
add instructions to signify-richard
Browse files Browse the repository at this point in the history
  • Loading branch information
kentbull committed May 19, 2023
1 parent a3b410a commit cf98cf1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ target/
.vscode/
.fleet/
venv/
credential.json
credential.json
static/
20 changes: 12 additions & 8 deletions signify-richard.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
"""
1. Clear out the KERI directories: rm -rfv ~/.keri && rm -rfv /usr/local/var/keri
2. Run kli witness demo from the KERIpy directory
3. Make sure KERIA is installed with python -m pip install -e ./keria . Do it this way, so you have the latest development version installed.
4. Run KERIA like so from the KERIA directory: keria start --config-file demo-witness-oobis.json --config-dir ./scripts
5. Make sure SignifyPy is installed: python -m pip install -e ./signifypy from one directory above wherever you have SignifyPy cloned. Do it this way so you have the latest development version installed.
6. Then run the signify-richard.py script with python signify-richard.py
"""
import json
import os
from time import sleep

import requests
from keri.app.keeping import Algos
from keri.core import coring
import responses
from responses import _recorder

import pytest
from keri import kering
from keri.core.coring import Tiers, Serder, MtrDex

from keri.app.keeping import Algos
from keri.core import coring
from keri.core.coring import Serder
from signify.app.clienting import SignifyClient


@responses.activate
def read_responses():
SIGNIFY_TEST_DIR='/Users/kbull/code/keri/kentbull/signifypy/tests/app'
Expand Down

0 comments on commit cf98cf1

Please sign in to comment.