How to create applications on Multichain ?

+1 vote
Hi

Im an absolute newbie to Multichain. I actually have a Final Year Project (i.e Thesis) on BlockChains.

I have been asked by my project advisor to create an application on the Multichain using Java or Python

 

i am a bit confused , as i have never really created an application on a blockchain

 

so , can someone help me out on how to create application on Multichain using Python ?

 

P.S : the scope of what an app could be is quite flexible , it could be anything like a voting application or any other thing. i just desperately need something to present to my advisor.
asked Jun 21, 2017 by Yasir

1 Answer

+2 votes
 
Best answer
Easy peasy.  Just write a front-end, that uses the JSON-RPC (blockchain communication) as a backend.

Think about it this way.  You are creating a full-stack applicaiton, and you are also using multichain as a database.

Watch this: https://www.youtube.com/watch?v=CpUMn66UtRQ

Instead of web3.js, you are using the JSON-RPC multichain library
answered Sep 21, 2017 by jward01
selected Jan 4, 2019 by Yasir
...