Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #177 from Phala-Network/improve-phat
Browse files Browse the repository at this point in the history
Improve Phat Contract Intro
  • Loading branch information
shelvenzhou authored Nov 28, 2022
2 parents 0e83250 + 8ff6307 commit b5c3bbc
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 11 deletions.
3 changes: 2 additions & 1 deletion content/en-us/build/general/why-use-it.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ The Phat Contract inherits the self-enforcing and tamper-proof nature of smart c

Phat Contract provides the same functionalities as our Web2 counterparts, but opens up more possibilities with its Web3 nature.

- Decentralized and trustless. Our infrastructure design is totally public and all its code is available for you to check. To process your sensitive data in Phat Contract implies no trust on the Phala team, but on the code and Secure-Enclave-based hardware;
- Enforced execution of general-purpose programs. The enforcement of execution is the core feature of smart contract: the developers cannot tamper or stop their programs after deployment, which builds the trust base. With Phat Contract, we bring this to more general-purpose programs. Never under-estimate this since it's why cryptocurrencies can have value;
- Decentralized and trustless infrastructure. Our infrastructure design is totally public and all its code is available for you to check. To process your sensitive data in Phat Contract implies no trust on the Phala team, but on the code and Secure-Enclave-based hardware;
- Easier integration with other blockchains. We provide contract templates for easy and safe interactions with existing blockchains. Also you can safely delegate your chain accounts to the trustless Phat Contract with no worry about privacy leakage;
- Open contract ecosystem. A most typical difference between contracts and Web2 programs is that they are naturally public: you are free to call any existing contracts to compose your own apps with little efforts.

Expand Down
2 changes: 1 addition & 1 deletion content/en-us/general/phala-network/crowdloan.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Phala Crowdloan
weight: 1002
weight: 1003
draft: false
menu:
general:
Expand Down
2 changes: 1 addition & 1 deletion content/en-us/general/phala-network/governance.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Governance Mechanism"
weight: 1003
weight: 1004
menu:
general:
parent: "phala-network"
Expand Down
6 changes: 6 additions & 0 deletions content/en-us/general/phala-network/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ At present, Secure Worker Mining mechanism has been running steadily on Khala Ne

We strongly agree that Web3 will be the most powerful innovation driving force in the next 20–30 years. Web3 and the evolution of artificial intelligence coexist, otherwise the world might fall into a worse situation. Therefore, we cannot stop and be constrained by previous designs or “fundamentalism” because there is still a long way to go till the success of Web3 revolution. We will replace any centralized services used by the Crypto world step by step to fulfill our vision, which is also the evolutionary goal of Phala Network.

## How to use Phala

Through [Phat Contract](/en-us/general/phala-network/products/#phat-contract). You can do serverless computing on Phala by programming and deploying Phat contracts. With "serverless" we mean that you do not need to care about the setup of underlying hardwares anymore, and the network will allocate the computing power for you proportional to the PHA token you stake, i.e., *stake-to-compute*.

Learn [more](/en-us/general/phala-network/products/) about other Phala's products.

## Roadmap of 2022

![](/images/general/roadmap-2022.jpg)
Expand Down
4 changes: 2 additions & 2 deletions content/en-us/general/phala-network/products.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Phala Products
weight: 1005
weight: 1002
draft: false
menu:
general:
Expand Down Expand Up @@ -28,7 +28,7 @@ The Phat Contract is designed for the following use cases:
- ***Privacy-preserving*** scenarios like decentralized exchange and others where privacy matters;
- ***Composable*** applications including Oracle, bots and other applications involving one or more Web2/Web3 services;

> Learn [more](/en-us/build/developer/intro/) about Phat Contract's unique features and use cases, or start building with it right now following our [tutorial](/en-us/build/developer/fat-contract-tutorial).
> Learn [more](/en-us/build/general/intro/) about Phat Contract's unique features and use cases, or start building with it right now following our [tutorial](/en-us/build/getting-started/setup/).
## SubBridge

Expand Down
2 changes: 1 addition & 1 deletion content/en-us/general/phala-network/tokenomics.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Tokenomics"
weight: 1004
weight: 1005
menu:
general:
parent: "phala-network"
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2723,11 +2723,6 @@
"resolved" "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
"version" "1.0.0"

"fsevents@~2.3.2":
"integrity" "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA=="
"resolved" "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz"
"version" "2.3.2"

"function-bind@^1.1.1":
"integrity" "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
"resolved" "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"
Expand Down

0 comments on commit b5c3bbc

Please sign in to comment.