import * as wn from "webnative"
const ourDID = await wn.did.ucan()
const otherDID = "did:key:EXAMPLE"
* This can be another UCAN which has a bigger, or equal,
* set of permissions than the UCAN we're building later.
const possibleProof = null // or, other UCAN.
* The UCAN, encoded as a string.
const ucan = await wn.ucan.build({
lifetimeInSeconds: 60 * 60 * 24, // UCAN expires in 24 hours