GithubHelp home page GithubHelp logo

marwen94 / iexec-dapps-registry Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iexecblockchaincomputing/iexec-dapps-registry

0.0 1.0 0.0 48.35 MB

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

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

CoffeeScript 0.45% Erlang 1.10% Scheme 36.24% Gnuplot 1.50% Groovy 0.36% Hy 0.37% Julia 0.52% Lua 0.34% Perl 0.63% Python 3.34% R 53.57% Ruby 0.63% Scala 0.95%

iexec-dapps-registry's Introduction

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

github fork

2. Create 2 new folders

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

  • One folder for your dapp [MUST match your dapp name]. Ex: /iExecBlockchainComputing/VanityGen.

3. Commit iexec.json

Check that iexec.json respects below format:

  • description: Must be at least 150 letters long
  • logo.png: Must be 180px by 180px, square shape
{
  "description": "Dapp description should be at least 150 letters long",
  "license": "ex: MIT",
  "author": "ex: Dupont",
  "social": {
    "website": "ex: https://super.dapp.io",
    "github": "ex: https://github.com/samr7/vanitygen"
  },
  "logo": "ex: logo.png [must be 180px by 180px, square shape]",
  "app": {
    "name": "Vanitygen",
    "price": 1,
    "params": {
      "type": "DOCKER",
      "envvars": "XWDOCKERIMAGE=iexechub/vanitygen"
    }
  }
}

4. Commit deployed.json

Check that deployed.json respects below format:

  • Kovan ID only => "42"
{
  "app": {
    "42": "0xfd3753bc4e4c5624a5fbc41c2632bd731d7e96fb"
  }
}

5. Github Pull Request

clic on this button to create a Pull Request:

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!

iexec-dapps-registry's People

Contributors

ericr6 avatar hugogerva avatar jeremyjams avatar sulliwane avatar vladostp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.