{"id":316743,"date":"2023-04-12T13:00:14","date_gmt":"2023-04-12T12:00:14","guid":{"rendered":"https:\/\/cryptoslate.com\/?p=316743"},"modified":"2023-04-12T02:08:55","modified_gmt":"2023-04-12T01:08:55","slug":"how-to-solve-the-blockchain-infrastructure-security-problem-while-creating-a-dapp","status":"publish","type":"post","link":"https:\/\/cryptoslate.com\/how-to-solve-the-blockchain-infrastructure-security-problem-while-creating-a-dapp\/","title":{"rendered":"How to solve the blockchain infrastructure security problem while creating a dApp"},"content":{"rendered":"<p class=\"c0\"><span class=\"c1\">The race for WEB3 has begun. Venture capitalists, cryptocurrency startups, engineers, and visionaries are developing WEB3 (or Web 3.0) powered by blockchain. A new frontier arose, more democratic, decentralized, independent, and ideal for data recovery.<\/span><\/p>\n<p class=\"c0\"><span class=\"c1\">But is everything so perfect regarding decentralization and security of infrastructures? No, and numerous cases of man-in-the-middle attacks are proof of that.<\/span><\/p>\n<p class=\"c0\"><span class=\"c1\">But to solve the security issue, let's remember what WEB3 is. The core concept of WEB3 is to solve the security problems caused by centralization and to provide people with authority over their data and identification. So at what level of technology are these unfortunate incidents of security breaches occurring in your blockchain infrastructure? Let's figure it out.<\/span><\/p>\n<p class=\"c0\"><span class=\"c1\">To focus on the internal aspects of WEB3, technologies such as EVM, Solidity, and JavaScript still play a massive role. However, we use Node providers and WEB3 API providers when discussing backend features.<\/span><\/p>\n<p class=\"c0\"><strong><span class=\"c6\">Node providers<\/span><\/strong><span class=\"c1\">\u00a0are companies that allow you to use their services instead of running your nodes. This is very convenient because instead of setting up your node and experiencing all the stress and expense that comes with it, you can send your dApp transaction requests over the Internet to the node provider. If you're interested in smart contract development, you may use one or two node providers (for redundancy).<\/span><\/p>\n<p class=\"c0\">There are many\u00a0<span class=\"c6\"><strong>WEB3 API providers<\/strong>; however<\/span><span class=\"c1\">, in many instances, these companies work with nodes behind the scenes. With these tools applied, you can get any pre-compiled and pre-computed data on the chain.<\/span><\/p>\n<p class=\"c0\"><span class=\"c1\">Moreover, it is simple to establish reliable communication and interaction between different applications through these WEB3 APIs. In addition, quality APIs keep coding consistent and stable. We, therefore, rely on trustworthy WEB3 APIs the most when creating applications.<\/span><\/p>\n<p class=\"c0\">\ud83d\udca1\u00a0<span class=\"c6\"><strong>Difference between Node providers and WEB3 API providers<\/strong>:<\/span><span class=\"c1\">\u00a0WEB3 provider allows your application to communicate with a blockchain node by submitting JSON-RPC requests to a server. Node service providers run distributed node clients behind the scenes and let them write to and read from a blockchain using an API key.<\/span><\/p>\n<h2 id=\"h.1t4j2fn4oj43\" class=\"c12\"><span class=\"c14\">What is the security threat for dApps developers?<\/span><\/h2>\n<p class=\"c0\"><span class=\"c1\">Nodes are still relatively primitive technologies, but they are still valuable. For example, a WEB3 node cannot tell you what users have deposited in their accounts. Besides simply providing raw blockchain information, nodes cannot process multiple smart contracts. Furthermore, nodes have limited capabilities and can only process one chain. Fortunately, there are APIs available to help you circumvent this limitation.<\/span><\/p>\n<p class=\"c0\"><span class=\"c1\">APIs define and standardize applications' interactions, allowing you to use raw blockchain data. This is why WEB3 APIs are helpful for dApp development. WEB3 APIs are a key component in the development of dApps; in addition to offering a simple interface, they allow a piece of software to interact with other applications. Because reliable APIs allow for consistent coding in a stable environment, dApp developers don't need to reinvent the wheel.<\/span><\/p>\n<p class=\"c0\"><span class=\"c1\">Furthermore, by using these WEB3 provider APIs, you can easily link to nodes. Therefore, you do not have to worry about connecting to nodes when using these APIs. When interacting with these providers, you may also receive all sorts of valuable precalculated and precompiled on-chain data.<\/span><\/p>\n<p class=\"c0\"><span class=\"c1\">But such services do not entirely close developers' requests in the security plans, and in most cases, you have to pay in advance for their use.<\/span><\/p>\n<p class=\"c0\"><span class=\"c1\">The fact is that there are more and more cases of dApps being hacked using the man-in-the-middle attack we mentioned above.<\/span><\/p>\n<p class=\"c0\"><span class=\"c1\">This is when an attacker, using vulnerabilities in DNS servers (for example), switched servers to serve jsonrpc-endpoints traffic.<\/span><\/p>\n<p class=\"c0\">One victim is known to<a class=\"c3\" href=\"https:\/\/www.google.com\/url?q=https:\/\/twitter.com\/MistTrack_io?ref_src%3Dtwsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1540276161812774913%257Ctwgr%255E%257Ctwcon%255Es1_%26ref_url%3Dhttps%253A%252F%252Fau.topnews.media%252Fukraine%252Fruxus-hackers-attacked-defi-projects-of-namecheap-clients%252F&sa=D&source=editors&ust=1681253118835674&usg=AOvVaw01erpE_nc-YhwdyMeQeccZ\">\u00a0<\/a><span class=\"c4\"><a class=\"c3\" href=\"https:\/\/www.google.com\/url?q=https:\/\/twitter.com\/MistTrack_io?ref_src%3Dtwsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1540276161812774913%257Ctwgr%255E%257Ctwcon%255Es1_%26ref_url%3Dhttps%253A%252F%252Fau.topnews.media%252Fukraine%252Fruxus-hackers-attacked-defi-projects-of-namecheap-clients%252F&sa=D&source=editors&ust=1681253118836250&usg=AOvVaw0emAycBx49_WprSLwLHeHU\">have lost 16.5 WBTC<\/a><\/span><span class=\"c1\">\u00a0(~$350,840). And about 23 cryptocurrency projects have already encountered a similar DNS attack.<\/span><\/p>\n<p class=\"c0\"><span class=\"c1\">A very simple solution allows you to protect yourself from such man-in-the-middle attacks. And we will return to this.<\/span><\/p>\n<p class=\"c0\"><span class=\"c1\">Also, if you have a development team, you can go your own way and try to build your solution, but you need a super-skilled team of like-minded people to make it work.<\/span><\/p>\n<p class=\"c0\"><span class=\"c1\">The difficulty of this process is that you can significantly overestimate your strength. A task that seems easy then raises many questions, which are solved by many years of experience in one's work. Therefore, if you have a lot of time and resources, you should accept this path.<\/span><\/p>\n<h2 id=\"h.o6ekpyp572dc\" class=\"c12\"><span class=\"c14\">Violation of 3 main blockchain principles in the WEB3<\/span><\/h2>\n<p class=\"c0\"><span class=\"c1\">So let's take a breath now and look at the current security challenges in the WEB3 world from an infrastructure perspective.<\/span><\/p>\n<p class=\"c0\"><span class=\"c1\">The main principles of blockchain are<\/span><\/p>\n<ul class=\"c8 lst-kix_fbhv193n1rsb-0 start\">\n<li class=\"c0 c2 li-bullet-0\"><span class=\"c1\">decentralization<\/span><\/li>\n<li class=\"c0 c2 li-bullet-0\"><span class=\"c1\">transparency<\/span><\/li>\n<li class=\"c0 c2 li-bullet-0\"><span class=\"c1\">trustlessness<\/span><\/li>\n<\/ul>\n<p class=\"c0\">But does it work in practice? Take a look at the\u00a0<span class=\"c6\">most popular dApp architecture<\/span><span class=\"c1\">.<\/span><\/p>\n<figure id=\"attachment_316762\" aria-describedby=\"caption-attachment-316762\" style=\"width: 1293px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-316762 size-full\" src=\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2023\/04\/image1-1.png\" alt=\"Most popular dApp architecture\" width=\"1293\" height=\"641\" srcset=\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2023\/04\/image1-1.png 1293w, https:\/\/cryptoslate.com\/wp-content\/uploads\/2023\/04\/image1-1-300x149.png 300w, https:\/\/cryptoslate.com\/wp-content\/uploads\/2023\/04\/image1-1-1024x508.png 1024w, https:\/\/cryptoslate.com\/wp-content\/uploads\/2023\/04\/image1-1-768x381.png 768w\" sizes=\"(max-width: 1293px) 100vw, 1293px\" \/><figcaption id=\"caption-attachment-316762\" class=\"wp-caption-text\">Most popular dApp architecture<\/figcaption><\/figure>\n<p class=\"c0\"><img decoding=\"async\" title=\"\" src=\"images\/image1.png\" alt=\"\" \/><span class=\"c1\">We can see that users on the front end are sending requests to JSON-RPC providers (this could be Infura, Alchemy, Quicknode, etc.).<\/span><\/p>\n<p class=\"c0\"><span class=\"c1\">So the requests are routed to a shared environment where we have no control over the data transformation at the API gateway, caching engine, blockchain nodes, or anything else.<\/span><\/p>\n<p class=\"c0\">And this is where the first problem arises because a\u00a0<span class=\"c6\">shared environment means that many users, bots, and hackers, in particular, work in the same environment<\/span><span class=\"c1\">. This is a real black box for the developer that attracts too much attention from attackers.<\/span><\/p>\n<p class=\"c0\"><span class=\"c1\">Well, this approach contradicts all 3 principles of WEB3 because:<\/span><\/p>\n<ol class=\"c8 lst-kix_g4vnqpq74q32-0 start\" start=\"1\">\n<li class=\"c0 c2 li-bullet-0\"><span class=\"c1\">It centralizes access to the Blockchain, passing everything through a shared environment;<\/span><\/li>\n<li class=\"c0 c2 li-bullet-0\"><span class=\"c1\">It is not transparent\u2014we cannot verify responses from such an API;<\/span><\/li>\n<li class=\"c0 c2 li-bullet-0\"><span class=\"c1\">Therefore, it cannot be called true mistrust since the security issues of such an infrastructure are based simply on trust. See for yourself in the following diagram.<\/span><\/li>\n<\/ol>\n<figure id=\"attachment_316763\" aria-describedby=\"caption-attachment-316763\" style=\"width: 1236px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-316763 size-full\" src=\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2023\/04\/image3-1.png\" alt=\"dApp architecture issues\" width=\"1236\" height=\"593\" srcset=\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2023\/04\/image3-1.png 1236w, https:\/\/cryptoslate.com\/wp-content\/uploads\/2023\/04\/image3-1-300x144.png 300w, https:\/\/cryptoslate.com\/wp-content\/uploads\/2023\/04\/image3-1-1024x491.png 1024w, https:\/\/cryptoslate.com\/wp-content\/uploads\/2023\/04\/image3-1-768x368.png 768w\" sizes=\"(max-width: 1236px) 100vw, 1236px\" \/><figcaption id=\"caption-attachment-316763\" class=\"wp-caption-text\">dApp architecture issues<\/figcaption><\/figure>\n<p class=\"c0\"><img decoding=\"async\" title=\"\" src=\"images\/image3.png\" alt=\"\" \/>The second issue is that the described infrastructure version\u00a0<span class=\"c6\">allows for man-in-the-middle attacks<\/span><span class=\"c1\">, which criminals periodically use.<\/span><\/p>\n<p class=\"c0\"><span class=\"c1\">The following services can be attacked:<\/span><\/p>\n<ul class=\"c8 lst-kix_t614l5fcfm6l-0 start\">\n<li style=\"list-style-type: none;\">\n<ul class=\"c8 lst-kix_t614l5fcfm6l-0 start\">\n<li class=\"c0 c2 li-bullet-0\"><span class=\"c1\">Domain or DNS registrars<\/span><\/li>\n<li class=\"c0 c2 li-bullet-0\"><span class=\"c1\">JSON-RPC providers<\/span><\/li>\n<li class=\"c0 c2 li-bullet-0\"><span class=\"c1\">Any third-party aggregated services<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h2 id=\"h.p754m7s96kjo\" class=\"c0 c16\">A self-hosted cluster of blockchain nodes is the only solution<\/h2>\n<p>But is there a solution? Yes \u2014\u00a0configured on-prem environment.<\/p>\n<p>First, it uses a self-hosted cluster of blockchain nodes. All nodes are initialized from official genesis and synchronized using p2p. This ensures data consistency.<\/p>\n<p>Nodes should be updated periodically with reduced snapshots to run as efficiently as possible. The ideal solution is automatically creating new nodes from the reduced snapshot when zooming. If you initialize the node from scratch, this approach allows you to get a new node within 30 minutes instead of several days.<\/p>\n<p>Another critical point is the automatic update of the blockchain software after its release\u2014this can also be done. The main thing is to create a snapshot with the new version (as sometimes it may require some data operations, which can take time), and then the new nodes should start automatically with the new snapshot and updated software.<\/p>\n<p>Below is an infrastructure diagram that solves most of the described problems.<\/p>\n<figure id=\"attachment_316764\" aria-describedby=\"caption-attachment-316764\" style=\"width: 960px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-316764 size-full\" src=\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2023\/04\/image2-5.gif\" alt=\"dApp infrastructuresolution\" width=\"960\" height=\"540\" \/><figcaption id=\"caption-attachment-316764\" class=\"wp-caption-text\">dApp infrastructure solution<\/figcaption><\/figure>\n<p>It is also significant to monitor the synchronization state and exclude those nodes that are behind the upstream flow. This can be done, for example, with the help of health checks.<\/p>\n<p>In addition to the fact that access can be limited by IP address, it is worth mentioning that the good old JWT token can protect against domain registrar or DNS attacks. JWT token is easily integrated into web3js and other libraries and should be implemented on the API gateway side in our blockchain cluster.<\/p>\n<p>In this way, we make the blockchain endpoint secure and decentralized.<\/p>\n<h2>Summing up<\/h2>\n<p>Web3 is still in its early stages. But the race for decentralization is already on. And you will be able to see that the most secure applications are likely to be the ones that use the most innovative and open-source approaches.<\/p>\n<p class=\"c0\">And therefore, you should not ignore the basic principles of WEB3 because then your newly created dApp will not provide security to other participants. The only option currently available is an\u00a0<a href=\"https:\/\/www.google.com\/url?q=https:\/\/rpcfast.com\/self-hosted-cluster&sa=D&source=editors&ust=1681253118839708&usg=AOvVaw05FsQ4xsL9xKKJFOiNyfNY\">autonomous cluster<\/a>\u00a0of geo-distributed blockchain nodes.<\/p>\n<p class=\"c10\"><span class=\"c1\">Author:<\/span><\/p>\n<p class=\"c10\"><span class=\"c5\">Daniel Yavorovych<\/span><\/p>\n<p class=\"c10\">Co-Founder & CTO at\u00a0<span class=\"c4\"><a class=\"c3\" href=\"https:\/\/www.google.com\/url?q=https:\/\/rpcfast.com\/&sa=D&source=editors&ust=1681253118840608&usg=AOvVaw1kXElWbM1pzhISlwkXHoK1\">RPCFast<\/a><\/span>\u00a0and\u00a0<span class=\"c4\"><a class=\"c3\" href=\"https:\/\/www.google.com\/url?q=https:\/\/dysnix.com\/&sa=D&source=editors&ust=1681253118840870&usg=AOvVaw2cyYYR6z30MYalhyhIG1IK\">Dysnix<\/a><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The race for WEB3 has begun. Venture capitalists, cryptocurrency startups, engineers, and visionaries are developing WEB3 (or Web 3.0) powered by blockchain. A new frontier arose, more democratic, decentralized, independent, and ideal for data recovery. But is everything so perfect regarding decentralization and security of infrastructures? No, and numerous cases of man-in-the-middle attacks are proof [&hellip;]<\/p>\n","protected":false},"author":1412,"featured_media":316824,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[25891,36,77252],"tags":[],"prediction_market_topic":[],"post_folder":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.9 (Yoast SEO v21.9.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to solve the blockchain infrastructure security problem while creating a dApp<\/title>\n<meta name=\"description\" content=\"The core concept of WEB3 is to solve the security problems caused by centralization and to provide people with authority over their data and identification.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cryptoslate.com\/how-to-solve-the-blockchain-infrastructure-security-problem-while-creating-a-dapp\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to solve the blockchain infrastructure security problem while creating a dApp\" \/>\n<meta property=\"og:description\" content=\"The core concept of WEB3 is to solve the security problems caused by centralization and to provide people with authority over their data and identification.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cryptoslate.com\/how-to-solve-the-blockchain-infrastructure-security-problem-while-creating-a-dapp\/\" \/>\n<meta property=\"og:site_name\" content=\"CryptoSlate\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-12T12:00:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-12T01:08:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2023\/04\/blockchain-security.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Daniel Yavorovych\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@cryptoslate\" \/>\n<meta name=\"twitter:site\" content=\"@cryptoslate\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Daniel Yavorovych\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"NewsArticle\",\"@id\":\"https:\/\/cryptoslate.com\/how-to-solve-the-blockchain-infrastructure-security-problem-while-creating-a-dapp\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/cryptoslate.com\/how-to-solve-the-blockchain-infrastructure-security-problem-while-creating-a-dapp\/\"},\"author\":{\"@type\":\"Person\",\"@id\":\"https:\/\/cryptoslate.com\/author\/daniel-yavorovych\/#person\",\"name\":\"Daniel Yavorovych\",\"url\":\"https:\/\/cryptoslate.com\/author\/daniel-yavorovych\/\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cryptoslate.com\/author\/daniel-yavorovych\/\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/cryptoslate.com\/author\/daniel-yavorovych\/#authorimage\",\"url\":\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2023\/04\/unnamed.png\",\"contentUrl\":\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2023\/04\/unnamed.png\",\"caption\":\"Daniel Yavorovych\"},\"jobTitle\":\"Co-founder & CTO\",\"description\":\"Daniel Yavorovych is a co-founder and CTO at Dysnix & RPCfast, and one of the leading experts in blockchain infrastructure. Over the past 12 years, he has be...\",\"worksFor\":{\"@id\":\"https:\/\/cryptoslate.com\/#organization\"},\"sameAs\":[\"https:\/\/x.com\/yavorovych_da\",\"https:\/\/www.linkedin.com\/in\/daniel-yavorovych\"]},\"headline\":\"How to solve the blockchain infrastructure security problem while creating a dApp\",\"datePublished\":\"2023-04-12T12:00:14+00:00\",\"dateModified\":\"2023-04-12T12:00:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cryptoslate.com\/how-to-solve-the-blockchain-infrastructure-security-problem-while-creating-a-dapp\/\"},\"wordCount\":1344,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/cryptoslate.com\/#organization\"},\"articleSection\":[\"Guest Post\",\"Opinion\",\"Web3\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/cryptoslate.com\/how-to-solve-the-blockchain-infrastructure-security-problem-while-creating-a-dapp\/#respond\"]}],\"copyrightYear\":\"2023\",\"copyrightHolder\":{\"@id\":\"https:\/\/cryptoslate.com\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cryptoslate.com\/how-to-solve-the-blockchain-infrastructure-security-problem-while-creating-a-dapp\/\",\"url\":\"https:\/\/cryptoslate.com\/how-to-solve-the-blockchain-infrastructure-security-problem-while-creating-a-dapp\/\",\"name\":\"How to solve the blockchain infrastructure security problem while creating a dApp\",\"isPartOf\":{\"@id\":\"https:\/\/cryptoslate.com\/#website\"},\"datePublished\":\"2023-04-12T12:00:14+00:00\",\"dateModified\":\"2023-04-12T12:00:14+00:00\",\"description\":\"The core concept of WEB3 is to solve the security problems caused by centralization and to provide people with authority over their data and identification.\",\"breadcrumb\":{\"@id\":\"https:\/\/cryptoslate.com\/how-to-solve-the-blockchain-infrastructure-security-problem-while-creating-a-dapp\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cryptoslate.com\/how-to-solve-the-blockchain-infrastructure-security-problem-while-creating-a-dapp\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cryptoslate.com\/how-to-solve-the-blockchain-infrastructure-security-problem-while-creating-a-dapp\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cryptoslate.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to solve the blockchain infrastructure security problem while creating a dApp\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cryptoslate.com\/#website\",\"url\":\"https:\/\/cryptoslate.com\/\",\"name\":\"CryptoSlate\",\"description\":\"Cryptocurrency News and Real-time Coin Data\",\"publisher\":{\"@id\":\"https:\/\/cryptoslate.com\/#organization\"},\"inLanguage\":\"en-US\"},{\"@type\":\"NewsMediaOrganization\",\"@id\":\"https:\/\/cryptoslate.com\/#organization\",\"name\":\"CryptoSlate\",\"url\":\"https:\/\/cryptoslate.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cryptoslate.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2018\/05\/c-logo.jpg\",\"contentUrl\":\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2018\/05\/c-logo.jpg\",\"width\":1000,\"height\":1000,\"caption\":\"CryptoSlate\"},\"image\":{\"@id\":\"https:\/\/cryptoslate.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/twitter.com\/cryptoslate\",\"https:\/\/www.instagram.com\/cryptoslate\",\"https:\/\/www.linkedin.com\/company\/cryptoslate\",\"https:\/\/www.youtube.com\/c\/cryptoslate\",\"https:\/\/cryptoslate.substack.com\",\"https:\/\/t.me\/cryptoslatenews\",\"https:\/\/www.crunchbase.com\/organization\/cryptoslate\",\"https:\/\/iq.wiki\/wiki\/cryptoslate\",\"https:\/\/news.google.com\/publications\/CAAqKggKIiRDQklTRlFnTWFoRUtEMk55ZVhCMGIzTnNZWFJsTG1OdmJTZ0FQAQ\",\"https:\/\/muckrack.com\/media-outlet\/cryptoslate\",\"https:\/\/www.tiktok.com\/@cryptoslatenews\"],\"publishingPrinciples\":\"https:\/\/cryptoslate.com\/editorial-policy\/#editorial-principles\",\"ownershipFundingInfo\":\"https:\/\/cryptoslate.com\/disclaimers\/how-cryptoslate-makes-and-spends-money\/\",\"correctionsPolicy\":\"https:\/\/cryptoslate.com\/editorial-policy\/#corrections-feedback\",\"ethicsPolicy\":\"https:\/\/cryptoslate.com\/editorial-policy\/#editorial-principles\",\"foundingDate\":\"2017-08-04\",\"founder\":[{\"@type\":\"Person\",\"name\":\"Nate Whitehill\"},{\"@type\":\"Person\",\"name\":\"Matthew Blancarte\"}],\"contactPoint\":[{\"@type\":\"ContactPoint\",\"contactType\":\"customer support\",\"url\":\"https:\/\/cryptoslate.com\/contact\/\",\"availableLanguage\":\"en-US\"},{\"@type\":\"ContactPoint\",\"contactType\":\"sales\",\"url\":\"https:\/\/cryptoslate.com\/advertising\/\",\"availableLanguage\":\"en-US\"},{\"@type\":\"ContactPoint\",\"contactType\":\"newsroom\",\"url\":\"https:\/\/cryptoslate.com\/editorial-policy\/#corrections-feedback\",\"email\":\"tips@cryptoslate.com\",\"availableLanguage\":\"en-US\"}],\"masthead\":\"https:\/\/cryptoslate.com\/about\/#masthead\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/cryptoslate.com\/#\/schema\/person\/0fd79496365aeea5460848f06125f06a\",\"name\":\"Daniel Yavorovych\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cryptoslate.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2023\/04\/unnamed.png\",\"contentUrl\":\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2023\/04\/unnamed.png\",\"caption\":\"Daniel Yavorovych\"},\"description\":\"Daniel Yavorovych is a co-founder and CTO at Dysnix &amp; RPCfast, and one of the leading experts in blockchain infrastructure. Over the past 12 years, he has been developing cloud solutions, with the last 6 years devoted to Dysnix, a company he founded to address the challenges at the intersection of DevOps and blockchain. Daniel's interests also extend to AI\/ML, which he has implemented in both client and proprietary products. He firmly believes that data is the oil of today and therefore creates and develops products based on the Data as a Service model. Outside of work, Daniel enjoys playing in the playback theatre.\",\"url\":\"https:\/\/cryptoslate.com\/author\/daniel-yavorovych\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to solve the blockchain infrastructure security problem while creating a dApp","description":"The core concept of WEB3 is to solve the security problems caused by centralization and to provide people with authority over their data and identification.","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:\/\/cryptoslate.com\/how-to-solve-the-blockchain-infrastructure-security-problem-while-creating-a-dapp\/","og_locale":"en_US","og_type":"article","og_title":"How to solve the blockchain infrastructure security problem while creating a dApp","og_description":"The core concept of WEB3 is to solve the security problems caused by centralization and to provide people with authority over their data and identification.","og_url":"https:\/\/cryptoslate.com\/how-to-solve-the-blockchain-infrastructure-security-problem-while-creating-a-dapp\/","og_site_name":"CryptoSlate","article_published_time":"2023-04-12T12:00:14+00:00","article_modified_time":"2023-04-12T01:08:55+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/cryptoslate.com\/wp-content\/uploads\/2023\/04\/blockchain-security.jpg","type":"image\/jpeg"}],"author":"Daniel Yavorovych","twitter_card":"summary_large_image","twitter_creator":"@cryptoslate","twitter_site":"@cryptoslate","twitter_misc":{"Written by":"Daniel Yavorovych","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/cryptoslate.com\/how-to-solve-the-blockchain-infrastructure-security-problem-while-creating-a-dapp\/#article","isPartOf":{"@id":"https:\/\/cryptoslate.com\/how-to-solve-the-blockchain-infrastructure-security-problem-while-creating-a-dapp\/"},"author":{"@type":"Person","@id":"https:\/\/cryptoslate.com\/author\/daniel-yavorovych\/#person","name":"Daniel Yavorovych","url":"https:\/\/cryptoslate.com\/author\/daniel-yavorovych\/","mainEntityOfPage":{"@id":"https:\/\/cryptoslate.com\/author\/daniel-yavorovych\/"},"image":{"@type":"ImageObject","@id":"https:\/\/cryptoslate.com\/author\/daniel-yavorovych\/#authorimage","url":"https:\/\/cryptoslate.com\/wp-content\/uploads\/2023\/04\/unnamed.png","contentUrl":"https:\/\/cryptoslate.com\/wp-content\/uploads\/2023\/04\/unnamed.png","caption":"Daniel Yavorovych"},"jobTitle":"Co-founder & CTO","description":"Daniel Yavorovych is a co-founder and CTO at Dysnix & RPCfast, and one of the leading experts in blockchain infrastructure. Over the past 12 years, he has be...","worksFor":{"@id":"https:\/\/cryptoslate.com\/#organization"},"sameAs":["https:\/\/x.com\/yavorovych_da","https:\/\/www.linkedin.com\/in\/daniel-yavorovych"]},"headline":"How to solve the blockchain infrastructure security problem while creating a dApp","datePublished":"2023-04-12T12:00:14+00:00","dateModified":"2023-04-12T12:00:14+00:00","mainEntityOfPage":{"@id":"https:\/\/cryptoslate.com\/how-to-solve-the-blockchain-infrastructure-security-problem-while-creating-a-dapp\/"},"wordCount":1344,"commentCount":0,"publisher":{"@id":"https:\/\/cryptoslate.com\/#organization"},"articleSection":["Guest Post","Opinion","Web3"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cryptoslate.com\/how-to-solve-the-blockchain-infrastructure-security-problem-while-creating-a-dapp\/#respond"]}],"copyrightYear":"2023","copyrightHolder":{"@id":"https:\/\/cryptoslate.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/cryptoslate.com\/how-to-solve-the-blockchain-infrastructure-security-problem-while-creating-a-dapp\/","url":"https:\/\/cryptoslate.com\/how-to-solve-the-blockchain-infrastructure-security-problem-while-creating-a-dapp\/","name":"How to solve the blockchain infrastructure security problem while creating a dApp","isPartOf":{"@id":"https:\/\/cryptoslate.com\/#website"},"datePublished":"2023-04-12T12:00:14+00:00","dateModified":"2023-04-12T12:00:14+00:00","description":"The core concept of WEB3 is to solve the security problems caused by centralization and to provide people with authority over their data and identification.","breadcrumb":{"@id":"https:\/\/cryptoslate.com\/how-to-solve-the-blockchain-infrastructure-security-problem-while-creating-a-dapp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cryptoslate.com\/how-to-solve-the-blockchain-infrastructure-security-problem-while-creating-a-dapp\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cryptoslate.com\/how-to-solve-the-blockchain-infrastructure-security-problem-while-creating-a-dapp\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cryptoslate.com\/"},{"@type":"ListItem","position":2,"name":"How to solve the blockchain infrastructure security problem while creating a dApp"}]},{"@type":"WebSite","@id":"https:\/\/cryptoslate.com\/#website","url":"https:\/\/cryptoslate.com\/","name":"CryptoSlate","description":"Cryptocurrency News and Real-time Coin Data","publisher":{"@id":"https:\/\/cryptoslate.com\/#organization"},"inLanguage":"en-US"},{"@type":"NewsMediaOrganization","@id":"https:\/\/cryptoslate.com\/#organization","name":"CryptoSlate","url":"https:\/\/cryptoslate.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cryptoslate.com\/#\/schema\/logo\/image\/","url":"https:\/\/cryptoslate.com\/wp-content\/uploads\/2018\/05\/c-logo.jpg","contentUrl":"https:\/\/cryptoslate.com\/wp-content\/uploads\/2018\/05\/c-logo.jpg","width":1000,"height":1000,"caption":"CryptoSlate"},"image":{"@id":"https:\/\/cryptoslate.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/twitter.com\/cryptoslate","https:\/\/www.instagram.com\/cryptoslate","https:\/\/www.linkedin.com\/company\/cryptoslate","https:\/\/www.youtube.com\/c\/cryptoslate","https:\/\/cryptoslate.substack.com","https:\/\/t.me\/cryptoslatenews","https:\/\/www.crunchbase.com\/organization\/cryptoslate","https:\/\/iq.wiki\/wiki\/cryptoslate","https:\/\/news.google.com\/publications\/CAAqKggKIiRDQklTRlFnTWFoRUtEMk55ZVhCMGIzTnNZWFJsTG1OdmJTZ0FQAQ","https:\/\/muckrack.com\/media-outlet\/cryptoslate","https:\/\/www.tiktok.com\/@cryptoslatenews"],"publishingPrinciples":"https:\/\/cryptoslate.com\/editorial-policy\/#editorial-principles","ownershipFundingInfo":"https:\/\/cryptoslate.com\/disclaimers\/how-cryptoslate-makes-and-spends-money\/","correctionsPolicy":"https:\/\/cryptoslate.com\/editorial-policy\/#corrections-feedback","ethicsPolicy":"https:\/\/cryptoslate.com\/editorial-policy\/#editorial-principles","foundingDate":"2017-08-04","founder":[{"@type":"Person","name":"Nate Whitehill"},{"@type":"Person","name":"Matthew Blancarte"}],"contactPoint":[{"@type":"ContactPoint","contactType":"customer support","url":"https:\/\/cryptoslate.com\/contact\/","availableLanguage":"en-US"},{"@type":"ContactPoint","contactType":"sales","url":"https:\/\/cryptoslate.com\/advertising\/","availableLanguage":"en-US"},{"@type":"ContactPoint","contactType":"newsroom","url":"https:\/\/cryptoslate.com\/editorial-policy\/#corrections-feedback","email":"tips@cryptoslate.com","availableLanguage":"en-US"}],"masthead":"https:\/\/cryptoslate.com\/about\/#masthead"},{"@type":"Person","@id":"https:\/\/cryptoslate.com\/#\/schema\/person\/0fd79496365aeea5460848f06125f06a","name":"Daniel Yavorovych","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cryptoslate.com\/#\/schema\/person\/image\/","url":"https:\/\/cryptoslate.com\/wp-content\/uploads\/2023\/04\/unnamed.png","contentUrl":"https:\/\/cryptoslate.com\/wp-content\/uploads\/2023\/04\/unnamed.png","caption":"Daniel Yavorovych"},"description":"Daniel Yavorovych is a co-founder and CTO at Dysnix &amp; RPCfast, and one of the leading experts in blockchain infrastructure. Over the past 12 years, he has been developing cloud solutions, with the last 6 years devoted to Dysnix, a company he founded to address the challenges at the intersection of DevOps and blockchain. Daniel's interests also extend to AI\/ML, which he has implemented in both client and proprietary products. He firmly believes that data is the oil of today and therefore creates and develops products based on the Data as a Service model. Outside of work, Daniel enjoys playing in the playback theatre.","url":"https:\/\/cryptoslate.com\/author\/daniel-yavorovych\/"}]}},"_links":{"self":[{"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/posts\/316743"}],"collection":[{"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/users\/1412"}],"replies":[{"embeddable":true,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/comments?post=316743"}],"version-history":[{"count":6,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/posts\/316743\/revisions"}],"predecessor-version":[{"id":316768,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/posts\/316743\/revisions\/316768"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/media\/316824"}],"wp:attachment":[{"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/media?parent=316743"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/categories?post=316743"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/tags?post=316743"},{"taxonomy":"prediction_market_topic","embeddable":true,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/prediction_market_topic?post=316743"},{"taxonomy":"post_folder","embeddable":true,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/post_folder?post=316743"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}