forked from CryptozombiesHQ/cryptozombie-lessons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
L10-12 Chinese translation (CryptozombiesHQ#437)
* Lesson 12 Chinese * L10-11 * move zh-cn to it's own folder Co-authored-by: Hank X <[email protected]>
- Loading branch information
1 parent
d91e89f
commit cf6b655
Showing
68 changed files
with
6,515 additions
and
2,659 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,26 @@ | ||
--- | ||
title: "Deploying Ethereum DApps with Truffle" | ||
header: "Deploying Ethereum DApps with Truffle" | ||
title: "Deploying DApps with Truffle" | ||
header: "Deploying DApps with Truffle" | ||
roadmap: roadmap.jpg | ||
path: solidity_advanced | ||
position: 2 | ||
publishedOn: Cryptozombies | ||
--- | ||
|
||
Remember that we promised to teach you how to deploy smart contracts to **_Ethereum_**? | ||
Remember that we promised to teach you how to deploy a smart contract? | ||
|
||
It's been a while, but the time has come! | ||
|
||
In this lesson, we will be teaching you how to deploy to **_Ethereum_** using **_Truffle_**. | ||
|
||
And this is not all. You are going to learn how to deploy your smart contracts to **Loom**, and how to interact with them using **_web3.js_**. | ||
And this is not all. You are going to learn how to deploy your smart contracts to **_Loom_** as well😎. | ||
|
||
Why deploy to **Loom**? After all, **_Ethereum_** is the most secure network. | ||
Why deploy to **_Loom_**? After all, **_Ethereum_** is the most secure network. | ||
|
||
Yes, we totally agree with that. But on Ethereum each transaction costs _gas_, so your users will have to pay fees for each and every transaction. Also, they will have to wait at least 10 seconds for each transaction to be confirmed. | ||
|
||
In a nutshell, **_on Ethereum, all transactions benefit from the same security guarantees_**. For something like a game, this level of security isn't a requirement. In fact, it just harms the user experience. | ||
In a nutshell, **_on Ethereum, all transactions benefit from the same security guarantees_**. For something like a user-facing DApp or a game, this level of security isn't always a requirement. In fact, it just harms the user experience. | ||
|
||
On **Loom**, users will have access to much speedier and gas-free transactions. This makes DAppChains a much better fit for something like a game or a user-facing DApp. | ||
On **_Loom_**, users have access to much speedier and gas-free transactions. This makes **_Loom_** a much better fit for something like a game or a user-facing DApp. | ||
|
||
Enough talking! Let's get started😉 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.