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://xlmmedia.org/.well-known/stellar.toml
Info:
  • Recommended content-type is text/plain or application/toml (got: application/octet-stream).
No issues found.

success
Fetch NON-SSL test: http://xlmmedia.org/.well-known/stellar.toml
Your http endpoint serves the same content as your https endpoint.


success
CORS test
Your CORS header is set correctly.

success
Parse TOML test: https://xlmmedia.org/.well-known/stellar.toml
Source
VERSION="2.2.1"
 
ACCOUNTS=[
"GB3OPX4GZNXLIGRWIRPRDJK6O4IVGHGXU4QAI52FR23PETHHLFSC2JXF",
]
[DOCUMENTATION]
ORG_NAME="XLMmedia"
ORG_URL="https://xlmmedia.org"
ORG_DESCRIPTION="XLMmedia."
ORG_LOGO="https://xlmmedia.org/LOGO/XLMmedia.png"
[[PRINCIPALS]]
name="XLMmedia"
 
[[CURRENCIES]]
code="XLMmedia"
status="live"
display_decimals=4
issuer="GB3OPX4GZNXLIGRWIRPRDJK6O4IVGHGXU4QAI52FR23PETHHLFSC2JXF"
anchor_asset_type="crypto"
name="XLMmedia"
desc="Supported by XLM Foundation."
image="https://xlmmedia.org/LOGO/XLMmedia.png"
fixed_number=1000000000
max_number=1000000000
is_unlimited=false
# Supported by XLM Foundation.

[[CURRENCIES]]
code="XLM"
status="live"
display_decimals=4
issuer="GB3OPX4GZNXLIGRWIRPRDJK6O4IVGHGXU4QAI52FR23PETHHLFSC2JXF"
anchor_asset_type="crypto"
name="XLM"
desc="Supported by XLM Foundation."
image="https://xlmmedia.org/LOGO/XLM.png"
fixed_number=1000000000
max_number=1000000000
is_unlimited=false
# Supported by XLM Foundation.

[[CURRENCIES]]
code="XRP"
status="live"
display_decimals=4
issuer="GB3OPX4GZNXLIGRWIRPRDJK6O4IVGHGXU4QAI52FR23PETHHLFSC2JXF"
anchor_asset_type="crypto"
name="XRP"
desc="Supported by XLM Foundation."
image="https://xlmmedia.org/LOGO/XRP.png"
fixed_number=1000000000
max_number=1000000000
is_unlimited=false
# Supported by XLM Foundation.

[[CURRENCIES]]
code="USDT"
status="live"
display_decimals=4
issuer="GB3OPX4GZNXLIGRWIRPRDJK6O4IVGHGXU4QAI52FR23PETHHLFSC2JXF"
anchor_asset_type="crypto"
name="USDT"
desc="Supported by XLM Foundation."
image="https://xlmmedia.org/LOGO/USDT.png"
fixed_number=1000000000
max_number=1000000000
is_unlimited=false
# Supported by XLM Foundation.

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.