
{"id":227,"date":"2022-01-27T10:32:30","date_gmt":"2022-01-27T10:32:30","guid":{"rendered":"https:\/\/bizbrolly.com\/?p=3265"},"modified":"2025-01-22T12:42:24","modified_gmt":"2025-01-22T12:42:24","slug":"how-can-blockchain-technology-aid-in-government-plans","status":"publish","type":"post","link":"https:\/\/bizbrolly.com\/blog\/how-can-blockchain-technology-aid-in-government-plans\/","title":{"rendered":"How Can Blockchain Technology Aid in Government Plans?"},"content":{"rendered":"<p style=\"text-align: justify;\"><span data-contrast=\"auto\">Blockchain is the technology used by developers of<\/span><b><span data-contrast=\"auto\"> <strong>cryptocurrencies<\/strong><\/span><\/b><span data-contrast=\"auto\">, like Bitcoin, to enable the exchange of financial \u201ccoins\u201d between participants in the absence of a trusted third party to ensure the transaction, such as is typically done by governments. Blockchain has evolved to become a generic approach to store and process data in a highly decentralized and secure way.<\/span><\/p>\n<p style=\"text-align: justify;\"><span data-contrast=\"auto\">All blockchains work to make <\/span><b><span data-contrast=\"auto\"><strong>decentralized nodes<\/strong><\/span><\/b><span data-contrast=\"auto\"> achieve an agreement on the total order of transactions through <\/span><b><span data-contrast=\"auto\"><strong>cryptography<\/strong><\/span><\/b><span data-contrast=\"auto\"> and an underlying consensus mechanism. Technically, blockchains generally fall into one of two categories: permissionless or permission. Permissionless blockchains allow anyone to participate, are considered \u201copen,\u201d and have trust provided by algorithms. In contrast, permission blockchains are usually \u201cprivate\u201d or \u201cconsortium\u201d and all participant identities are known but no participant needs to be trusted. In reality, variants exist where there is no clear line between <\/span><b><span data-contrast=\"auto\"><strong>different types of blockchains<\/strong><\/span><\/b><span data-contrast=\"auto\">. For instance, Ethereum, a typically <\/span><b><span data-contrast=\"auto\"><strong>permissionless blockchain<\/strong><\/span><\/b><span data-contrast=\"auto\">, can be set up as a private blockchain called the Ethereum private network. Efforts have also been made to achieve anonymity for permission blockchains.&nbsp;<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\"><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-3270 aligncenter\" src=\"https:\/\/bizbrolly.com\/wp-content\/uploads\/2022\/01\/MicrosoftTeams-image-34-300x157.png\" alt=\"blockchain technology for government\" width=\"703\" height=\"368\"><\/span><\/p>\n<p><b><span data-contrast=\"auto\"><strong>Basics of the blockchain technology market<\/strong>&nbsp;<\/span><\/b><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">&nbsp;<\/span>n<strong><strong>A Layered View of Blockchain<\/strong>&nbsp;<\/strong><\/p>\n<p style=\"text-align: justify;\"><span data-contrast=\"auto\">Blockchains can be abstracted into three different layers. At the core of blockchain is layer 1: BFT consensus\u2014also known as state machine replication\u2014which is a generic approach to tolerate failures. BFT consensus has different forms, ranging from conventional BFT protocols to PoW-based consensus. Despite fundamental differences in how consensus is achieved, any form must solve the same problem: how to enable nodes to reach consensus on the total order (i.e., consistency) of transactions submitted by clients in the form of requests. After nodes reach a consensus about the order, the data\/operations of the transactions are then processed according to the order of the transactions. As a result, distributed nodes functionally behave as if there were one centralized node. This ensures that there is only one sequence of client transactions, known as \u201cthe longest chain.\u201d Layer 2 of blockchain is the smart contract, which is essentially software code. A smart contract provides an interface for blockchain developers to implement new functions. Smart contracts can then facilitate, verify, or enforce the execution of business transactions. A smart contract can be viewed as a program that connects the underlying consensus protocols with layer 3, applications, and uses cases.<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\"><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-3271 aligncenter\" src=\"https:\/\/bizbrolly.com\/wp-content\/uploads\/2022\/01\/MicrosoftTeams-image-33-300x157.png\" alt=\"blockchain technology Indian government\" width=\"705\" height=\"369\"><\/span><\/p>\n<p><strong><strong>Building the Hash Chain<\/strong>&nbsp;<\/strong><\/p>\n<p style=\"text-align: justify;\"><span data-contrast=\"auto\">The cryptographic concepts of \u201chashing\u201d and \u201cdigital signatures\u201d provide tamper-proofing and validation. One way hash functions generate a unique output of alphanumeric text given an input of a list of transactions. Change a single thing about the list of transactions and the resulting hash is significantly different. Digital signatures like Rivest\u2013Shamir\u2013Adleman or Elliptic Curve Digital Signature Algorithm are used to \u201csign\u201d transactions. The hashes are then linked together in a chain of blocks, with any block except the first one, called the genesis block, pointing to prior hashes and signatures. Such a hash chain ensures that no one can manipulate the contents of any block or reverse the chain order.<\/span><\/p>\n<p><strong>&nbsp;<strong>Permissioned Blockchains&nbsp;<\/strong><\/strong><\/p>\n<p style=\"text-align: justify;\"><span data-contrast=\"auto\">Permissioned blockchains provide consensus and security using provably secure distributed consensus protocols. The consensus protocols do not involve expensive procedures such as in PoW. Therefore, permission systems have low latency (the time between the client sending a transaction until the client receives a reply), they are also scalable (both in the number of clients and transactions as well as the number of servers), and they consume less energy than permissionless blockchains (described in detail later).<\/span><\/p>\n<p style=\"text-align: justify;\"><span data-contrast=\"auto\">Most permission blockchains, especially those widely employed or piloted by the government, use provably secure BFT protocols. Among these BFT solutions, leader-based protocols are widely used, such as PBFT [30] and its variants [106, 108]. In these types of protocols, there is a specific leader, which proposes the order of transactions. The nodes then communicate with each other in several steps to reach an agreement on the order. In most leader-based protocols, each node sends messages to all other nodes in each step and collects matching messages from a fraction of nodes before moving to the next step. If the leader is potentially faulty or malicious, other nodes will run a leader change protocol until a new leader is elected.&nbsp;<\/span><\/p>\n<p><strong><strong>2.4 Permissionless Blockchains<\/strong>&nbsp;<\/strong><\/p>\n<p style=\"text-align: justify;\"><span data-contrast=\"auto\">Most permissionless blockchains adopt a \u201cProof-of-Something\u201d strategy. In the case of Bitcoin, this is PoW, a mathematical challenge offered to all nodes in the system to try to overcome (or work through) by an activity called mining. Once mined, a node can propose a block of transactions and get rewarded in Bitcoin if the proposal is accepted. The drawback to this approach is that throughput (the number of transactions processed per second) is limited, and the energy consumption is high. Furthermore, collusion occurs\u2014nodes form cartel-like entities called mining pools\u2014concentrating mining activity under the control of one group. With mining pools, the blockchain becomes less decentralized therefore less secure, and more susceptible to attack and manipulation.<\/span><\/p>\n<p style=\"text-align: justify;\"><span data-contrast=\"auto\">Compared with BFT-based consensus, PoW-based consensus does not have a fixed leader and can be viewed as a system where the leader changes after each block of transactions. To propose a new transaction, a node needs to first solve PoW from the previous transaction. When a node proposes a transaction, it also generates a pseudorandom number that is called a cryptographic nonce. As illustrated in Figure 4, the nonce is broadcast to all other nodes. Nodes compete to become the next leader by selecting random pending transactions and generating a hash of the selected transactions. The node that first generates a hash smaller than the nonce value is the winner and becomes the next leader. Compared with BFT consensus, PoW-based consensus involves fewer messages for nodes to reach a consensus on the transactions. The blockchains based on it can easily scale to thousands of nodes. The challenge is that more than one node might solve the puzzle at the same time, creating a fork of the hash chain. Nodes in the PoW consensus will detect the fork, eventually agree on the longest hash chain, and use it. It takes time for each transaction to be finalized after it has been proposed, usually after six blocks, each taking about 10 minutes, in the case of Bitcoin\u2014about an hour. This finalization time can be reduced using different approaches.<\/span><\/p>\n<p><b><span data-contrast=\"auto\"><strong>Interception of Blockchain technology through Asian government.<\/strong>&nbsp;<\/span><\/b><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">&nbsp;<\/span><\/p>\n<p style=\"text-align: justify;\"><span data-contrast=\"auto\">In 2019, the Filipino government endorsed the reception of <\/span><b><span data-contrast=\"auto\"><strong>Ethereum-based solutions<\/strong><\/span><\/b><span data-contrast=\"auto\"> for around 80 provincial banks to gain admittance to financial administrations. Propelling the work is the way that just 42% of Filipinos matured 15 or more established to have a financial balance because of a mix of elements<\/span><\/p>\n<p style=\"text-align: justify;\"><span data-contrast=\"auto\">The <\/span><b><span data-contrast=\"auto\"><strong>idea of blockchain<\/strong> <\/span><\/b><span data-contrast=\"auto\">city has been utilized and made inhabit Malaysia&#8217;s Melaka Straits city, a traveler city financed by the Chinese government. The venture means to utilize the blockchain to follow traveler visas, travelers, gear, and booking administrations [102]. The city will likewise deal with its own token, the DMI coin, for vacationers to trade their cash into computerized monetary forms for installment in the city by means of their cell phones.<\/span><\/p>\n<p style=\"text-align: justify;\"><span data-contrast=\"auto\">South Korea&#8217;s administration declared a 4B Korean won (about $3.5 million) grant to set up a blockchain-empowered virtual power plant in the city of Busan, the nation&#8217;s second-most crowded city. The power plant is to be cloud-based and ought to incorporate different energy assets to improve power age.<\/span><\/p>\n<p><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">&nbsp;<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Blockchain is the technology used by developers of cryptocurrencies, like Bitcoin, to enable the exchange of financial \u201ccoins\u201d between participants in the absence of a trusted third party to ensure the transaction, such as is typically done by governments. Blockchain has evolved to become a generic approach to store and process data in a highly [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":4987,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"is_footer_blog":"","footnotes":""},"categories":[32,38,14],"tags":[],"class_list":["post-227","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-chatbot-ai-agents","category-hr-tech","category-technology"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>HOW CAN BLOCKCHAIN TECHNOLOGY AIDING GOVERNMENT PLANS?| BIZBROLLY<\/title>\r\n<meta name=\"description\" content=\"Permission block chains especially piloted by Governments use secure BFT protocols, where leader keeps the transactions. Visit BizBrolly for detailed insight.\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/bizbrolly.com\/blog\/how-can-blockchain-technology-aid-in-government-plans\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"HOW CAN BLOCKCHAIN TECHNOLOGY AIDING GOVERNMENT PLANS?| BIZBROLLY\" \/>\r\n<meta property=\"og:description\" content=\"Permission block chains especially piloted by Governments use secure BFT protocols, where leader keeps the transactions. Visit BizBrolly for detailed insight.\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/bizbrolly.com\/blog\/how-can-blockchain-technology-aid-in-government-plans\/\" \/>\r\n<meta property=\"og:site_name\" content=\"Insights on Software, Strategy &amp; Scale | BizBrolly Blog\" \/>\r\n<meta property=\"article:published_time\" content=\"2022-01-27T10:32:30+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2025-01-22T12:42:24+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/bizbrolly.com\/blog\/wp-content\/uploads\/2022\/01\/How-Can-Blockchain-Technology-Aid-in-Government-Plans-.jpg\" \/>\r\n\t<meta property=\"og:image:width\" content=\"501\" \/>\r\n\t<meta property=\"og:image:height\" content=\"396\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\r\n<meta name=\"author\" content=\"admin\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/bizbrolly.com\/blog\/how-can-blockchain-technology-aid-in-government-plans\/\",\"url\":\"https:\/\/bizbrolly.com\/blog\/how-can-blockchain-technology-aid-in-government-plans\/\",\"name\":\"HOW CAN BLOCKCHAIN TECHNOLOGY AIDING GOVERNMENT PLANS?| BIZBROLLY\",\"isPartOf\":{\"@id\":\"https:\/\/bizbrolly.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/bizbrolly.com\/blog\/how-can-blockchain-technology-aid-in-government-plans\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/bizbrolly.com\/blog\/how-can-blockchain-technology-aid-in-government-plans\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/bizbrolly.com\/blog\/wp-content\/uploads\/2022\/01\/How-Can-Blockchain-Technology-Aid-in-Government-Plans-.jpg\",\"datePublished\":\"2022-01-27T10:32:30+00:00\",\"dateModified\":\"2025-01-22T12:42:24+00:00\",\"author\":{\"@id\":\"https:\/\/bizbrolly.com\/blog\/#\/schema\/person\/38fb30f1e99e20bb0bf04f4285e46ef3\"},\"description\":\"Permission block chains especially piloted by Governments use secure BFT protocols, where leader keeps the transactions. Visit BizBrolly for detailed insight.\",\"breadcrumb\":{\"@id\":\"https:\/\/bizbrolly.com\/blog\/how-can-blockchain-technology-aid-in-government-plans\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/bizbrolly.com\/blog\/how-can-blockchain-technology-aid-in-government-plans\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/bizbrolly.com\/blog\/how-can-blockchain-technology-aid-in-government-plans\/#primaryimage\",\"url\":\"https:\/\/bizbrolly.com\/blog\/wp-content\/uploads\/2022\/01\/How-Can-Blockchain-Technology-Aid-in-Government-Plans-.jpg\",\"contentUrl\":\"https:\/\/bizbrolly.com\/blog\/wp-content\/uploads\/2022\/01\/How-Can-Blockchain-Technology-Aid-in-Government-Plans-.jpg\",\"width\":501,\"height\":396,\"caption\":\"How Can Blockchain Technology Aid in Government Plans-\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/bizbrolly.com\/blog\/how-can-blockchain-technology-aid-in-government-plans\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/bizbrolly.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Can Blockchain Technology Aid in Government Plans?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/bizbrolly.com\/blog\/#website\",\"url\":\"https:\/\/bizbrolly.com\/blog\/\",\"name\":\"Insights on Software, Strategy &amp; Scale | BizBrolly Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/bizbrolly.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/bizbrolly.com\/blog\/#\/schema\/person\/38fb30f1e99e20bb0bf04f4285e46ef3\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/bizbrolly.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/550658a06f9b53a4a5f2ad8e42143f6769cb5807cde8c4dcbee65a1512781fdc?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/550658a06f9b53a4a5f2ad8e42143f6769cb5807cde8c4dcbee65a1512781fdc?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/bizbrolly.com\"],\"url\":\"https:\/\/bizbrolly.com\/blog\/author\/admin\/\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HOW CAN BLOCKCHAIN TECHNOLOGY AIDING GOVERNMENT PLANS?| BIZBROLLY","description":"Permission block chains especially piloted by Governments use secure BFT protocols, where leader keeps the transactions. Visit BizBrolly for detailed insight.","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:\/\/bizbrolly.com\/blog\/how-can-blockchain-technology-aid-in-government-plans\/","og_locale":"en_US","og_type":"article","og_title":"HOW CAN BLOCKCHAIN TECHNOLOGY AIDING GOVERNMENT PLANS?| BIZBROLLY","og_description":"Permission block chains especially piloted by Governments use secure BFT protocols, where leader keeps the transactions. Visit BizBrolly for detailed insight.","og_url":"https:\/\/bizbrolly.com\/blog\/how-can-blockchain-technology-aid-in-government-plans\/","og_site_name":"Insights on Software, Strategy &amp; Scale | BizBrolly Blog","article_published_time":"2022-01-27T10:32:30+00:00","article_modified_time":"2025-01-22T12:42:24+00:00","og_image":[{"width":501,"height":396,"url":"https:\/\/bizbrolly.com\/blog\/wp-content\/uploads\/2022\/01\/How-Can-Blockchain-Technology-Aid-in-Government-Plans-.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bizbrolly.com\/blog\/how-can-blockchain-technology-aid-in-government-plans\/","url":"https:\/\/bizbrolly.com\/blog\/how-can-blockchain-technology-aid-in-government-plans\/","name":"HOW CAN BLOCKCHAIN TECHNOLOGY AIDING GOVERNMENT PLANS?| BIZBROLLY","isPartOf":{"@id":"https:\/\/bizbrolly.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bizbrolly.com\/blog\/how-can-blockchain-technology-aid-in-government-plans\/#primaryimage"},"image":{"@id":"https:\/\/bizbrolly.com\/blog\/how-can-blockchain-technology-aid-in-government-plans\/#primaryimage"},"thumbnailUrl":"https:\/\/bizbrolly.com\/blog\/wp-content\/uploads\/2022\/01\/How-Can-Blockchain-Technology-Aid-in-Government-Plans-.jpg","datePublished":"2022-01-27T10:32:30+00:00","dateModified":"2025-01-22T12:42:24+00:00","author":{"@id":"https:\/\/bizbrolly.com\/blog\/#\/schema\/person\/38fb30f1e99e20bb0bf04f4285e46ef3"},"description":"Permission block chains especially piloted by Governments use secure BFT protocols, where leader keeps the transactions. Visit BizBrolly for detailed insight.","breadcrumb":{"@id":"https:\/\/bizbrolly.com\/blog\/how-can-blockchain-technology-aid-in-government-plans\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bizbrolly.com\/blog\/how-can-blockchain-technology-aid-in-government-plans\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bizbrolly.com\/blog\/how-can-blockchain-technology-aid-in-government-plans\/#primaryimage","url":"https:\/\/bizbrolly.com\/blog\/wp-content\/uploads\/2022\/01\/How-Can-Blockchain-Technology-Aid-in-Government-Plans-.jpg","contentUrl":"https:\/\/bizbrolly.com\/blog\/wp-content\/uploads\/2022\/01\/How-Can-Blockchain-Technology-Aid-in-Government-Plans-.jpg","width":501,"height":396,"caption":"How Can Blockchain Technology Aid in Government Plans-"},{"@type":"BreadcrumbList","@id":"https:\/\/bizbrolly.com\/blog\/how-can-blockchain-technology-aid-in-government-plans\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bizbrolly.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How Can Blockchain Technology Aid in Government Plans?"}]},{"@type":"WebSite","@id":"https:\/\/bizbrolly.com\/blog\/#website","url":"https:\/\/bizbrolly.com\/blog\/","name":"Insights on Software, Strategy &amp; Scale | BizBrolly Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bizbrolly.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/bizbrolly.com\/blog\/#\/schema\/person\/38fb30f1e99e20bb0bf04f4285e46ef3","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bizbrolly.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/550658a06f9b53a4a5f2ad8e42143f6769cb5807cde8c4dcbee65a1512781fdc?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/550658a06f9b53a4a5f2ad8e42143f6769cb5807cde8c4dcbee65a1512781fdc?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/bizbrolly.com"],"url":"https:\/\/bizbrolly.com\/blog\/author\/admin\/"}]}},"is_footer_blog":"","_links":{"self":[{"href":"https:\/\/bizbrolly.com\/blog\/wp-json\/wp\/v2\/posts\/227","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bizbrolly.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bizbrolly.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bizbrolly.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bizbrolly.com\/blog\/wp-json\/wp\/v2\/comments?post=227"}],"version-history":[{"count":1,"href":"https:\/\/bizbrolly.com\/blog\/wp-json\/wp\/v2\/posts\/227\/revisions"}],"predecessor-version":[{"id":4631,"href":"https:\/\/bizbrolly.com\/blog\/wp-json\/wp\/v2\/posts\/227\/revisions\/4631"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bizbrolly.com\/blog\/wp-json\/wp\/v2\/media\/4987"}],"wp:attachment":[{"href":"https:\/\/bizbrolly.com\/blog\/wp-json\/wp\/v2\/media?parent=227"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bizbrolly.com\/blog\/wp-json\/wp\/v2\/categories?post=227"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bizbrolly.com\/blog\/wp-json\/wp\/v2\/tags?post=227"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}