This repository is a standalone public site for legal documents only.
It is designed so app repositories can stay private while reviewers and users still get permanent, public URLs for terms, privacy policies, and similar legal pages.
index.md- landing page listing projectswings-of-sol/index.md- project landing pagewings-of-sol/terms.md- Wings of Sol Terms of Usewings-of-sol/privacy.md- Wings of Sol Privacy Policyrentquest/index.md- project landing pagerentquest/terms.md- RentQuest Terms of Userentquest/privacy.md- RentQuest Privacy Policy_layouts/default.html- shared site layoutassets/styles.css- site styling_config.yml- GitHub Pages / Jekyll config
This repo currently includes legal pages for Wings of Sol and RentQuest using these shared defaults:
- Operator: Matt Crypto
- Support email: matt.crypto1212@gmail.com
- Governing law: Tennessee, USA
- Venue: Nashville, Tennessee
- Website link: points to the project-specific legal section on the published site
- Mailing address: removed
RentQuest-specific notes currently reflected in its legal pages:
- Solana mobile utility for scanning and closing empty token accounts
- Batch close transactions to reclaim SOL rent deposits
- Local history, stats, achievements, and network settings
- Firebase Analytics and Firebase Crashlytics are disclosed in the Privacy Policy
If you later want to switch from a personal name to a company name, update the project pages before republishing.
For another app like RentQuest, add a new folder at the repo root, for example:
rentquest/index.mdrentquest/terms.mdrentquest/privacy.md
Then add that project to the root index.md list.
-
Rename the default branch to
mainif needed. -
Create a new public GitHub repository, ideally named
legal-docs. -
Add the remote:
git remote add origin https://github.com/mattcrypto12/legal-docs.git -
Commit and push:
git add .git commit -m "Add Wings of Sol legal pages"git push -u origin main -
In GitHub, open the repository settings and enable Pages from the
mainbranch root. -
Wait for the Pages deploy to complete.
Your public URLs should then look like:
https://mattcrypto12.github.io/legal-docs/https://mattcrypto12.github.io/legal-docs/wings-of-sol/terms/https://mattcrypto12.github.io/legal-docs/wings-of-sol/privacy/https://mattcrypto12.github.io/legal-docs/rentquest/terms/https://mattcrypto12.github.io/legal-docs/rentquest/privacy/
If you fork or recreate this repo under a different account, replace mattcrypto12 in the URLs above.
Update baseurl in _config.yml to match the GitHub Pages path.
Examples:
- repo name
legal-docs->baseurl: "/legal-docs" - custom domain ->
baseurl: ""
Use the final public Pages URLs in the Solana dApp Store publisher portal, not raw GitHub file links and not Google Docs links.
Do not add app source code, assets, builds, or private repository content here. This repo should remain a public legal-docs-only site.