Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .vitepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,17 +192,13 @@ export function getSidebar() {
text: 'Different Ways to Execute an iApp',
link: '/guides/use-iapp/different-ways-to-execute',
},
{
text: 'Add Inputs to the Execution',
link: '/guides/use-iapp/add-inputs-to-execution',
},
{
text: 'Use iApp with Protected Data',
link: '/guides/use-iapp/use-iapp-with-protected-data',
},
{
text: 'Find iApps to Use',
link: '/guides/use-iapp/find-iapps',
text: 'Add Inputs to the Execution',
link: '/guides/use-iapp/add-inputs-to-execution',
},
{
text: 'How to Pay the Executions',
Expand Down
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,25 @@ Fork this repository and ensure you're working on the `main` branch:
> - All pull requests are reviewed by our team before being merged
> - Feel free to ask questions in the pull request if you need clarification

### Some conventions

In order to keep the documentation consistent, we have some naming conventions
for input parameters:

- `protectedData`: '0x123abc...',
- `protectedDataAddress`: '0x123abc...',
- `authorizedApp`: '0x456def...',
- `authorizedUser`: '0x789cba...',
- `userAddress`: '0x789cba...',
- `appWhitelist`: '0xba46d6...',
- `owner`: '0xa0c15e...',
- `newOwner`: '0xc5e9f4...',
- `voucherOwner`: '0x5714eB...',
- `renterAddress`: '0x246bdf...'
- `subscriberAddress`: '0x246bdf...'
- `workerpool`: '0xa5de76...'
- `taskId`: '0x7ac398...'

## 🆘 Support

- 📖 [Documentation](https://docs.iex.ec)
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@wagmi/vue": "^0.1.24",
"clsx": "^2.1.1",
"figlet": "^1.8.2",
"iexec": "^8.18.0",
"pinia": "^3.0.3",
"reka-ui": "^2.4.1",
"tailwind-merge": "^3.3.1",
Expand Down
103 changes: 103 additions & 0 deletions src/assets/use-iapp/iexec-actors-diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading