Skip to content

Instantly share code, notes, and snippets.

@dirkcuys
Created August 4, 2022 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dirkcuys/92afb5181766528d9cadb8cbd51f8155 to your computer and use it in GitHub Desktop.
Save dirkcuys/92afb5181766528d9cadb8cbd51f8155 to your computer and use it in GitHub Desktop.
const transmuteWallet = require('@transmute/universal-wallet').wallet
walletData = {
key: "value",
}
transmuteWallet.add(walletData)
transmuteWallet.export('passphrase').then( function(ew){
console.log(ew);
console.log(ew.credentialSubject.encryptedWalletContents.recipients);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment