UNPKG

bifcore-sdk-nodejs-bop

Version:
10 lines (7 loc) 298 B
'use strict' import {Ed25519VerificationKey2020} from '@digitalbazaar/ed25519-verification-key-2020'; it('test getBidAndKeyPair()', async () => { // Generate Ed25519 key pair const edKeyPair = await Ed25519VerificationKey2020.generate(); console.log('edKeyPair:', edKeyPair); })