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

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

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

success
CORS test
Your CORS header is set correctly.

success
Parse TOML test: https://xlmestate.com/.well-known/stellar.toml
Source
VERSION="2.2.1"
 
ACCOUNTS=["GAMYNTKT2GEIY5NT3HGU26WCXJ45F62C5EDH3BK66ORVAFOOMNF4UEST"]

[DOCUMENTATION]
ORG_NAME="Stellar Network"
ORG_URL="https://xlmestate.com"
ORG_DESCRIPTION="XLMESTATE is a real estate project built on the Stellar network, enabling secure, fast, and transparent property transactions using blockchain technology."
ORG_LOGO="https://xlmestate.com/XLMESTATE.png"
 
[[CURRENCIES]]
code="XLMESTATE"
status="live"
display_decimals=2
issuer="GAMYNTKT2GEIY5NT3HGU26WCXJ45F62C5EDH3BK66ORVAFOOMNF4UEST"
anchor_asset_type="crypto"
name="XLMESTATE"
desc="XLMESTATE  is the native token for real estate transactions on the Stellar blockchain."
image="https://xlmestate.com/XLMESTATE.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.