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.

systemd config for cow api

+13
+13
web/cow-api.service
··· 1 + [Unit] 2 + Description=did:cow API 3 + After=network.target 4 + 5 + [Service] 6 + User=didcow 7 + WorkingDirectory=/home/didcow/working/did-cow/web 8 + ExecStart=/usr/bin/python3 -m uvicorn app:app --host 127.0.0.1 --port 6666 9 + Restart=on-failure 10 + RestartSec=5 11 + 12 + [Install] 13 + WantedBy=multi-user.target