Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed sentence #340

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions lessons/intro-to-blockchain/05/05.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Your smart contracts literally can't go down. They run on top of the blockchain,
The interface the user will interact with is called the `frontend`.
In a typical centralized app, the frontend would communicate with the backend through Rest API calls.

But, the case is different for decentralized apps is different. Depending on which blockchain network you're using, some libraries let you communicate with the smart contract directly from the frontend Javascript code. For example, Taquito for Tezos, Web3.js for Javascript.
But, the case for decentralized apps is different. Depending on which blockchain network you're using, some libraries let you communicate with the smart contract directly from the frontend Javascript code. For example, Taquito for Tezos, Web3.js for Javascript.

I know, all this can be a lot to take in.
But don't doubt yourself, no matter who you are - you can learn to code smart contracts and build on the blockchain the next generation of dApps.
Expand All @@ -78,4 +78,4 @@ The Cryptobot you'll get is an **NFT**, which is a digital asset represented as

This means you can trade Cryptobots for money 🤑

Also, you can customize the Cryptobot as you like, it's your own!
Also, you can customize the Cryptobot as you like, it's your own!