delventhalz / transfer-chain-js

A simple Hyperledger Sawtooth app that handles transferring of assets
Apache License 2.0
36 stars 18 forks source link

How to append to a block? #6

Closed nimesha95 closed 6 years ago

nimesha95 commented 6 years ago

Hi, i'm building a platform based on your code base. Well i'm able to the add a custom payload (a json of information about items) using "createAsset" function.

What i want to know is how to append some items to the created block (more or less append some information the json i submitted to the blockchain). Is it possible?

sorry if it is a dumb question. Newbie to the blockchain

nimesha95 commented 6 years ago

Figured it out