Welcome to the Satoxcoin Showcase – the official community project gallery! 🚀
Satoxcoin Showcase is a community project gallery that displays community projects. When you submit your project here, it will be reviewed and added to our showcase page with:
- 📸 Screenshots and previews
- 🏷️ Categorization based on your project type
- 🔍 Quality validation and security scanning
- 🌟 Community features like starring and comments
- 📊 Analytics and usage tracking
-
Fork this repository
git clone https://github.com/satoverse/satoxcoin-showcase.git cd satoxcoin-showcase -
Create your project directory
mkdir -p projects/YOUR_GITHUB_USERNAME/YOUR_PROJECT_NAME cd projects/YOUR_GITHUB_USERNAME/YOUR_PROJECT_NAME -
Add your project files
- Your project code (or a link to an external repository)
README.md– Project description and documentationproject.json– Project metadata (see template below)- Screenshots (optional, recommended)
- Demo video (optional)
-
Fill out your
project.json
Copy the template below and edit all fields to match your project.- The
repositoryfield is optional (leave empty or omit if you don't have a public repo). - The
satox_sdksfield is optional (leave empty array if not using Satox SDKs). - Use the
preview.live_demofield for a live site/demo.
{ "id": "your-github-username/your-project", "name": "SATOX Project", "description": "Something cool", "author": { "username": "user-github-username", "name": "Satox Team", "avatar": "", "homepage": "https://link-to-live-demo-if-you-have.com" }, "category": "games", "tags": ["fps", "ntf"], "satox_sdks": [], "repository": "", "license": "MIT", "version": "1.0.0", "last_updated": "2024-07-09T10:00:00Z", "preview": { "screenshot": "", "video": "", "live_demo": "" }, "featured": false, "verified": false, "status": "active", "language": "JavaScript" } - The
-
Submit your project
git add . git commit -m "Add project: Your Project Name" git push origin main
Then open a pull request to this repository.
-
Review Process
Your project will be manually reviewed by the community maintainers. This includes:- Quality and security checks
- Documentation review
- Screenshot generation (if needed)
- Categorization and tagging
- Open Source or Live Demo: Either a public repo or a live demo is required
- README: Must include usage instructions
- License: Must have an open source license
- No Malware: Projects will be scanned for security issues
- Size Limit: Project size under 100MB
- Satox SDK Usage: Optional - projects can use Satox SDKs or other technologies
- ⭐ Star projects
- 💬 Comments and feedback
- 🔄 Fork tracking
- 📊 Usage analytics
- 👤 GitHub avatar integration (auto-fetched if not provided)
Start building amazing projects and share them with the world!
- GitHub: https://github.com/satoverse/
- Discord: https://discord.com/invite/GFZYFuuHVq
- X(Twitter): https://x.com/Satoverse_io
- Website: https://www.satoverse.io
Built with ❤️ by the Satoxcoin community