<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: cameron cartio</title>
    <description>The latest articles on DEV Community by cameron cartio (@cameroncartio).</description>
    <link>https://dev.to/cameroncartio</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F788361%2F4f336728-8cea-41ec-9cfe-dc5fbd67d107.png</url>
      <title>DEV Community: cameron cartio</title>
      <link>https://dev.to/cameroncartio</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cameroncartio"/>
    <language>en</language>
    <item>
      <title>what is dapp in blockchain?</title>
      <dc:creator>cameron cartio</dc:creator>
      <pubDate>Sat, 08 Jan 2022 13:02:53 +0000</pubDate>
      <link>https://dev.to/cameroncartio/what-is-dapp-in-blockchain-1bmd</link>
      <guid>https://dev.to/cameroncartio/what-is-dapp-in-blockchain-1bmd</guid>
      <description>&lt;p&gt;The content of this page has evolved over the years (check wayback machine for previous iterations) and was last updated in July 2019, with an excerpt from the book Token Economy which builds – among others – on the educational blogposts that have been published on this website since 2015.&lt;/p&gt;

&lt;p&gt;As opposed to centralised applications that run on a single computer, decentralized applications run on a P2P network of computers. They have existed since the advent of P2P networks.&lt;/p&gt;

&lt;p&gt;Decentralized applications don‘t necessarily need to run on top of a blockchain network. Tor, BitTorrent, Popcorn Time, BitMessage, are examples for decentralized applications that run on a P2P network, but not on a blockchain – which is a special kind of P2P network (read more: Origins of Bitcoin and Web3).&lt;/p&gt;

&lt;p&gt;Decentralized applications are a piece of so ware that communicates with the blockchain, which manages the state of all network actors. The interface of the decentralized applications does not look any different than any website or mobile app today. The smart contract represents the core logic of a decentralized application. Smart contracts are integral building blocks of blockchains, that process information from external sensors or events and help the blockchain manage the state of all network actors.&lt;/p&gt;

&lt;p&gt;The frontend of a decentralized application represents what you see, and the backend represents the entire business logic. This business logic is represented by one or several smart contracts interacting with the underlying blockchain. The frontend, as well as files like a photo, a video, or audio, could be hosted on decentralized storage networks such as Swarm or IPFS. Traditional Web applications use HTML, CSS, and javascript or the like to render a webpage. This page interacts with a centralized database, where all the data is stored. When you use a service like Twitter, Facebook, Amazon, or Airbnb, for example, the webpage will call an API to process your personal data and other necessary information stored on their servers, to display them on the page. User ID and passwords are used for identification and authentication, with low levels of security, since personalized data is stored on the server of the service provider.&lt;br&gt;
Traditional websites: Front End → API → Database.&lt;/p&gt;

&lt;p&gt;Decentralized applications are similar to a traditional Web application. The frontend uses the exact same technology to render the page. It contains a “wallet” that communicates with the blockchain. The wallet manages cryptographic keys and the blockchain address. Public-key infrastructure is used for user identification and authentication. Instead of an API connecting to a database, a wallet so – ware triggers activities of a smart contract, which interacts with a blockchain: Web3 compatible website:&lt;br&gt;
*&lt;em&gt;Front End (including wallet) → Smart Contract → Blockchain.&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
In contrast to Web2 applications, Web3 applications need a connection to the blockchain, which is managed by a special application called “wallet.” It keeps a record of the private keys and blockchain address, which represents the unique 30 identities and point of reference. Without a so ware that manages our digital identity, we will not be able to interact with the blockchain. The Web3, therefore, builds on the current Web2 stack and introduces additional elements on an application level. In the backend, the Web3 adds a whole new infrastructure layer for decentralized applications to interact with – the decentralized protocol stack. Decentralized apps need to have a component that manages a user’s private keys, with which one can sign transactions on the state layer, the blockchain (read more: Token Security – Cryptography).&lt;/p&gt;

&lt;p&gt;&lt;a href="https://arztoday.com/what-is-a-dapp/"&gt;https://arztoday.com/what-is-a-dapp/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>blockchain</category>
    </item>
    <item>
      <title>web 3</title>
      <dc:creator>cameron cartio</dc:creator>
      <pubDate>Sat, 08 Jan 2022 12:55:21 +0000</pubDate>
      <link>https://dev.to/cameroncartio/web-3-1g5p</link>
      <guid>https://dev.to/cameroncartio/web-3-1g5p</guid>
      <description>&lt;p&gt;There's a buzzword that tech, crypto and venture-capital types have become infatuated with lately. Conversations are now peppered with it, and you're not serious about the future until you add it to your Twitter bio: Web3.&lt;/p&gt;

&lt;p&gt;It's an umbrella term for disparate ideas all pointing in the direction of eliminating the big middlemen on the internet. In this new era, navigating the web no longer means logging onto the likes of Facebook, Google or Twitter.&lt;/p&gt;

&lt;p&gt;Think of it this way: The nascent days of the Internet in the 1990s were Web 1.0. The web was seen as a way to democratize access to information, but there weren't great ways of navigating it beyond going to your friend's GeoCities page. It was pretty disorganized and overwhelming.&lt;/p&gt;

&lt;p&gt;Then came Web 2.0 starting in the mid-2000s. Platforms like Google, Amazon, Facebook and Twitter emerged to bring order to the Internet by making it easy to connect and transact online. Critics say over time those companies amassed too much power.&lt;/p&gt;

&lt;p&gt;Web3 is about grabbing some of the power back.&lt;br&gt;
"There's a small group of companies that own all this stuff, and then there's us who use it, and despite the fact that we contribute to the success of these platforms, we don't have anything to show for it," said Mat Dryhurst, a Berlin-based artist and researcher who teaches classes at New York University on the future of the internet.&lt;/p&gt;

&lt;p&gt;And so, the answer, according to Dryhurst and other Web3 fans, is an iteration of the internet where new social networks, search engines and marketplaces crop up that have no company overlords.&lt;/p&gt;

&lt;p&gt;Instead, they are decentralized, built upon a system known as the blockchain, which already undergirds Bitcoin and other cryptocurrencies. Imagine it as a kind of bookkeeping where many computers at once host data that's searchable by anyone. It's operated by users collectively, rather than a corporation. People are given "tokens" for participating. The tokens can be used to vote on decisions, and even accrue real value.&lt;/p&gt;

</description>
      <category>web3</category>
    </item>
  </channel>
</rss>
