iexec-pools-registry
iexec-pools-registry copied to clipboard
The iExec pools registry, more below on how to list your Worker Pool!
iExec Pools Registry
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:
1. Github Fork this repo
click on the github "Fork" button and git clone
the forked repository on your local machine and git checkout v5
the v5 branch.
2. Create 2 new folders
-
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
.
3. Validate
Enter your pool folder, and run the below command to check its config:
-
iexec registry validate workerpool
4. Commit
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
5. Github Pull Request
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!