【发布时间】:2020-06-05 22:50:08
【问题描述】:
假设我正在创建一个密钥对 rahul,
我可以通过
获取公钥和私钥const rahul = new BigchainDB.Ed25519Keypair()```
console.log('public key \n',rahul.publicKey);
console.log('private key \n',rahul.privateKey);```
apart from this, where can find the key pair of rahul in storage ?
【问题讨论】:
标签: bigchaindb