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.
- The app must run in Mainnet
- Support Connex
- Logo is required
- The id must be unique
- Clear description
- Comply with directory & contents rules
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.
- 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
-
Import your app logo into the directory and named it
logo
.(image must bepng
format and512x512
pixel size) -
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": []
}
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.