{"id":9420,"date":"2025-03-07T13:08:57","date_gmt":"2025-03-07T12:08:57","guid":{"rendered":"https:\/\/wsj-crypto.com\/?p=9420"},"modified":"2025-03-07T13:08:57","modified_gmt":"2025-03-07T12:08:57","slug":"reimagining-democracy-crafting-a-future-with-ethereum-in-just-100-lines-of-code","status":"publish","type":"post","link":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/reimagining-democracy-crafting-a-future-with-ethereum-in-just-100-lines-of-code\/","title":{"rendered":"Reimagining Democracy: Crafting a Future with Ethereum in Just 100 Lines of Code"},"content":{"rendered":"<p><\/p>\n<div id=\"\">\n<p class=\"chakra-text css-gi02ar\">This is the second entry in a series discussing how to utilize existing Ethereum resources to generate smart contracts without any coding skills.<!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/ethereum\/mist\/releases\/tag\/0.3.7\"> Acquire the latest Ethereum Wallet version<!-- --><\/a>, <!-- --><a class=\"chakra-link css-ug8vf0\" href=\"https:\/\/blog.ethereum.org\/2015\/12\/03\/how-to-build-your-own-cryptocurrency\">explore the initial section<!-- --><\/a> and let\u2019s enjoy!<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\"><a class=\"chakra-link css-ug8vf0\" href=\"https:\/\/blog.ethereum.org\/2015\/12\/03\/how-to-build-your-own-cryptocurrency\">Creating a token is enjoyable<!-- --><\/a>, but what worth does a token hold if it doesn&#8217;t introduce anything innovative? We are about to develop a new contract that will utilize the tokens we have just created. This contract will represent a Democratic entity residing on the blockchain, enabling anyone with a share token to vote on proposals.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Let\u2019s return to &#8220;<!-- --><strong>Contracts<!-- --><\/strong>&#8221; and subsequently select &#8220;<!-- --><strong>Deploy Contract<!-- --><\/strong>&#8220;, then paste the <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"http:\/\/chriseth.github.io\/browser-solidity\/?gist=192371538cf5e43e6dab\">DAO source code<!-- --><\/a> in the <!-- --><strong>&#8220;Solidity Source&#8221;<!-- --><\/strong> field. Choose the contract titled &#8220;Democracy&#8221; from the Picker and then set the following parameters:<!-- --><\/p>\n<p><!-- --><\/p>\n<ul role=\"list\" class=\"css-1onhfjo\">\n<li class=\"css-cvpopp\">In the <!-- --><strong>amount<!-- --><\/strong> field, you can specify any ether amount you wish your DAO to commence with. As you can transfer ether to it anytime in the future, if this is your initial attempt, keep the amount at 0 and send funds later.<!-- --><\/li>\n<li class=\"css-cvpopp\">For the <!-- --><strong>sharesAddress<!-- --><\/strong>\u00a0field, insert the address of the token contract you just established. Pay attention to the icon and color of the small circle that appears beside the address. If it doesn\u2019t perfectly match the one for the contract you previously created, then there is a mistake.<!-- --><\/li>\n<li class=\"css-cvpopp\">For the <!-- --><strong>minimumSharesForVoting<!-- --><\/strong> option, select the minimum number of shareholders that must vote on an issue before it is approved. Here, you should input an integer representing the smallest token possible; so if you established a token with 2 decimal places, entering 500 here means that for a proposal to be approved, the number of votes must exceed 5% of the total company shares.<!-- --><\/li>\n<li class=\"css-cvpopp\"><strong>minutesForDebating:\u00a0<!-- --><\/strong>This is the minimum duration a proposal must be deliberated and voted on before the outcomes can be calculated. Enter a small duration like 10 minutes for testing purposes, but use something like 20,000 if you intend to secure large ether amounts, ensuring all proposals remain for at least two weeks.<!-- --><\/li>\n<\/ul>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Your contract should resemble something like this:<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\"><strong><a class=\"chakra-link css-ug8vf0\" href=\"https:\/\/blog.ethereum.org\/images\/posts\/2015\/12\/Ethereum-Wallet-Screenshot-2015-12-03-at-3.50.36-PM-16.png\"><\/a><\/strong><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">\u00a0<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">After a brief moment, you will be redirected to a dashboard displaying your newly created contract:<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\"><strong><a class=\"chakra-link css-ug8vf0\" href=\"https:\/\/blog.ethereum.org\/images\/posts\/2015\/12\/Ethereum-Wallet-Screenshot-2015-12-03-at-3.50.36-PM-13.png\"><img decoding=\"async\" alt=\"Ethereum Wallet Screenshot 2015-12-03 at 3.50.36 PM 13\" src=\"https:\/\/blog.ethereum.org\/images\/posts\/2015\/12\/Ethereum-Wallet-Screenshot-2015-12-03-at-3.50.36-PM-13.png\" class=\"chakra-image css-hw6q2r\"\/><\/a><br \/>\n<!-- --><\/strong><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">You can also find the link to the new contract in the &#8220;Contracts&#8221; tab. If it is missing (for instance, if you are adding a contract you didn&#8217;t create), you&#8217;ll need to input it manually. To do so, you will require the contract&#8217;s address and its JSON interface, a text string that informs the wallet how to engage with the code. You can choose any name you prefer and click OK.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\"><strong><a class=\"chakra-link css-ug8vf0\" href=\"https:\/\/blog.ethereum.org\/images\/posts\/2015\/12\/Screen-Shot-2015-12-03-at-9.57.34-AM.png\"><img decoding=\"async\" alt=\"Ethereum Wallet Screen Shot 2015-12-03 at 9.57.34 AM\" src=\"https:\/\/blog.ethereum.org\/images\/posts\/2015\/12\/Screen-Shot-2015-12-03-at-9.57.34-AM.png\" class=\"chakra-image css-hw6q2r\"\/><\/a><br \/>\n<!-- --><\/strong><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Click on your new contract box to access a contract page. If you haven&#8217;t deposited any ether into that contract yet, click on deposit and enter a small ether amount to test how this specific democracy operates. If the contract already contains funds, click the &#8220;show contract info&#8221; button.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">In the <!-- --><strong>&#8220;read from contract&#8221;<!-- --><\/strong> section, you&#8217;ll find all the functions you can execute at no cost on the contract since they merely retrieve information from the blockchain. Here, you can verify, for instance, that the &#8220;sharesTokenAddress&#8221; is indeed the correct address or confirm that there are currently 0 proposals within the contract. Let&#8217;s change that.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">In the <!-- --><strong>&#8220;Write to contract&#8221;<!-- --><\/strong> section, you will discover a list of all functions that will attempt to perform actions that save data to the blockchain, thus incurring ether costs. Choose &#8220;newProposal&#8221; and it will display all the options for that function.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\"><strong><a class=\"chakra-link css-ug8vf0\" href=\"https:\/\/blog.ethereum.org\/images\/posts\/2015\/12\/Screen-Shot-2015-12-01-at-6.10.32-PM.png\"><img decoding=\"async\" alt=\"Ethereum Wallet Screen Shot 2015-12-01 at 6.10.32 PM\" src=\"https:\/\/blog.ethereum.org\/images\/posts\/2015\/12\/Screen-Shot-2015-12-01-at-6.10.32-PM.png\" class=\"chakra-image css-hw6q2r\"\/><\/a><\/strong><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">\u00a0<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">For &#8220;beneficiary,&#8221; enter the address of an individual you wish to send ether to, then specify how many ethers you want in the &#8220;etherAmount&#8221; (must be a whole number) and finally write a description detailing your reason for this transaction. Leave transactionByteCode empty for the time being. Click execute and input your password. After a few seconds, the numProposals will increase to 1, and the first proposal, number 0, will show up in the left column. As you introduce additional proposals, you can view any of them by simply entering the proposal number in the &#8220;proposals&#8221; field, allowing you to read all about it.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Voting on a proposal is also quite straightforward. Select &#8220;vote&#8221; in the function picker. Enter the proposal Number in the first box and check the &#8220;Yes&#8221; box if you support it (or leave it unchecked to vote against it). Click &#8220;<!-- --><strong>execute<!-- --><\/strong>&#8221; to submit your vote.<!-- --><\/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-01-at-6.18.22-PM.png\"><img decoding=\"async\" alt=\"Screen Shot 2015-12-01 at 6.18.22 PM\" src=\"https:\/\/blog.ethereum.org\/images\/posts\/2015\/12\/Screen-Shot-2015-12-01-at-6.18.22-PM.png\" class=\"chakra-image css-hw6q2r\"\/><\/a><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Once the minimum voting duration has elapsed, you can select\u00a0<!-- --><strong>&#8220;executeProposal&#8221;<!----><\/strong>. If the proposal merely involves sending ether, then you may also omit the &#8220;<!-- --><strong>transactionBytecode<!-- --><\/strong>&#8221; field. After clicking &#8220;execute&#8221; but prior to entering your password, be vigilant about the screen that appears. If there is an alert in the &#8220;estimated fee consumption&#8221; section, this indicates that for some reason the invoked function will not proceed and will be abruptly halted. This could signify various issues, but in the context of this contract, the warning will appear whenever an attempt is made to execute a contract before its deadline is reached, or if the user is attempting to transmit a different bytecode than what the original proposal specified. For safety reasons, if any such situations arise, the execution of the contract is abruptly halted, and the user who attempted the invalid transaction will forfeit all the ether sent for transaction fees.<!-- --><\/p>\n<p><!-- --><strong><br \/>\n<!-- --><a class=\"chakra-link css-ug8vf0\" href=\"https:\/\/blog.ethereum.org\/images\/posts\/2015\/12\/Screen-Shot-2015-12-01-at-6.21.30-PM.png\"><img decoding=\"async\" alt=\"Ethereum Wallet Screen Shot 2015-12-01 at 6.21.30 PM\" src=\"https:\/\/blog.ethereum.org\/images\/posts\/2015\/12\/Screen-Shot-2015-12-01-at-6.21.30-PM.png\" class=\"chakra-image css-hw6q2r\"\/><\/a><br \/>\n<!-- --><\/strong><br \/>\n<!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">If all proceeds smoothly, you should witness the results of the vote within moments. The &#8220;<!-- --><strong>openToVote<!-- --><\/strong>&#8221; parameter in the initial box will switch to false while the\u00a0<!-- --><strong>proposalPassed<!-- --><\/strong>\u00a0will indicate whether the proposal has been approved or not. You should also observe that the Ether balance of the contract will decrease, and the equivalent amount of ether will be transmitted to the recipient you intended to send it to.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Now take a moment to absorb this: you have just established an entity that solely exists on the blockchain, governed by votes using entirely digital tokens, yet it can transfer actual value and create a tangible impact on the world. Also recognize that the organization is no longer within your control: it will execute only the precise code you utilized to create it, perpetually. You are unable to influence it, you cannot designate it for specific purposes, and the same regulations apply whether you are transferring 0.01 or 1,000,000 ethers.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Can it possibly improve beyond this? Indeed, it can. <!-- --><a class=\"chakra-link css-ug8vf0\" href=\"https:\/\/blog.ethereum.org\/2015\/12\/07\/ethereum-in-practice-part-3-how-to-build-your-own-transparent-bank-on-the-blockchain\">In our upcoming post, we will investigate how to utilize &#8220;transactionBytecode&#8221; to enable the DAO to perform any type of Ethereum transaction<!-- --><\/a>, even managing or establishing other contracts. We will also adjust the token code to empower the DAO to regulate the quantity of a token in circulation and how to proceed with sending it forward.<!-- --><\/p>\n<\/div>\n<p><br \/>\n<br \/><a href=\"https:\/\/blog.ethereum.org\/en\/2015\/12\/04\/ethereum-in-practice-part-2-how-to-build-a-better-democracy-in-under-a-100-lines-of-code\">Source link <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This is the second entry in a series discussing how to utilize existing Ethereum resources to generate smart contracts without any coding skills. Acquire the latest Ethereum Wallet version, explore the initial section and let\u2019s enjoy! Creating a token is enjoyable, but what worth does a token hold if it doesn&#8217;t introduce anything innovative? We<\/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":[1607],"class_list":["post-9420","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-2-how-to-build-a-better-democracy-in-under-a-100-lines-of-code"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Reimagining Democracy: Crafting a Future with Ethereum in Just 100 Lines of Code - 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\/reimagining-democracy-crafting-a-future-with-ethereum-in-just-100-lines-of-code\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Reimagining Democracy: Crafting a Future with Ethereum in Just 100 Lines of Code - WSJ-Crypto\" \/>\n<meta property=\"og:description\" content=\"This is the second entry in a series discussing how to utilize existing Ethereum resources to generate smart contracts without any coding skills. Acquire the latest Ethereum Wallet version, explore the initial section and let\u2019s enjoy! Creating a token is enjoyable, but what worth does a token hold if it doesn&#8217;t introduce anything innovative? We\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/reimagining-democracy-crafting-a-future-with-ethereum-in-just-100-lines-of-code\/\" \/>\n<meta property=\"og:site_name\" content=\"WSJ-Crypto\" \/>\n<meta property=\"article:published_time\" content=\"2025-03-07T12:08:57+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\/reimagining-democracy-crafting-a-future-with-ethereum-in-just-100-lines-of-code\/\",\"url\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/reimagining-democracy-crafting-a-future-with-ethereum-in-just-100-lines-of-code\/\",\"name\":\"Reimagining Democracy: Crafting a Future with Ethereum in Just 100 Lines of Code - WSJ-Crypto\",\"isPartOf\":{\"@id\":\"https:\/\/wsj-crypto.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/reimagining-democracy-crafting-a-future-with-ethereum-in-just-100-lines-of-code\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/reimagining-democracy-crafting-a-future-with-ethereum-in-just-100-lines-of-code\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg\",\"datePublished\":\"2025-03-07T12:08:57+00:00\",\"author\":{\"@id\":\"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7\"},\"breadcrumb\":{\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/reimagining-democracy-crafting-a-future-with-ethereum-in-just-100-lines-of-code\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/reimagining-democracy-crafting-a-future-with-ethereum-in-just-100-lines-of-code\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/reimagining-democracy-crafting-a-future-with-ethereum-in-just-100-lines-of-code\/#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\/reimagining-democracy-crafting-a-future-with-ethereum-in-just-100-lines-of-code\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wsj-crypto.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Reimagining Democracy: Crafting a Future with Ethereum in Just 100 Lines of Code\"}]},{\"@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":"Reimagining Democracy: Crafting a Future with Ethereum in Just 100 Lines of Code - 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\/reimagining-democracy-crafting-a-future-with-ethereum-in-just-100-lines-of-code\/","og_locale":"it_IT","og_type":"article","og_title":"Reimagining Democracy: Crafting a Future with Ethereum in Just 100 Lines of Code - WSJ-Crypto","og_description":"This is the second entry in a series discussing how to utilize existing Ethereum resources to generate smart contracts without any coding skills. Acquire the latest Ethereum Wallet version, explore the initial section and let\u2019s enjoy! Creating a token is enjoyable, but what worth does a token hold if it doesn&#8217;t introduce anything innovative? We","og_url":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/reimagining-democracy-crafting-a-future-with-ethereum-in-just-100-lines-of-code\/","og_site_name":"WSJ-Crypto","article_published_time":"2025-03-07T12:08:57+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\/reimagining-democracy-crafting-a-future-with-ethereum-in-just-100-lines-of-code\/","url":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/reimagining-democracy-crafting-a-future-with-ethereum-in-just-100-lines-of-code\/","name":"Reimagining Democracy: Crafting a Future with Ethereum in Just 100 Lines of Code - WSJ-Crypto","isPartOf":{"@id":"https:\/\/wsj-crypto.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/reimagining-democracy-crafting-a-future-with-ethereum-in-just-100-lines-of-code\/#primaryimage"},"image":{"@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/reimagining-democracy-crafting-a-future-with-ethereum-in-just-100-lines-of-code\/#primaryimage"},"thumbnailUrl":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg","datePublished":"2025-03-07T12:08:57+00:00","author":{"@id":"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7"},"breadcrumb":{"@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/reimagining-democracy-crafting-a-future-with-ethereum-in-just-100-lines-of-code\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/reimagining-democracy-crafting-a-future-with-ethereum-in-just-100-lines-of-code\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/07\/reimagining-democracy-crafting-a-future-with-ethereum-in-just-100-lines-of-code\/#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\/reimagining-democracy-crafting-a-future-with-ethereum-in-just-100-lines-of-code\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wsj-crypto.com\/"},{"@type":"ListItem","position":2,"name":"Reimagining Democracy: Crafting a Future with Ethereum in Just 100 Lines of Code"}]},{"@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\/9420","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=9420"}],"version-history":[{"count":2,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts\/9420\/revisions"}],"predecessor-version":[{"id":9422,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts\/9420\/revisions\/9422"}],"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=9420"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/categories?post=9420"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/tags?post=9420"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}