🤩Submitting DApps
Apply your DApps to Sen Store
Prerequisite
You need to run npx create-senhub-app manifest
to create a manifest file of your DApp first. This file will contain all the needed information for your submission.
Publish the repo
To publish the repo (your DApps hosting), you have to change and save the Source to the gh-pages
branch.
Submission
Add your manifest file (e.g.
my_app.manifest.json
) tosrc
.Create a pull request to https://github.com/DescartesNetwork/senreg for submission.
Last updated