1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-06-10 20:00:25 +02:00

that's required

This commit is contained in:
Matthias Kretschmann 2017-06-22 17:39:36 +02:00
parent d3e511a33f
commit 5b0af66ecd
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -30,6 +30,7 @@ window.addEventListener('DOMContentLoaded', function domload(event){
const alice = new driver.Ed25519Keypair()
const tx = driver.Transaction.makeCreateTransaction(
{ assetMessage: message },
{ metaDataMessage: 'hello' },
[ driver.Transaction.makeOutput(
driver.Transaction.makeEd25519Condition(alice.publicKey))
],