How can I store picture in hypereldger channel

0 votes

In my Hyperledger fabric project, I have a scenario where one of the asset is of type (images). How do I handle this asset in chaincode and are there any samples i can refer to (preferebly node.js)

Aug 21, 2018 in Blockchain by Johnathon
• 9,090 points
364 views

1 answer to this question.

0 votes

Design of relationships between assets, participants and transaction is easier with using Composer. This is just my opinion, but I think creating chaincode in golang tends to be more complex. In our project we use Fabric SDK and golang chaincode only when we cannot do something (e.g. capturing block events, multiplying channels dynamically) with Composer's function

Have you already tried these tutorials? It says about how to deploy chaincode (bna) to fabric network in them.hyperledger.github.io/composer/tutorials/developer-tutorial I haven't able to find any sample apps with client interface but, FYI, I think the one in article below is a comprehensive example of apps with Hyperledger Composer(sorry but it's written in Japanese, please use translation software). qiita.com/smatsui@github/items/a67efff76c1e3519b815

answered Aug 21, 2018 by Perry
• 17,100 points

Related Questions In Blockchain

0 votes
1 answer

How to store picture(s) in a hyperledger blockchain channel

You can hold images as encrypted characters ...READ MORE

answered Jun 16, 2018 in Blockchain by charlie_brown
• 7,720 points
1,131 views
+1 vote
2 answers

Can I include real world data in a smart contract? If so, how?

You cant access/embed real world data using ...READ MORE

answered Jul 18, 2018 in Blockchain by sapan
879 views
+1 vote
1 answer

How can I modify stored data in blockchain??

One of the important feature of a ...READ MORE

answered Apr 18, 2018 in Blockchain by Christine
• 15,790 points
5,709 views
+2 votes
2 answers

How can I traverse the blocks of transactions in hyperledger fabric?

For hyperledger fabric you can use query ...READ MORE

answered May 8, 2018 in Blockchain by Rachel
5,035 views
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,215 views
0 votes
1 answer

Invalid Batch or signature in Savtooth

This will solve your problem import org.apache.commons.codec.binary.Hex; Transaction txn ...READ MORE

answered Aug 1, 2018 in Blockchain by digger
• 26,740 points
708 views
+1 vote
1 answer
0 votes
1 answer

How can i read headers of blockchain in multichain?

You could use a recent feature known ...READ MORE

answered Mar 26, 2018 in Blockchain by Perry
• 17,100 points
552 views
+1 vote
1 answer

How do i generate corda nodes keystores in dev mode?

In Corda, the node will look into ...READ MORE

answered Apr 11, 2018 in Blockchain by Perry
• 17,100 points
1,316 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP