Created
August 4, 2022 13:12
-
-
Save dirkcuys/92afb5181766528d9cadb8cbd51f8155 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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