Manage your datasetorders
Orders enable setting custom governance for resources.
Here you will learn how to manage your dataset's monetization rules.
Publish a custom datasetorder
Initialize a datasetorder
:
Edit the datasetorder
part in iexec.json
to set the conditions to use your dataset:
the restriction is disabled by default with 0x0000000000000000000000000000000000000000
The supported tags for dataset orders are:
TEE tasks with Gramine TEE framework are not supported yet. Do not publish orders with both tee
and gramine
tag bits enabled.
As soon as your datasetorder
complies to your requirements, you must sign it and you may publish it.
Remove an order from iExec Marketplace
List the published orders for your dataset.
Copy the orderHash
of the order you want to remove
Unpublish the datasetorder
from the iExec Marketplace
An unpublished order is still valid on the blockchain, to invalidate it use the cancel command.
Last updated