In order to list your Worker Pool on the iExec Pool Registry, you need to make it into the iExec Pools Registry. But relax, it's very easy:
Once you created and deployed your iExec WorkerPool using the iExec SDK, here are the 5 steps that remain to enter this registry:
click on the github "Fork" button and git clone
the forked repository on your local machine and git checkout v5
the v5 branch.
-
One organization folder at the root [MUST match your github user or github org name]. Ex:
/iExecBlockchainComputing
. -
One folder for your pool inside your org folder [MUST match your pool name]. Ex:
/iExecBlockchainComputing/MainPool
.
Enter your pool folder, and run the below command to check its config:
iexec registry validate workerpool
Once the validation is successful, you can commit & push your pool config.
git add iexec.json deployed.json logo.png README.md
git commit -m 'adding my MainPool workerpool'
git push
click on this button to create a Pull Request (from your forked branch TO iexec-pools-registry):
We'll review you Pool and if it meets all the above criteria, it will be added to the iExec Pool Registry!