UNPKG

did-provider-quick

Version:

Veramo plugin that can enable creation and control of did:quick identifiers.

10 lines 296 B
import Arweave from "arweave"; (async () => { /** * Generate a key from the arweave wallet. */ const arweave = new Arweave({}); const jwk = await arweave.wallets.generate(); console.log("jwk: ", JSON.stringify(jwk)); })(); //# sourceMappingURL=getNewArweaveWallet.js.map