UNPKG

did-relayer-quick

Version:

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

17 lines (13 loc) 323 B
import { TurboFactory, USD, WinstonToTokenAmount, developmentTurboConfiguration, } from "@ardrive/turbo-sdk"; import Arweave from "arweave"; import * as dotenv from "dotenv"; dotenv.config(); (async () => { const jwk = JSON.parse(process.env.ARWEAVE_WALLET_JWK!) console.log("jwk: ", jwk); })();