1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-11-22 17:50:09 +01:00

Small update to seed func docs

This commit is contained in:
michielmulders 2017-09-28 13:16:01 +02:00
parent 791de0d760
commit 25054cc136

View File

@ -357,8 +357,8 @@ Recap: Asset Creation & Transfer
.then(() => conn.searchAssets('Bicycle Inc.')) .then(() => conn.searchAssets('Bicycle Inc.'))
.then(assets => console.log('Found assets with serial number Bicycle Inc.:', assets)) .then(assets => console.log('Found assets with serial number Bicycle Inc.:', assets))
Seed Functionality Seed Functionality Ed25519Keypair
------------------ ---------------------------------
BigchainDB JavaScript driver allows you to create a keypair based on a seed. BigchainDB JavaScript driver allows you to create a keypair based on a seed.
The constructor accepts a 32 byte seed. One of the ways to create a seed from The constructor accepts a 32 byte seed. One of the ways to create a seed from