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://ai-stellar.net/.well-known/stellar.toml
No issues found.

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

Redirects:
  • https://ai-stellar.net/.well-known/stellar.toml

success
CORS test
Your CORS header is set correctly.

success
Parse TOML test: https://ai-stellar.net/.well-known/stellar.toml
Source
VERSION="2.2.1"
 
ACCOUNTS=["GBHGQIEHJWHGTX5IRQKZIWDKM526XABKJHMBZ6JGFZEJAKKQV6RQZXLM"]

[DOCUMENTATION]
ORG_NAME="Stellar Network"
ORG_URL="https://ai-stellar.net/"
ORG_LOGO="https://ai-stellar.net/STELLARAI.png"
 
[[CURRENCIES]]
code="XLMAI"
status="live"
display_decimals=2
issuer="GBHGQIEHJWHGTX5IRQKZIWDKM526XABKJHMBZ6JGFZEJAKKQV6RQZXLM"
anchor_asset_type="crypto"
name="XLMAI"
desc="StellarAI (XLMAI) is a new implementation within the Stellar Network designed to support the transition to the Quantum Financial System"
image="https://ai-stellar.net/STELLARAI.png"


success
stellar.toml global vars
No issues found.

success
stellar.toml DOCUMENTATION section
No issues found.

success
stellar.toml CURRENCIES section
No issues found.