stellar.toml checker

Checks your stellar.toml (v2.5.0) for connectivity, syntax, valid contents and availability of defined services and assets.
home_domain or accountID


success
Fetch SSL test: https://blackgemai.com/.well-known/stellar.toml
No issues found.

success
Fetch NON-SSL test: http://blackgemai.com/.well-known/stellar.toml
Your http endpoint redirects to your https endpoint.

Redirects:
  • https://blackgemai.com/.well-known/stellar.toml

success
CORS test
Your CORS header is set correctly.

success
Parse TOML test: https://blackgemai.com/.well-known/stellar.toml
Source
ACCOUNTS = [ "GCMEY2I62TDZQAIA4GYWNUDPUKUPOT2O7GAXEM4GMCU5AGK5Y7ILEFQL", "GAXZWIIXDEESH7MVQNTHGC3OSQK4XSAPK27EXSAPXDQWQ2SMRWPEUTJE",]
[[PRINCIPALS]]
name = "Collin"

[[CURRENCIES]]
code = "BGDAO"
issuer = "GCMEY2I62TDZQAIA4GYWNUDPUKUPOT2O7GAXEM4GMCU5AGK5Y7ILEFQL"
name = "BlackGem Token"
desc = "BGDAO is a fully AI-powered token enabling decentralized governance and capital distribution for innovative projects."
image = "https://raw.githubusercontent.com/blackgem-ai/info/refs/heads/main/bgai_logo.png"

[DOCUMENTATION]
ORG_NAME = "BlackGem AI"
ORG_DBA = "BlackGem"
ORG_URL = "https://blackgemai.com"
ORG_LOGO = "https://raw.githubusercontent.com/blackgem-ai/info/refs/heads/main/bgai_logo.png"
ORG_GITHUB = "blackgem-ai"
ORG_DESCRIPTION = "BlackGem AI is a decentralized venture capital organization powered by artificial intelligence. Our mission is to leverage AI-driven strategies to identify and fund high-potential projects, fostering innovation and sustainable growth."

success
stellar.toml global vars
No issues found.

success
stellar.toml DOCUMENTATION section
No issues found.

success
stellar.toml PRINCIPALS section
No issues found.

success
stellar.toml CURRENCIES section
No issues found.