mirror of
https://github.com/bigchaindb/site.git
synced 2024-12-24 18:36:11 +01:00
that's required
This commit is contained in:
parent
d3e511a33f
commit
5b0af66ecd
@ -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))
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user