arrow-left Course Hub
Lesson 5: What’s the difference between web 2.0 and web 3.0 development?
Estimated reading time:

20 minutes

Difficulty:

Beginner

Concepts covered:
  • Blockchain
  • Decentralized Exchange
  • NFTs (devnet)
  • Non-fungible Tokens

Key takeaway:

Web 3.0 solutions often decentralize ownership of data, giving control to individuals rather than entities.

Lesson 5

What’s the difference between web 2.0 and web 3.0 development?

Moving from centralized to decentralized

Smart contracts are digital contracts that execute automatically when certain conditions are met. Stored on a blockchain, smart contracts are tamper-proof and cannot be changed or deleted.

They were first proposed by Nick Szabo in 1994, but they didn’t gain prominence until the release of the Ethereum blockchain in 2015.
In the context of our community, smart contracts can build trust between traders, reduce costs, and speed up transactions.

Smart contracts could be used to enforce a pre-established agreement around carbon credit usage within the community. For example, once a community member accumulates a certain number of carbon credits (e.g., by planting trees or installing solar panels), one tokenized ounce of gold is granted from the community treasury to that individual’s account automatically. A lot less bureaucracy!

In another example, a smart contract could record the live temperature inside a milk storage facility. If the temperature exceeds a certain threshold, the milk could automatically become void for safety reasons. As all records are recorded onto the blockchain where they cannot be tampered with by the milk supplier, the community has full transparency into the conditions of their milk. There’s no need for a middleman to check the milk and approve the transaction—the smart contract does it automatically.

Do you need smart contracts to build on a blockchain?

Not always. The majority of developers don’t need to write smart contracts to interact with a blockchain. However, some may need them to improve the functionalities that a blockchain offers, depending on which one they are building on.

The XRP Ledger does not have native smart contracts, but there are different ways developers can add these functionalities to it.

Hooks

Hooks are small pieces of code that allow logic to be executed before and/or after XRPL transactions. For example, if X occurs, then execute Z. We take a closer look at hooks in the ‘Intro to new innovations on the XRPL‘ module.

Note that Hooks are not yet live on the XRP Ledger and are in the proposal stage for now.

END OF LESSON

It's time to test your knowledge!

How is data mutation different in web 3.0 applications?
Why was web 1.0 known as the 'read-only' era?
What advantage does web 3.0 offer to the gaming industry?
What is the web 2.0 era also known as?