iExecBlockchainComputing / iexec-datasets-registry

iExec dataset registry, the FIRST step to be listed on the iExec data store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iExec Datasets Registry

In order to list your dataset on the iExec Data Store, you need to make it into the iExec Datasets Registry FIRST. But relax, it's very easy:

Once you created and deployed your iExec Dataset using the iExec SDK, here are the 5 steps that remain to enter this registry:

1. Github Fork this repo

clic on the github "Fork" button and git clone the forked repository on your local machine.

github fork

2. Create 2 new folders

Inside the iexec-datasets-registry folder, create:

  • One organization folder at the root [MUST match your github user or github org name]. Ex: /iExecBlockchainComputing.

  • One folder for your dapp inside your org folder [MUST match your dataset name]. Ex: /iExecBlockchainComputing/MyDataset.

3. Validate

Enter your dataset folder, and run the below command to check your config:

  • iexec registry validate dataset

4. Commit

Once the validation is successful, you can commit & push your dataset config.

  • git add iexec.json deployed.json logo.png README.md
  • git commit -m 'adding MyDataset dataset'
  • git push

5. Github Pull Request

clic on this button to create a Pull Request (from your forked branch TO iexec-dapps-registry v5 branch):

github pull request

We'll review your Dataset and if it meets all the above criteria, it will be added to the iExec Dataset Regsitry!

About

iExec dataset registry, the FIRST step to be listed on the iExec data store