did:cow, a proposal for an ID resolution method with most of the convenience of did:plc/did:web and the robustness of a public blockchain
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

script to register a did:cow

+9
+9
cli/register_goat_navy.sh
··· 1 + #!/bin/bash 2 + set -e 3 + 4 + DID="did:cow:8BC101ABF5BcF8b6209FaaAD4D761C1ED14999Be:plc:pyzlzqt6b2nyrha7smfry6rv" 5 + 6 + echo "Initializing $DID" 7 + python3 "$(dirname "$0")/cow.py" initialize "$DID" 8 + echo "" 9 + python3 "$(dirname "$0")/cow.py" describe "$DID"