Coder Social home page Coder Social logo

app-hub's Introduction

VeChain App-Hub - Submit Form

Awesome

App-Hub is a platform that makes your VeChain App easily discovered worldwide. Once the pull request has been merged, your app will be shown in the App-Hub.

Requirements :

  1. The app must run in Mainnet
  2. Support Connex
  3. Logo is required
  4. The id must be unique
  5. Clear description
  6. Comply with directory & contents rules

Getting Ready for Submission

Fork App-Hub

Forking a repository allows you to create your app details and send a pull request for the maintainers to review and merge into app-hub.

Generate Your App Information

  1. Create a directory in apps and named the directory with unique id.

To create a unique id, you append the name of the application to the reversed domain,E.g., com.example.your-app-name.

├── apps
│   └── com.example.your-app-name
│       ├── logo.png
│       └── manifest.json
  1. Import your app logo into the directory and named it logo.(image must be png format and 512x512 pixel size)

  2. Generate a mainifest.json file includes app details.

    {
        "name": "your app name",
        "href": "https://link-to-your-app",
        "desc": "This is an awesome app",
        "tags": []
    }

Making a Pull Request / Submit Your App

After Create a pull request, your pull request will be reviewed by maintainers. Once the review is completed, your app will be merged into the base branch.

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.