Skip to content

iExec dapps registry, the FIRST step to be listed on the iExec dapp store

Notifications You must be signed in to change notification settings

pr0x2b/iexec-dapps-registry

 
 

Repository files navigation

iExec Dapps Registry

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

Once you created and deployed your iExec Dapp 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 and git checkout v3 the v3 branch.

github fork

2. Create 2 new folders

Inside the iexec-dapps-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 dapp name]. Ex: /iExecBlockchainComputing/VanityGen.

3. Validate

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

  • iexec registry validate app

4. Commit

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

  • git add iexec.json deployed.json logo.png README.md
  • git commit -m 'adding my Vanitygen app'
  • git push

5. Github Pull Request

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

github pull request

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

About

iExec dapps registry, the FIRST step to be listed on the iExec dapp store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 55.4%
  • Scheme 34.9%
  • Python 3.2%
  • Gnuplot 1.4%
  • Erlang 1.1%
  • Scala 0.9%
  • Other 3.1%