DApp Manifest

In the root folder ./my-app, you can declare your application info by changing default values in .env.local. Let's say we will change it like this:

.env.local

PORT=3000
APP_ID=my_app
APP_NAME=My App
AUTHOR_NAME=Sentre
AUTHOR_EMAIL=hi@sentre.io
TAGS=solana,dapps
DESCRIPTION=A DApp Example
GITHUB=https://tuphan-dn.github.io/my-app

Please replace all tuphan-dn by your username or organization name on Github.

For submission

npx create-senhub-app manifest

A full manifest for your DApp will be generated in the root folder. You can use it to submit your DApp. See Submitting DApps for details.

Last updated