<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>MultiChain Developer Q&amp;A - Recent questions tagged application</title>
<link>https://www.multichain.com/qa/tag/application</link>
<description>Powered by Question2Answer</description>
<item>
<title>Road Map for creating an application using Multichain</title>
<link>https://www.multichain.com/qa/15748/road-map-for-creating-an-application-using-multichain</link>
<description>&lt;p&gt;I am new to blockchains and want to create an audit log based on multichain. It will be highly appreciated if someone help&amp;nbsp;me in writing a road map that I have to follow to build a complete application in&amp;nbsp;multichain. Thanks&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/15748/road-map-for-creating-an-application-using-multichain</guid>
<pubDate>Wed, 25 Sep 2019 09:10:49 +0000</pubDate>
</item>
<item>
<title>Connect local node to frontend hosted on a server online</title>
<link>https://www.multichain.com/qa/14275/connect-local-node-to-frontend-hosted-on-a-server-online</link>
<description>I was working running a multichain node and a frontend locally (making request to localhost). Now I want to put the frontend hosted in AWS or another hosting provider, but I don't know, what i've to do to communicate mi multichain node to the online frontend. The idea is communicate the chain node and frontend assuming that aren't neccesary in the same network.&lt;br /&gt;
Can you give me advice or information on how to approach this challenge?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/14275/connect-local-node-to-frontend-hosted-on-a-server-online</guid>
<pubDate>Sun, 02 Jun 2019 22:29:28 +0000</pubDate>
</item>
<item>
<title>Web Application with Multichain</title>
<link>https://www.multichain.com/qa/12456/web-application-with-multichain</link>
<description>I'm trying to build a Web Application that uses Multichain in the background. In a real BlockChain based application, the user is supposed to sign the transaction by his/her private key. How would that happen in case of Web application. Should there be a node on the machine where the browser is running or should the browser have the capability to sign the transaction? I'm not completely understanding how multichain can be used in a WebApplications where users are spread across the world and still be able to sign the transactions. Of course, the registration needs to happen first. Any clues on how this can be done without centralizing the private keys and still use the web browsers?&lt;br /&gt;
&lt;br /&gt;
Thanks</description>
<guid isPermaLink="true">https://www.multichain.com/qa/12456/web-application-with-multichain</guid>
<pubDate>Sat, 19 Jan 2019 23:53:59 +0000</pubDate>
</item>
<item>
<title>how to capture multichain command output ?</title>
<link>https://www.multichain.com/qa/11666/how-to-capture-multichain-command-output</link>
<description>&lt;p&gt;I want to know if there is a way we can use the output of any Multichain API command with our application.&lt;/p&gt;&lt;p&gt;For instance, if the &lt;strong&gt;publish &lt;/strong&gt;API command results in a hexadecimal output in the Linux terminal, how would our application capture/read that output ?&lt;/p&gt;&lt;p&gt;Any help is most appreciated !&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/11666/how-to-capture-multichain-command-output</guid>
<pubDate>Mon, 26 Nov 2018 17:45:49 +0000</pubDate>
</item>
<item>
<title>What is the minimum system requirement?</title>
<link>https://www.multichain.com/qa/7519/what-is-the-minimum-system-requirement</link>
<description>What is the minimum system requirement for using multichain? Can it be used in 32bit windows system? What are other minimum parameters required for smoothing running the multichain system?&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Thank you.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/7519/what-is-the-minimum-system-requirement</guid>
<pubDate>Mon, 13 Nov 2017 12:37:28 +0000</pubDate>
</item>
<item>
<title>Is mining required on non coin based application</title>
<link>https://www.multichain.com/qa/7306/is-mining-required-on-non-coin-based-application</link>
<description>Hi Multichain Devs,&lt;br /&gt;
&lt;br /&gt;
In my case an application will have one wallet and many addresses, i.e each address is an user. Here do I have to give permission to some address to mine? &amp;nbsp;When is mining is required.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
NOTE: The application doesn't deal with any coins. &lt;br /&gt;
&lt;br /&gt;
Thanks in advance.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/7306/is-mining-required-on-non-coin-based-application</guid>
<pubDate>Fri, 27 Oct 2017 07:08:48 +0000</pubDate>
</item>
<item>
<title>Build multichain-based blockchain project</title>
<link>https://www.multichain.com/qa/7304/build-multichain-based-blockchain-project</link>
<description>What is the best way to build multichain-based blockchain project where miners have to apply a specif set of rules (different than bitcoin rules) and the created blockchain will be used to store information that will be farther used by clients nodes?&lt;br /&gt;
&lt;br /&gt;
Is it just about creating script files, to setup the parameters of the blockchain in param.dat file or more than that?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/7304/build-multichain-based-blockchain-project</guid>
<pubDate>Thu, 26 Oct 2017 12:44:34 +0000</pubDate>
</item>
<item>
<title>What is the best way to create a local wallet/node similar to Bitcoin Core using Multichain</title>
<link>https://www.multichain.com/qa/6479/create-local-wallet-node-similar-bitcoin-using-multichain</link>
<description>Hello!&lt;br /&gt;
&lt;br /&gt;
I have a private multichain blockchain. &amp;nbsp;I would like to create a stand-alone desktop wallet that can communicate with a locally installed node, the same way the Bitcoin Core wallet works (you install the wallet, the blockchain is downloaded locally, and the GUI is launched, the GUI communicates with the node installed on your local machine) Ideally I would like to create executables (.exe) for windows/linux/mac (.dmg), and install the multichain blockchain locally, and then launch my web-wallet in a desktop-app format using electron. &amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
My problem is creating local nodes for each desktop wallet. &amp;nbsp;Is there a recommended way of accomplishing this? &amp;nbsp;Is there a best way to create a local multichain node wallet that runs and deploys automatically just as a bitcoin core wallet and blockchain would? How would one go about accomplishing this?&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Note: This multichain blockchain is already created, and was not built with bitcoin compatibility as explained in the multichain docs. &amp;nbsp;This is a 100% multichain configured blockchain</description>
<guid isPermaLink="true">https://www.multichain.com/qa/6479/create-local-wallet-node-similar-bitcoin-using-multichain</guid>
<pubDate>Fri, 01 Sep 2017 07:38:57 +0000</pubDate>
</item>
<item>
<title>Live multichain based application</title>
<link>https://www.multichain.com/qa/5810/live-multichain-based-application</link>
<description>Is there any live blockchain application which is running on multichain platform?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/5810/live-multichain-based-application</guid>
<pubDate>Wed, 19 Jul 2017 08:54:34 +0000</pubDate>
</item>
<item>
<title>Web app for staring nodes</title>
<link>https://www.multichain.com/qa/5411/web-app-for-staring-nodes</link>
<description>Is there any web application for starting multichain nodes?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/5411/web-app-for-staring-nodes</guid>
<pubDate>Fri, 23 Jun 2017 09:22:21 +0000</pubDate>
</item>
<item>
<title>How to create applications on Multichain ?</title>
<link>https://www.multichain.com/qa/5383/how-to-create-applications-on-multichain</link>
<description>Hi&lt;br /&gt;
&lt;br /&gt;
Im an absolute newbie to Multichain. I actually have a Final Year Project (i.e Thesis) on BlockChains.&lt;br /&gt;
&lt;br /&gt;
I have been asked by my project advisor to create an application on the Multichain using Java or Python&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
i am a bit confused , as i have never really created an application on a blockchain&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
so , can someone help me out on how to create application on Multichain using Python ?&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
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.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/5383/how-to-create-applications-on-multichain</guid>
<pubDate>Wed, 21 Jun 2017 11:36:01 +0000</pubDate>
</item>
</channel>
</rss>