🤩Submitting DApps
Apply your DApps to Sen Store
Prerequisite
// Build a manifest
npx create-senhub-app manifest// my_app.manifest.json
{
"url": "https://tuphan-dn.github.io/my-app/index.js",
"appId": "my_app",
"name": "My App",
"author": {
"name": "Tu Phan",
"email": "[email protected]"
},
"tags": [
"solana",
"dapps"
],
"description": "A sample project for Sentre developers",
"verified": false
}Publish the repo

Submission
Last updated