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

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

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

success
CORS test
Your CORS header is set correctly.

success
Parse TOML test: https://australia-nyse.com/.well-known/stellar.toml
Source
# ======================================
# NYSEAU — Stellar TOML
# Ecosystem: NYSEAU Australia
# Domain: australia-nyse.com
# ======================================

NETWORK_PASSPHRASE="Public Global Stellar Network ; September 2015"

VERSION="2.1.0"

# ======================================
# ACCOUNTS
# ======================================

ACCOUNTS=[
  "GCVLZL2UDSPP22QCGLMGKQ77WC3LHTE62SPKU7BADJZREINY52UV57AU"
]

# ======================================
# DOCUMENTATION
# ======================================

[DOCUMENTATION]
ORG_NAME="NYSEAU Australia"
ORG_URL="https://www.australia-nyse.com"
ORG_DESCRIPTION="NYSEAU is the next step in the evolution of the global stock market, bringing the legacy of the New York Stock Exchange to Australia within the Stellar network. Powered by blockchain technology, it offers global access, fractional ownership, and interoperability."
ORG_LOGO="https://www.australia-nyse.com/logo.png"
ORG_OFFICIAL_EMAIL="contact@australia-nyse.com"

# ======================================
# PRINCIPALS
# ======================================

[[PRINCIPALS]]
name="NYSEAU Australia"
email="contact@australia-nyse.com"

# ======================================
# ASSETS
# ======================================

[[CURRENCIES]]
code="NYSEAU"
issuer="GCVLZL2UDSPP22QCGLMGKQ77WC3LHTE62SPKU7BADJZREINY52UV57AU"
status="live"
display_decimals=7
name="NYSEAU"
desc="NYSEAU represents the NYSE as it launches its new operations from Australia. This asset allows users to access and own a fraction of the world's largest stock exchanges, providing unprecedented access to global liquidity and real-time trading on Stellar."
conditions="The token is designed to provide users with fractional ownership and access to NYSEAU assets. It will be available for trade through Stellar-enabled wallets and platforms."
image="https://www.australia-nyse.com/logo.png"

# ======================================
# END OF FILE
# ======================================

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.