File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ protected data inside a TEE.
2323
2424## Why iApp Matters?
2525
26- iApps provide privacy capabilities, allowing you to process sensitive data while
26+ iApp provide privacy capabilities, allowing you to process sensitive data while
2727keeping it private and secure.
2828
2929Imagine you want to build:
@@ -38,7 +38,7 @@ Imagine you want to build:
3838</CardWithoutBorder >
3939
4040Users have this data, but they won't trust your regular app with it. ** With
41- Privacy iApps , they will.**
41+ Privacy iApp , they will.**
4242
4343** You gain their trust. They gain their privacy. Everyone wins.**
4444
@@ -133,7 +133,7 @@ Collaborative research on sensitive datasets across institutions
133133
134134Let's build an iApp that can process protected data in a secure environment
135135using the [ iExec iApp generator tool] ( /references/iapp-generator ) . This tool
136- helps you create, test and deploy iApps with just a few commands.
136+ helps you create, test and deploy iApp with just a few commands.
137137
138138</Banner >
139139
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ entries with matching types**.
5656<CardWithBorder >
5757
58581 . ** Protect:** Encrypt and register your data on the iExec network
59- 2 . ** Share:** Authorize specific users and iApps to access your data
59+ 2 . ** Share:** Authorize specific users and iApp to access your data
60603 . ** Monitor:** Track usage and maintain control
61614 . ** Monetize:** Earn from your data while keeping it private
62625 . ** Compute:** Authorized users can compute on your data with authorized iApp
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ users to pay for access.
3939- ** Asset visualization** to easily view and explore protected asset types on
4040 the iExec protocol
4141- ** Content consumption** capabilities for accessing protected data through
42- confidential iExec applications (iApps )
42+ confidential iExec applications (iApp )
4343- ** Governance management** to control who accesses your data, when, and at what
4444 price
4545
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ application need to be changed in order to run securely in a TEE. Only two files
6262need to be changed compared to the usual SGX workflow: ` chain.json ` and
6363` iexec.json ` .
6464
65- iApps using Intel TDX technology follow the same format as non-TEE applications;
65+ iApp using Intel TDX technology follow the same format as non-TEE applications;
6666follow the instructions on
6767[ Build your first application] ( /guides/build-iapp/advanced/build-your-first-sgx-iapp )
6868to create and Dockerize your iApp.
@@ -223,8 +223,8 @@ await dataProtector.core.processProtectedData({
223223
224224:::warning Protected Data Requirements
225225
226- ** TDX iApps may require TDX-compatible protected data.** Check compatibility
227- before using protected data with TDX iApps .
226+ ** TDX iApp may require TDX-compatible protected data.** Check compatibility
227+ before using protected data with TDX iApp .
228228
229229:::
230230
@@ -237,7 +237,7 @@ documentation for TDX-specific requirements.
237237#### 1. ** Local Testing**
238238
239239``` bash
240- # Test locally (same as regular iApps )
240+ # Test locally (same as regular iApp )
241241iapp test --protectedData " mock_name"
242242
243243# TDX only affects remote deployment/execution
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ within the TEE environment.
2626
2727::: tip
2828
29- You can also execute iApps outside of DataProtector using other methods. See the
29+ You can also execute iApp outside of DataProtector using other methods. See the
3030[ Use an iApp guide] ( /guides/use-iapp/introduction ) for more information.
3131
3232:::
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ await iexec.account.deposit(1_000_000_000); // Deposit 1 RLC
5555
5656Now you are ready to run a task on the iExec Protocol and pay for it. See our
5757guide on
58- [ running iApps with ProtectedData] ( /guides/use-iapp/run-iapp-with-ProtectedData.md )
58+ [ running iApp with ProtectedData] ( /guides/use-iapp/run-iapp-with-ProtectedData.md )
5959for detailed execution steps.
6060
6161## Paying with Vouchers <ChainNotSupportedBadge />
You can’t perform that action at this time.
0 commit comments