Hi Cosmonauts!
I knocked together a basic but still cool PHP Script for anyone wanting their own storefront for users to register domains under your TLD’s. It’s set up on its own domain at https://cosmosregistry.com if you want to check it out. There is a download link there, too.
No charge or anything like that. I just want to add more value to the project. I’ll add the Read Me file below just as a handy reference for using it.
Thanks!
Atom Registry
********************************************************************************************************
Atom Registry Storefront CMS
A portable PHP storefront + admin dashboard based on the live Atom Registry TLD storefront flow.
What it includes
- public storefront at
/index.php - admin dashboard at
/admin/index.php - editable branding, sections, SEO/OG, social links
- logo / favicon / OG image uploads
- SMTP settings + test email sender
- live TLD discovery and registration flow against Cosmos Hub
- server-side LCD proxy to avoid browser CORS issues
- PHP 8.1 and SSL Required
Default admin login
- Email:
admin@example.com - Password:
change-me
Change this immediately in the Security tab.
Install
- Upload all files to your server.
- Make sure
storage/anduploads/are writable by PHP. - Visit
/admin/index.php - Sign in and update:
- site URL
- owner address
- contracts if needed
- branding
- SEO / OG
- admin credentials
Writable folders
storage/uploads/
Notes
- SMTP test uses the saved SMTP settings from the dashboard.
- Frontend registration flow supports Keplr, Leap, and Cosmostation browser-wallet style connections when available.
- This package is PHP-first and works best on cPanel/shared hosting or any Apache/Nginx + PHP setup.