Is it possible to disclose all data to a SQL-database?

+1 vote
I would really like to write the activity in the blockchain to a database such as SQL server or NoSQL so that i could visualize the blockchain in a ASP.NET application.

Would this be a possibility with MultiChain?
asked Jun 23, 2017 by Ivo

1 Answer

0 votes
 
Best answer

MultiChain doesn't yet have this functionality built in, but you can use blockchain querying commands to built this synchronization at the application level. The most helpful API is getblock with verbose=4.

answered Jun 23, 2017 by MultiChain
...