Road Map for creating an application using Multichain

+2 votes

I am new to blockchains and want to create an audit log based on multichain. It will be highly appreciated if someone help me in writing a road map that I have to follow to build a complete application in multichain. Thanks

asked Sep 25, 2019 by haroonsaeed

1 Answer

+1 vote

Hi haroonsaeed,

I'm building an application using MC and I followed these steps:

- mapping your business process or your rules 
- take technical decisions (i.e. decide if you want to centralize the private key or not, how to perform mining and so on)
- create a proof of concept. At the moment I'm developing using python and making rpc but there are a lot of possibile choices.
- create your network
-  test and deploy
According to my experience, the first two points are the critical ones and take a lot of time if you have no former experience.
  Fabio

answered Sep 25, 2019 by fabio
...