Damus
sillybird profile picture
sillybird
@sillybird
@hodlbod Hello can you drop a very simple tutorial with Welshman showing how to properly interface with Zooid? Idk what I am doing wrong, would love some simple code to reference! Thank you :)
2
hodlbod · 5w
Sorry for the slow reply, I had surgery yesterday ๐Ÿ˜… From your previous note it sounds like welshman isn't authenticating, you'll want to run: ``` import {defaultSocketPolicies} from '@welshman/net' defaultSocketPolicies.push(makeSocketPolicyAuth({sign: event => signer.sign(event), shouldAuth: s...