UNPKG

did-provider-quick

Version:

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

7 lines 208 B
import * as dotenv from "dotenv"; dotenv.config(); (async () => { const jwk = JSON.parse(process.env.ARWEAVE_WALLET_JWK); console.log("jwk: ", jwk); })(); //# sourceMappingURL=loadArweaveWallet.js.map