{"id":5807,"date":"2023-02-15T14:23:36","date_gmt":"2023-02-15T08:53:36","guid":{"rendered":"https:\/\/blockchainappfactory.com\/blog\/?p=5807"},"modified":"2023-02-15T14:23:36","modified_gmt":"2023-02-15T08:53:36","slug":"a-step-by-step-guide-on-how-to-develop-an-mpc-wallet","status":"publish","type":"post","link":"https:\/\/www.blockchainappfactory.com\/blog\/a-step-by-step-guide-on-how-to-develop-an-mpc-wallet\/","title":{"rendered":"A Step-by-Step Guide on How to Develop an MPC Wallet!"},"content":{"rendered":"<p>The crypto space has been growing immensely since Bitcoin\u2019s inception in 2009, and it is not without problems. Apart from the (apparently) overly technical nature of blockchains to the general public, the safety of invested money has been a problem encountered by the space. Despite efforts from centralized entities (such as CEXs) and multi-sig wallets to enhance crypto security, there have been instances of hacks and misplaced private keys, putting investors\u2019 crypto savings in danger. Also, being overly centralized (in the case of exchange savings) and overly decentralized (in the case of personal crypto wallets) has not been helpful to investors in many ways despite promising to be so.<\/p>\n<p>Is there a solution to this problem? A process called MPC wallet development says so, as it uses one of the long-known elements in the cryptography space \u2013 Multi-Party Computation. If you are thinking about how Web3 and a classic cryptographical concept can work together, this comprehensive guide can help you to get a clear understanding of how it all happens. These applications might help the Web3 space not to lose cryptocurrencies permanently, unlike the US$100 billion worth of Bitcoin lost forever due to wallet mismanagement and crypto exchange platform exploits.<\/p>\n<h2><span style=\"font-size: 20px;\">What is an MPC Wallet?<\/span><\/h2>\n<p>An MPC (Multi-Party Computation) wallet is a <strong><a href=\"https:\/\/www.blockchainappfactory.com\/web3-wallet-development\">crypto wallet application<\/a><\/strong> that uses a combination of advanced cryptography and distributed computing technologies to safeguard a wallet\u2019s private keys. For those who are new to the crypto space, the private key in a crypto wallet helps to process transactions (similar to a credit card PIN), while the public key is the wallet\u2019s address (similar to the bank account number).<\/p>\n<p>Developing an MPC wallet can be advantageous as it depends on multiple parties to hold its private keys as \u201cshares\u201d who do not need to reveal their keys to each other. For a crypto transaction to be processed from the wallet, a certain number of shares should be combined.<\/p>\n<p><span style=\"font-size: 16px;\"><strong>| <span style=\"color: #ff6600;\">Developing Your MPC Wallet Can be Vital for the Web3 Space\u2019s Growth! Don\u2019t Miss Out!<\/span><\/strong><\/span><\/p>\n<h2><span style=\"font-size: 18px;\">Technological Aspects of an MPC Wallet<\/span><\/h2>\n<h3><span style=\"font-size: 16px;\">Blockchains<\/span><\/h3>\n<p>Similar to any other Web3 application, blockchains play a crucial role in MPC wallet development. Apart from being the bases for crypto transactions, they also help in processing them by assisting other technologies. They helped in creating new-age cryptographical concepts such as threshold signatures and Multi-Party Computation, which have a huge role in crypto wallet apps.<\/p>\n<h3><span style=\"font-size: 16px;\">Threshold Signature Scheme (TSS)<\/span><\/h3>\n<p>Threshold Signatures play a major part while developing your MPC wallet. TSS, the scheme behind these signatures, helps to generate a single digital signature from multiple signers before processing a transaction. This is where Multi-Party Computation comes into play, as it helps to evaluate the private keys digitally in a distributed manner.<\/p>\n<h3><span style=\"font-size: 16px;\">Multi-Party Computation (MPC)<\/span><\/h3>\n<p>Multi-Party Computation (MPC) refers to the process of using inputs from different people without revealing them to compute the output. In the case of a wallet application, inputs correspond to shares of the private key, and the output corresponds to the ultimate private key to process a transaction. The following elements are vital for any MPC process:<\/p>\n<ul style=\"list-style-type: square;\">\n<li><strong>Correctness<\/strong>: The output produced by combining the key shares is correct, as expected.<\/li>\n<li><strong>Privacy<\/strong>: The secret key share of a party is not revealed to other participating parties.<\/li>\n<\/ul>\n<h2><span style=\"font-size: 18px;\">Workflow in an MPC Wallet<\/span><\/h2>\n<ol>\n<li><strong>Key Generation<\/strong>: The first step in processing a transaction in an MPC wallet begins with key generation. Here the public and private keys for the wallet application are created. While only one public key is generated, the number of private keys (or shares) generated depends on how many parties are involved. The process ensures that correctness and privacy are maintained as the public key is a function of the key shares, and individual key shares are not revealed to other parties.<\/li>\n<li><strong>Signing<\/strong>: In this step, the signatures are generated by inputting the key shares obtained from the last step. There also will be the public input known to all parties involved, which will be the message to be sent (in the case of a wallet, the transaction amount). The output of the process will be an irreversible digital signature where the transaction gets added to the blockchain.<\/li>\n<li><strong>Verification<\/strong>: Anyone who knows the wallet\u2019s public key can verify and validate the transaction on the blockchain. Through this, one can ensure that the transaction is indeed authenticated without doubts.<\/li>\n<li><strong>Accessing Funds<\/strong>: As for accessing funds received in the MPC wallet, it is essential to satisfy all the preset conditions established during the application setup process. Still, even if one of the parties involved in an MPC wallet loses their key share, access to crypto holdings is not blocked off, bringing a revolutionary change in crypto storage.<\/li>\n<\/ol>\n<h3><span style=\"font-size: 18px;\">How Does MPC Wallet Development Benefit the Web3 Space?<\/span><\/h3>\n<ul style=\"list-style-type: square;\">\n<li><strong>Higher Security<\/strong>: MPC wallet development offers a higher degree of security to one\u2019s crypto holdings against threats by distributing secret shares of the private key to numerous parties.<\/li>\n<li><strong>Ease of Access<\/strong>: Using an MPC wallet eases the workload for businesses by allowing multiple parties involved to access, transfer, and manage crypto assets.<\/li>\n<li><strong>High Adaptability<\/strong>: MPC wallet applications can be integrated into blockchain protocols, easing access to new networks and crypto asset types.<\/li>\n<li><strong>Maximum Privacy<\/strong>: Such a wallet can offer utmost privacy as individual inputs (key shares in this case) cannot be derived from the output. Also, with the involvement of multiple parties, gaining total control over the wallet becomes impossible for hackers.<\/li>\n<li><strong>Lesser Gas Costs<\/strong>: Since the number of transactions matters when calculating the blockchain gas fees (irrespective of the number of signers involved), costs will be the same as that of a standard blockchain transaction.<\/li>\n<li><strong>User-friendliness<\/strong>: MPC wallets are generally user-friendly (even for those new to cryptos) due to their key management processes. They also enable users to trade non-fungible tokens (NFTs) in a similar fashion.<\/li>\n<\/ul>\n<h3><span style=\"font-size: 18px;\">The Process of Building an MPC Wallet<\/span><\/h3>\n<p>The process of developing and launching an MPC wallet is presented in the following steps:<\/p>\n<ol>\n<li><strong>Initial Research<\/strong>: Building an MPC wallet begins with researching and analyzing the application. Elements such as feasibility, competition, market needs, technology, features, and working flow are determined and included in the official documentation.<\/li>\n<li><strong>Application Design<\/strong>: Our MPC wallet development campaign moves to design the application\u2019s user-end elements. Make sure to create visually-appealing user interfaces (UI) that offer seamless user experience (UX) using appropriate design practices. It is encouraged to develop a prototype first to save resources.<\/li>\n<li><strong>Application Development<\/strong>: As part of building an MPC wallet, we proceed with developing the wallet application by integrating it into the blockchain(s) you desire. Smart contracts that define the wallet\u2019s special functionality and Threshold Signature Scheme (TSS) are coded.<\/li>\n<li><strong>Quality Assurance Testing<\/strong>: Next, the campaign advances to the testing stage, where various test cases are deployed on the MPC wallet to find errors that will be resolved promptly. The process is repeated until the application is free of most errors. Alpha and Beta Testing, with the public\u2019s involvement, can help speed up the process.<\/li>\n<li><strong>Launch and Maintenance<\/strong>: The MPC wallet application is finally launched for public use after extensive promotions. Adequate care must be taken to ensure the platform is maintained and upgraded to stay relevant to the newest Web3 trends.<\/li>\n<\/ol>\n<h3><span style=\"font-size: 18px;\">Applications of MPC Wallets in Web3<\/span><\/h3>\n<ul style=\"list-style-type: disc;\">\n<li><strong>Shared Wallet Accounts<\/strong>: Organizations can make use of MPC wallets to securely store and transact assets with access to multiple parties without revealing their private keys.<\/li>\n<li><strong>Decentralized Finance Apps<\/strong>: Decentralized Finance (DeFi) apps can use these wallets to enable secure and private financial transactions, preserving the principles of P2P transactions.<\/li>\n<li><strong>Transactions of Sensitive Data<\/strong>: MPC wallets can come in handy to transact sensitive information such as financial, identity, and medical records.<\/li>\n<li><strong>Safe Voting<\/strong>: These platforms can be used for voting processes safely, making voters not need to reveal their votes while giving the outcome of the election.<\/li>\n<\/ul>\n<h3><span style=\"font-size: 18px;\">Why Use MPC Wallet for Your New Business?<\/span><\/h3>\n<p>Launching an MPC wallet is sensible from a business perspective now, as the Web3 community has realized the need for truly safe and secure transactions. With multiple trustless parties participating in processing transactions in the case of an MPC wallet, individuals and businesses can ensure the enhanced safety of their assets from malicious actors.<\/p>\n<p>While making use of the MPC wallet for your business or as your venture depends on your needs, both options are left wide open, as the business model is still evolving. It could be the right time for you to build a business that depends on an MPC wallet that functions seamlessly on multiple blockchain networks.<\/p>\n<h4><span style=\"font-size: 18px;\">Conclusion<\/span><\/h4>\n<p>At Blockchain App Factory, we excel in <a href=\"https:\/\/www.blockchainappfactory.com\/web3-wallet-development\"><strong>creating MPC wallet applications<\/strong><\/a> for clients. We also offer clients with other Web3 business applications the opportunity to integrate these wallets for better functionality. We create MPC wallet applications that consist of the following elements:<\/p>\n<ul style=\"list-style-type: disc;\">\n<li>Intuitive User Experience<\/li>\n<li>Extensive dApp Connectivity<\/li>\n<li>High-end Security<\/li>\n<li>Native User-end Features<\/li>\n<li>User-end Interface Design<\/li>\n<li>Anytime Customer Support<\/li>\n<\/ul>\n<p>Create an MPC wallet today with our experts to begin a Web3 venture for the next generation! Contact our professionals to discuss the prospects for your new business!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The crypto space has been growing immensely since Bitcoin\u2019s inception in 2009, and it is not without problems. Apart from the (apparently) overly technical nature of blockchains to the general public, the safety of invested money has been a problem encountered by the space. Despite efforts from centralized entities (such as CEXs) and multi-sig wallets&hellip;&nbsp;<a href=\"https:\/\/www.blockchainappfactory.com\/blog\/a-step-by-step-guide-on-how-to-develop-an-mpc-wallet\/\" class=\"\" rel=\"bookmark\">Read More &raquo;<span class=\"screen-reader-text\">A Step-by-Step Guide on How to Develop an MPC Wallet!<\/span><\/a><\/p>\n","protected":false},"author":100,"featured_media":5809,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"off","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"categories":[3],"tags":[1248,1249,1170],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>MPC Wallet Development: A Step-by-Step Guide!<\/title>\n<meta name=\"description\" content=\"Here we present a step-by-step guide on how to develop an MPC wallet for entrepreneurs to make the Web3 space completely secure.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.blockchainappfactory.com\/blog\/a-step-by-step-guide-on-how-to-develop-an-mpc-wallet\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MPC Wallet Development: A Step-by-Step Guide!\" \/>\n<meta property=\"og:description\" content=\"Here we present a step-by-step guide on how to develop an MPC wallet for entrepreneurs to make the Web3 space completely secure.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.blockchainappfactory.com\/blog\/a-step-by-step-guide-on-how-to-develop-an-mpc-wallet\/\" \/>\n<meta property=\"og:site_name\" content=\"Blockchain App Factory\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/BlockchainAppFactory\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-02-15T08:53:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.blockchainappfactory.com\/blog\/wp-content\/uploads\/2023\/02\/MPC-Wallet-Safeguarding-Cryptos-in-a-New-Way-1200-x-760.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"760\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jones\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Blockchain_BAF\" \/>\n<meta name=\"twitter:site\" content=\"@Blockchain_BAF\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jones\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.blockchainappfactory.com\/blog\/a-step-by-step-guide-on-how-to-develop-an-mpc-wallet\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.blockchainappfactory.com\/blog\/a-step-by-step-guide-on-how-to-develop-an-mpc-wallet\/\"},\"author\":{\"name\":\"Jones\",\"@id\":\"https:\/\/www.blockchainappfactory.com\/blog\/#\/schema\/person\/2cdffa3a5051c2bff789a25e5cc1885b\"},\"headline\":\"A Step-by-Step Guide on How to Develop an MPC Wallet!\",\"datePublished\":\"2023-02-15T08:53:36+00:00\",\"dateModified\":\"2023-02-15T08:53:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.blockchainappfactory.com\/blog\/a-step-by-step-guide-on-how-to-develop-an-mpc-wallet\/\"},\"wordCount\":1526,\"publisher\":{\"@id\":\"https:\/\/www.blockchainappfactory.com\/blog\/#organization\"},\"keywords\":[\"MPC wallet development\",\"MPC wallet development services\",\"Web3 Wallet Development\"],\"articleSection\":[\"Wallet Development\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.blockchainappfactory.com\/blog\/a-step-by-step-guide-on-how-to-develop-an-mpc-wallet\/\",\"url\":\"https:\/\/www.blockchainappfactory.com\/blog\/a-step-by-step-guide-on-how-to-develop-an-mpc-wallet\/\",\"name\":\"MPC Wallet Development: A Step-by-Step Guide!\",\"isPartOf\":{\"@id\":\"https:\/\/www.blockchainappfactory.com\/blog\/#website\"},\"datePublished\":\"2023-02-15T08:53:36+00:00\",\"dateModified\":\"2023-02-15T08:53:36+00:00\",\"description\":\"Here we present a step-by-step guide on how to develop an MPC wallet for entrepreneurs to make the Web3 space completely secure.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.blockchainappfactory.com\/blog\/a-step-by-step-guide-on-how-to-develop-an-mpc-wallet\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.blockchainappfactory.com\/blog\/#website\",\"url\":\"https:\/\/www.blockchainappfactory.com\/blog\/\",\"name\":\"Blockchain App Factory\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.blockchainappfactory.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.blockchainappfactory.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.blockchainappfactory.com\/blog\/#organization\",\"name\":\"Blockchain App Factory\",\"url\":\"https:\/\/www.blockchainappfactory.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.blockchainappfactory.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.blockchainappfactory.com\/blog\/wp-content\/uploads\/2018\/10\/logo-green-1.png\",\"contentUrl\":\"https:\/\/www.blockchainappfactory.com\/blog\/wp-content\/uploads\/2018\/10\/logo-green-1.png\",\"width\":177,\"height\":35,\"caption\":\"Blockchain App Factory\"},\"image\":{\"@id\":\"https:\/\/www.blockchainappfactory.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/BlockchainAppFactory\/\",\"https:\/\/twitter.com\/Blockchain_BAF\",\"https:\/\/www.instagram.com\/blockchainappfactory\/\",\"https:\/\/www.linkedin.com\/company\/blockchainappfactory\/\",\"https:\/\/www.youtube.com\/channel\/UCZS6OftazbyXcvS8mPa-61w\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.blockchainappfactory.com\/blog\/#\/schema\/person\/2cdffa3a5051c2bff789a25e5cc1885b\",\"name\":\"Jones\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.blockchainappfactory.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/584c3fb1c48f1cc6592fe3393dbeba81?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/584c3fb1c48f1cc6592fe3393dbeba81?s=96&d=mm&r=g\",\"caption\":\"Jones\"},\"url\":\"https:\/\/www.blockchainappfactory.com\/blog\/author\/marketting\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MPC Wallet Development: A Step-by-Step Guide!","description":"Here we present a step-by-step guide on how to develop an MPC wallet for entrepreneurs to make the Web3 space completely secure.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.blockchainappfactory.com\/blog\/a-step-by-step-guide-on-how-to-develop-an-mpc-wallet\/","og_locale":"en_US","og_type":"article","og_title":"MPC Wallet Development: A Step-by-Step Guide!","og_description":"Here we present a step-by-step guide on how to develop an MPC wallet for entrepreneurs to make the Web3 space completely secure.","og_url":"https:\/\/www.blockchainappfactory.com\/blog\/a-step-by-step-guide-on-how-to-develop-an-mpc-wallet\/","og_site_name":"Blockchain App Factory","article_publisher":"https:\/\/www.facebook.com\/BlockchainAppFactory\/","article_published_time":"2023-02-15T08:53:36+00:00","og_image":[{"width":1200,"height":760,"url":"https:\/\/www.blockchainappfactory.com\/blog\/wp-content\/uploads\/2023\/02\/MPC-Wallet-Safeguarding-Cryptos-in-a-New-Way-1200-x-760.jpg","type":"image\/jpeg"}],"author":"Jones","twitter_card":"summary_large_image","twitter_creator":"@Blockchain_BAF","twitter_site":"@Blockchain_BAF","twitter_misc":{"Written by":"Jones","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.blockchainappfactory.com\/blog\/a-step-by-step-guide-on-how-to-develop-an-mpc-wallet\/#article","isPartOf":{"@id":"https:\/\/www.blockchainappfactory.com\/blog\/a-step-by-step-guide-on-how-to-develop-an-mpc-wallet\/"},"author":{"name":"Jones","@id":"https:\/\/www.blockchainappfactory.com\/blog\/#\/schema\/person\/2cdffa3a5051c2bff789a25e5cc1885b"},"headline":"A Step-by-Step Guide on How to Develop an MPC Wallet!","datePublished":"2023-02-15T08:53:36+00:00","dateModified":"2023-02-15T08:53:36+00:00","mainEntityOfPage":{"@id":"https:\/\/www.blockchainappfactory.com\/blog\/a-step-by-step-guide-on-how-to-develop-an-mpc-wallet\/"},"wordCount":1526,"publisher":{"@id":"https:\/\/www.blockchainappfactory.com\/blog\/#organization"},"keywords":["MPC wallet development","MPC wallet development services","Web3 Wallet Development"],"articleSection":["Wallet Development"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.blockchainappfactory.com\/blog\/a-step-by-step-guide-on-how-to-develop-an-mpc-wallet\/","url":"https:\/\/www.blockchainappfactory.com\/blog\/a-step-by-step-guide-on-how-to-develop-an-mpc-wallet\/","name":"MPC Wallet Development: A Step-by-Step Guide!","isPartOf":{"@id":"https:\/\/www.blockchainappfactory.com\/blog\/#website"},"datePublished":"2023-02-15T08:53:36+00:00","dateModified":"2023-02-15T08:53:36+00:00","description":"Here we present a step-by-step guide on how to develop an MPC wallet for entrepreneurs to make the Web3 space completely secure.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.blockchainappfactory.com\/blog\/a-step-by-step-guide-on-how-to-develop-an-mpc-wallet\/"]}]},{"@type":"WebSite","@id":"https:\/\/www.blockchainappfactory.com\/blog\/#website","url":"https:\/\/www.blockchainappfactory.com\/blog\/","name":"Blockchain App Factory","description":"","publisher":{"@id":"https:\/\/www.blockchainappfactory.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.blockchainappfactory.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.blockchainappfactory.com\/blog\/#organization","name":"Blockchain App Factory","url":"https:\/\/www.blockchainappfactory.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.blockchainappfactory.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.blockchainappfactory.com\/blog\/wp-content\/uploads\/2018\/10\/logo-green-1.png","contentUrl":"https:\/\/www.blockchainappfactory.com\/blog\/wp-content\/uploads\/2018\/10\/logo-green-1.png","width":177,"height":35,"caption":"Blockchain App Factory"},"image":{"@id":"https:\/\/www.blockchainappfactory.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/BlockchainAppFactory\/","https:\/\/twitter.com\/Blockchain_BAF","https:\/\/www.instagram.com\/blockchainappfactory\/","https:\/\/www.linkedin.com\/company\/blockchainappfactory\/","https:\/\/www.youtube.com\/channel\/UCZS6OftazbyXcvS8mPa-61w"]},{"@type":"Person","@id":"https:\/\/www.blockchainappfactory.com\/blog\/#\/schema\/person\/2cdffa3a5051c2bff789a25e5cc1885b","name":"Jones","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.blockchainappfactory.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/584c3fb1c48f1cc6592fe3393dbeba81?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/584c3fb1c48f1cc6592fe3393dbeba81?s=96&d=mm&r=g","caption":"Jones"},"url":"https:\/\/www.blockchainappfactory.com\/blog\/author\/marketting\/"}]}},"_links":{"self":[{"href":"https:\/\/www.blockchainappfactory.com\/blog\/wp-json\/wp\/v2\/posts\/5807"}],"collection":[{"href":"https:\/\/www.blockchainappfactory.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.blockchainappfactory.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.blockchainappfactory.com\/blog\/wp-json\/wp\/v2\/users\/100"}],"replies":[{"embeddable":true,"href":"https:\/\/www.blockchainappfactory.com\/blog\/wp-json\/wp\/v2\/comments?post=5807"}],"version-history":[{"count":11,"href":"https:\/\/www.blockchainappfactory.com\/blog\/wp-json\/wp\/v2\/posts\/5807\/revisions"}],"predecessor-version":[{"id":5872,"href":"https:\/\/www.blockchainappfactory.com\/blog\/wp-json\/wp\/v2\/posts\/5807\/revisions\/5872"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.blockchainappfactory.com\/blog\/wp-json\/wp\/v2\/media\/5809"}],"wp:attachment":[{"href":"https:\/\/www.blockchainappfactory.com\/blog\/wp-json\/wp\/v2\/media?parent=5807"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.blockchainappfactory.com\/blog\/wp-json\/wp\/v2\/categories?post=5807"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.blockchainappfactory.com\/blog\/wp-json\/wp\/v2\/tags?post=5807"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}