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
0

Configure Feed

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

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