ConsenSysMesh / iexec-dapps-registry

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

Home Page:https://dapps.iex.ec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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 master branch TO iexec-dapps-registry master 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

https://dapps.iex.ec


Languages

Language:R 55.3%Language:Scheme 34.9%Language:Python 3.2%Language:Gnuplot 1.4%Language:Erlang 1.1%Language:Scala 0.9%Language:Perl 0.6%Language:Ruby 0.6%Language:Julia 0.5%Language:CoffeeScript 0.4%Language:Hy 0.4%Language:Groovy 0.3%Language:Lua 0.3%