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.

encoding bug

+1 -1
+1 -1
cli/cow.py
··· 213 213 _controller_address(controller_hex), 214 214 initial_wrapped, 215 215 ).call() 216 - registered = bytes(contract.functions.cows(cow_hash).call()[1]).decode() != "" 216 + registered = contract.functions.cows(cow_hash).call()[1] != "" 217 217 218 218 click.echo(f"status: {'active' if registered else 'not registered on-chain'}") 219 219 click.echo(f"wrapped: {wrapped_did}")