-
Notifications
You must be signed in to change notification settings - Fork 59
ffmpeg as Dapp for iExec V5 #117
base: v5
Are you sure you want to change the base?
Conversation
PierreJeanjacquot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requested changes:
- publish apps
- edit
iexec.json(see comments)
| @@ -0,0 +1,5 @@ | |||
| { | |||
| "app": { | |||
| "5": "0x39cf559097d6d14C92c9d5aC7FB1132B2A35fee9" | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sure to publish the app on the public marketplace:
iexec app publish 0x39cf559097d6d14C92c9d5aC7FB1132B2A35fee9
| @@ -0,0 +1,5 @@ | |||
| { | |||
| "app": { | |||
| "5": "0x348C5A79d204ecdc3Ed9473fE0052A43b503C974" | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sure to publish the app on the public marketplace:
iexec app publish 0x348C5A79d204ecdc3Ed9473fE0052A43b503C974
| @@ -0,0 +1,26 @@ | |||
| { | |||
| "description": "My iExec ressource description, must be at least 150 chars long in order to pass the validation checks. Describe your application, dataset or workerpool to your users", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
give a description of your app (will be displayed in dapps store)
| { | ||
| "description": "My iExec ressource description, must be at least 150 chars long in order to pass the validation checks. Describe your application, dataset or workerpool to your users", | ||
| "license": "MIT", | ||
| "author": "?", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add author
| "logo": "logo.png", | ||
| "buyConf": { | ||
| "params": { | ||
| "iexec_args": "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe provide default args for your app in iexec_args (optional)
| "logo": "logo.png", | ||
| "buyConf": { | ||
| "params": { | ||
| "iexec_args": "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe provide default args
ffmpeg as Dapp for iExec V5 de ployed on goerli