{"id":9409,"date":"2025-03-07T07:07:49","date_gmt":"2025-03-07T06:07:49","guid":{"rendered":"https:\/\/wsj-crypto.com\/?p=9409"},"modified":"2025-03-07T07:07:49","modified_gmt":"2025-03-07T06:07:49","slug":"creating-your-own-transparent-banking-system-on-the-blockchain-a-practical-guide","status":"publish","type":"post","link":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/creating-your-own-transparent-banking-system-on-the-blockchain-a-practical-guide\/","title":{"rendered":"Creating Your Own Transparent Banking System on the Blockchain: A Practical Guide"},"content":{"rendered":"<p><\/p>\n<div id=\"\">\n<p class=\"chakra-text css-gi02ar\">This is the third and concluding entry in a sequence about utilizing the Ethereum Wallet to establish your own autonomous organizations. In the <!-- --><a class=\"chakra-link css-ug8vf0\" href=\"https:\/\/blog.ethereum.org\/2015\/12\/03\/how-to-build-your-own-cryptocurrency\">initial post, we elaborated on how to develop a token<!-- --><\/a>, followed by the <!-- --><a class=\"chakra-link css-ug8vf0\" href=\"https:\/\/blog.ethereum.org\/2015\/12\/04\/ethereum-in-practice-part-2-how-to-build-a-better-democracy-in-under-a-100-lines-of-code\">subsequent post where we demonstrated how to forge a digital democracy governed by those tokens<!-- --><\/a>. Now, we will complete the loop and establish a token <!-- --><em class=\"chakra-text css-0\">governed<!-- --><\/em> by the Organization!<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">We will adjust the token contract to permit it to be minted by your DAO. So, jot down your DAO\u2019s current address in a notepad (be mindful of the icon) and <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"http:\/\/chriseth.github.io\/browser-solidity\/?gist=1e8ebf35ff1fd48aca46\">retrieve this source code<!-- --><\/a> and you know the routine:<!-- --><strong> contracts &gt; deploy new contract &gt; solidity source code &gt; select contract<!-- --><\/strong><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">You can input the parameters however you wish (yes, emojis are allowed in string fields) but you\u2019ll spot one new field that was previously absent: Central Minter. Here, add the address of your freshly created democracy contract.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\"><a class=\"chakra-link css-ug8vf0\" href=\"https:\/\/blog.ethereum.org\/images\/posts\/2015\/12\/Screen-Shot-2015-12-01-at-7.09.11-PM.png\"><\/a><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">\u00a0<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Click Deploy and let&#8217;s wait for the transaction to be processed. After receiving at least two confirmations, navigate to your democracy contract, and you\u2019ll find that it now possesses a million of your new coins. Now if you go to the Contracts tab, you\u2019ll notice a new <!-- --><strong>DAO dollar (admin page)<!-- --><\/strong> contract in your collection.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Select the &#8220;mintToken&#8221; function on your right and then enter any address you possess as the &#8220;target,&#8221; along with the number of new mints you wish to create from thin air in that account. Press &#8220;<!-- --><strong>execute<!-- --><\/strong>&#8221; but <!-- --><strong>don\u2019t press send<!-- --><\/strong>! You\u2019ll see a warning indicating that the transaction cannot be executed. This occurs because only the <!-- --><strong>Minter <!-- --><\/strong>(which is currently set to the DAO address) can invoke that function, and you are trying to call it from your main account. However, the calling code remains the same, which is why you can merely copy it.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Instead, <!-- --><strong>copy the contract execution code from the &#8220;data&#8221; field<!-- --><\/strong> and keep it aside in a notepad. Additionally, obtain the address of your new &#8220;Mint&#8221; contract and store it safely.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\"><a class=\"chakra-link css-ug8vf0\" href=\"https:\/\/blog.ethereum.org\/images\/posts\/2015\/12\/Screen-Shot-2015-12-01-at-7.17.06-PM.png\"><img decoding=\"async\" alt=\"Ethereum Wallet Screen-Shot-2015-12-01-at-7.17.06-PM\" src=\"https:\/\/blog.ethereum.org\/images\/posts\/2015\/12\/Screen-Shot-2015-12-01-at-7.17.06-PM.png\" class=\"chakra-image css-hw6q2r\"\/><\/a><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Now return to the democracy contract and formulate a new proposal using these specifics:<!-- --><\/p>\n<p><!-- --><\/p>\n<ul role=\"list\" class=\"css-1onhfjo\">\n<li class=\"css-cvpopp\">For the <!-- --><strong>beneficiary<!-- --><\/strong>, enter the address of your new token<!-- --><\/li>\n<li class=\"css-cvpopp\">Leave <!-- --><strong>etherAmount<!-- --><\/strong> empty<!-- --><\/li>\n<li class=\"css-cvpopp\">In the <!-- --><strong>jobDescription<!-- --><\/strong>, simply provide a brief description indicating you are minting new coins<!-- --><\/li>\n<li class=\"css-cvpopp\">Under the <!-- --><strong>transactionBytecode<!-- --><\/strong>, paste the bytecode you saved from the data field in the previous step<!-- --><\/li>\n<\/ul>\n<p>\u00a0<br \/>\n<!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\"><a class=\"chakra-link css-ug8vf0\" href=\"https:\/\/blog.ethereum.org\/images\/posts\/2015\/12\/Screen-Shot-2015-12-01-at-7.22.48-PM.png\"><img decoding=\"async\" alt=\"Ethereum Wallet Screen Shot 2015-12-01 at 7.22.48 PM\" src=\"https:\/\/blog.ethereum.org\/images\/posts\/2015\/12\/Screen-Shot-2015-12-01-at-7.22.48-PM.png\" class=\"chakra-image css-hw6q2r\"\/><\/a><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">\u00a0<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">In a few moments, you should see the details of the proposal. Unlike other fields, transactionBytecode can be exceptionally long and thus costly to store on the blockchain. Therefore, instead of archiving it, the individual executing the call later will provide the bytecode.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">However, this does create a security vulnerability: how can a proposal be voted on without the actual code present? And what stops a user from executing different code once the proposal receives votes? That\u2019s why we maintain the hash of the bytecode. Scroll down a bit in the &#8220;read from contract&#8221; function list, and you\u2019ll find a proposal checker function, where anyone can insert all the function parameters and verify if they correspond to the one being voted on. This also ensures that proposals are not executed unless the hash of the bytecode precisely matches the one in the provided code.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">\u00a0<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\"><a class=\"chakra-link css-ug8vf0\" href=\"https:\/\/blog.ethereum.org\/images\/posts\/2015\/12\/Screen-Shot-2015-12-02-at-11.51.50-AM.png\"><img decoding=\"async\" alt=\"It's an older code, but it checks out\" src=\"https:\/\/blog.ethereum.org\/images\/posts\/2015\/12\/Screen-Shot-2015-12-02-at-11.51.50-AM.png\" class=\"chakra-image css-hw6q2r\"\/><\/a> <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/www.youtube.com\/watch?v=4HJ-Y8YTo8Q\"><br \/>\nIt&#8217;s an older code, but it checks out<!-- --><\/a><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\"><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/www.youtube.com\/watch?v=4HJ-Y8YTo8Q\">\u00a0<!-- --><\/a><\/p>\n<p>Now anyone can participate in voting on the proposal, and once the voting duration has concluded, anyone with the correct bytecode can request the votes to be counted and the contract executed. If the proposal garners sufficient backing, the newly minted coins should appear in Alice&#8217;s account as though it were a transfer from address Zero.<br \/>\n<!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">\u00a0<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\"><a class=\"chakra-link css-ug8vf0\" href=\"https:\/\/blog.ethereum.org\/images\/posts\/2015\/12\/Screen-Shot-2015-12-02-at-12.02.43-PM.png\"><img decoding=\"async\" alt=\"Why a transfer from code zero? Because it says so on the code. You can change that as you will\" src=\"https:\/\/blog.ethereum.org\/images\/posts\/2015\/12\/Screen-Shot-2015-12-02-at-12.02.43-PM.png\" class=\"chakra-image css-hw6q2r\"\/><\/a> Why a transfer from address\u00a0zero? Because performing the reverse, sending a coin to 0x00, is a method to effectively annihilate it, but more importantly, because it is stated in the contract code. You are free to modify that as you prefer.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">\u00a0<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">And now you possess a central minter contract that solely exists within the blockchain, entirely fraud-proof since all of their transactions are recorded transparently. The mint can also withdraw coins from circulation by simply directing the coins it holds to address Zero or by freezing the funds in any account, but it&#8217;s <!-- --><strong>mathematically impossible<!-- --><\/strong> for the Mint to perform any of these actions or to create more coins without the backing ofenough stakeholders of the mint.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Potential applications of this DAO:<!-- --><\/p>\n<p><!-- --><\/p>\n<ul role=\"list\" class=\"css-1onhfjo\">\n<li class=\"css-cvpopp\">The establishment of a universal stable cryptocurrency. By regulating the overall quantity of coins in circulation, the Mint stakeholders can endeavor to create an asset whose value remains relatively stable.<!-- --><\/li>\n<li class=\"css-cvpopp\">Issuance of backed asset certificates: the coins may symbolize an external currency or items that the Mint possesses and can validate to its stakeholders and token holders. When the Mint acquires or disposes of more of these assets, it can burn or produce additional assets to ensure that their digital inventory consistently aligns with their real counterparts.<!-- --><\/li>\n<li class=\"css-cvpopp\">Digitally supported assets. The Mint can retain ether or other Ethereum-based digital currencies and utilize that to support the value of the circulating currencies.<!-- --><\/li>\n<\/ul>\n<p><!-- --><\/p>\n<h2 class=\"chakra-heading css-1w54o5f\" id=\"improvements-suggestions\">Suggestions for Enhancements<!-- --><\/h2>\n<p>There are several approaches through which this framework can be further optimized, but we will leave it as a challenge and exercise for the reader:<br \/>\n<!-- --><\/p>\n<ol role=\"list\" class=\"css-13a5a39\">\n<li class=\"css-cvpopp\">At present, votes are cast by stakeholders based on freely tradable tokens. Could membership instead be determined by invitation, where each member holds a single vote (or perhaps utilize <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"http:\/\/ericposner.com\/quadratic-voting\/\">quadratic voting<!-- --><\/a> or <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/en.wikipedia.org\/wiki\/Delegative_democracy\">liquid democracy<!-- --><\/a>)?<!-- --><\/li>\n<li class=\"css-cvpopp\">What alternative voting systems could be implemented? Perhaps the vote could be more nuanced rather than simply binary: you could choose to delay the decision, or cast a neutral vote that still contributes to the quorum.<!-- --><\/li>\n<li class=\"css-cvpopp\">Currently, all proposals have an equal debate duration. Could this be made proportional to the value transfer being proposed? How would you translate that into tokens?<!-- --><\/li>\n<li class=\"css-cvpopp\">Is it feasible to design a superior token that can be autonomously generated by sending ether into it, which can subsequently be retrieved by burning the token, with a fluctuating market price?<!-- --><\/li>\n<li class=\"css-cvpopp\">What additional assets or capabilities can the DAO possess beyond tokens?<!-- --><\/li>\n<\/ol>\n<\/div>\n<p><br \/>\n<br \/><a href=\"https:\/\/blog.ethereum.org\/en\/2015\/12\/07\/ethereum-in-practice-part-3-how-to-build-your-own-transparent-bank-on-the-blockchain\">Source link <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This is the third and concluding entry in a sequence about utilizing the Ethereum Wallet to establish your own autonomous organizations. In the initial post, we elaborated on how to develop a token, followed by the subsequent post where we demonstrated how to forge a digital democracy governed by those tokens. Now, we will complete<\/p>\n","protected":false},"author":3,"featured_media":8282,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23],"tags":[1604],"class_list":["post-9409","post","type-post","status-publish","format-standard","has-post-thumbnail","category-ethereum","tag-return-a-list-of-comma-separated-tags-from-this-title-ethereum-in-practice-part-3-how-to-build-your-own-transparent-bank-on-the-blockchain"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Creating Your Own Transparent Banking System on the Blockchain: A Practical Guide - WSJ-Crypto<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/creating-your-own-transparent-banking-system-on-the-blockchain-a-practical-guide\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Creating Your Own Transparent Banking System on the Blockchain: A Practical Guide - WSJ-Crypto\" \/>\n<meta property=\"og:description\" content=\"This is the third and concluding entry in a sequence about utilizing the Ethereum Wallet to establish your own autonomous organizations. In the initial post, we elaborated on how to develop a token, followed by the subsequent post where we demonstrated how to forge a digital democracy governed by those tokens. Now, we will complete\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/creating-your-own-transparent-banking-system-on-the-blockchain-a-practical-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"WSJ-Crypto\" \/>\n<meta property=\"article:published_time\" content=\"2025-03-07T06:07:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"2100\" \/>\n\t<meta property=\"og:image:height\" content=\"900\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"wsjcrypto\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Scritto da\" \/>\n\t<meta name=\"twitter:data1\" content=\"wsjcrypto\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/creating-your-own-transparent-banking-system-on-the-blockchain-a-practical-guide\/\",\"url\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/creating-your-own-transparent-banking-system-on-the-blockchain-a-practical-guide\/\",\"name\":\"Creating Your Own Transparent Banking System on the Blockchain: A Practical Guide - WSJ-Crypto\",\"isPartOf\":{\"@id\":\"https:\/\/wsj-crypto.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/creating-your-own-transparent-banking-system-on-the-blockchain-a-practical-guide\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/creating-your-own-transparent-banking-system-on-the-blockchain-a-practical-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg\",\"datePublished\":\"2025-03-07T06:07:49+00:00\",\"author\":{\"@id\":\"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7\"},\"breadcrumb\":{\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/creating-your-own-transparent-banking-system-on-the-blockchain-a-practical-guide\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/creating-your-own-transparent-banking-system-on-the-blockchain-a-practical-guide\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/creating-your-own-transparent-banking-system-on-the-blockchain-a-practical-guide\/#primaryimage\",\"url\":\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg\",\"contentUrl\":\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg\",\"width\":2100,\"height\":900},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/creating-your-own-transparent-banking-system-on-the-blockchain-a-practical-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wsj-crypto.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Creating Your Own Transparent Banking System on the Blockchain: A Practical Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wsj-crypto.com\/#website\",\"url\":\"https:\/\/wsj-crypto.com\/\",\"name\":\"WSJ-Crypto\",\"description\":\"Just Another Crypto News Website\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wsj-crypto.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7\",\"name\":\"wsjcrypto\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/wsj-crypto.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/86fe8af82ea089646d6639ca2f87e0243d8688d957bd8e3ec22ec3c457cc16d4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/86fe8af82ea089646d6639ca2f87e0243d8688d957bd8e3ec22ec3c457cc16d4?s=96&d=mm&r=g\",\"caption\":\"wsjcrypto\"},\"url\":\"https:\/\/wsj-crypto.com\/index.php\/author\/wsjcrypto\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Creating Your Own Transparent Banking System on the Blockchain: A Practical Guide - WSJ-Crypto","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:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/creating-your-own-transparent-banking-system-on-the-blockchain-a-practical-guide\/","og_locale":"it_IT","og_type":"article","og_title":"Creating Your Own Transparent Banking System on the Blockchain: A Practical Guide - WSJ-Crypto","og_description":"This is the third and concluding entry in a sequence about utilizing the Ethereum Wallet to establish your own autonomous organizations. In the initial post, we elaborated on how to develop a token, followed by the subsequent post where we demonstrated how to forge a digital democracy governed by those tokens. Now, we will complete","og_url":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/creating-your-own-transparent-banking-system-on-the-blockchain-a-practical-guide\/","og_site_name":"WSJ-Crypto","article_published_time":"2025-03-07T06:07:49+00:00","og_image":[{"width":2100,"height":900,"url":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg","type":"image\/jpeg"}],"author":"wsjcrypto","twitter_card":"summary_large_image","twitter_misc":{"Scritto da":"wsjcrypto","Tempo di lettura stimato":"5 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/creating-your-own-transparent-banking-system-on-the-blockchain-a-practical-guide\/","url":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/creating-your-own-transparent-banking-system-on-the-blockchain-a-practical-guide\/","name":"Creating Your Own Transparent Banking System on the Blockchain: A Practical Guide - WSJ-Crypto","isPartOf":{"@id":"https:\/\/wsj-crypto.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/creating-your-own-transparent-banking-system-on-the-blockchain-a-practical-guide\/#primaryimage"},"image":{"@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/creating-your-own-transparent-banking-system-on-the-blockchain-a-practical-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg","datePublished":"2025-03-07T06:07:49+00:00","author":{"@id":"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7"},"breadcrumb":{"@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/creating-your-own-transparent-banking-system-on-the-blockchain-a-practical-guide\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/creating-your-own-transparent-banking-system-on-the-blockchain-a-practical-guide\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/creating-your-own-transparent-banking-system-on-the-blockchain-a-practical-guide\/#primaryimage","url":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg","contentUrl":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg","width":2100,"height":900},{"@type":"BreadcrumbList","@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/creating-your-own-transparent-banking-system-on-the-blockchain-a-practical-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wsj-crypto.com\/"},{"@type":"ListItem","position":2,"name":"Creating Your Own Transparent Banking System on the Blockchain: A Practical Guide"}]},{"@type":"WebSite","@id":"https:\/\/wsj-crypto.com\/#website","url":"https:\/\/wsj-crypto.com\/","name":"WSJ-Crypto","description":"Just Another Crypto News Website","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wsj-crypto.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Person","@id":"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7","name":"wsjcrypto","image":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/wsj-crypto.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/86fe8af82ea089646d6639ca2f87e0243d8688d957bd8e3ec22ec3c457cc16d4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/86fe8af82ea089646d6639ca2f87e0243d8688d957bd8e3ec22ec3c457cc16d4?s=96&d=mm&r=g","caption":"wsjcrypto"},"url":"https:\/\/wsj-crypto.com\/index.php\/author\/wsjcrypto\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts\/9409","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/comments?post=9409"}],"version-history":[{"count":2,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts\/9409\/revisions"}],"predecessor-version":[{"id":9411,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts\/9409\/revisions\/9411"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/media\/8282"}],"wp:attachment":[{"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/media?parent=9409"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/categories?post=9409"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/tags?post=9409"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}