tinc-x

Results 3 issues of tinc-x

``` const client = await Client.create(); const apiUrl = `/api/w3up-delegation`; const response = await fetch(apiUrl, { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ did: client.agent.did() }), }); const...

I think it'd be better if we have guide of the projects