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://yzystellar.com/.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://yzystellar.com/.well-known/stellar.toml
Your http endpoint redirects to your https endpoint.

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

success
CORS test
Your CORS header is set correctly.

success
Parse TOML test: https://yzystellar.com/.well-known/stellar.toml
Source
NETWORK_PASSPHRASE="Public Global Stellar Network ; September 2015"

ACCOUNTS=[
"GDHFDEWQ7U7JSSKRIGQANO5QBSMO2M7KKOMC3RDMGWAFLM2WCDVC22GJ",
"GDALRG4TPWVWQF3RAIMMYAKNDMRFV5CCBIMROPIXL7DWTK66IZ36H4UR"]

[DOCUMENTATION]
ORG_NAME="YZY"
ORG_URL="https://yzystellar.com"
ORG_LOGO="https://yzystellar.com/logo.png"
ORG_DESCRIPTION="YZY is the core financial asset of the YZY ecosystem, powering the future of decentralized finance, real estate, and wealth creation within Y-EEZY and W-EEZY cities. Designed to be more than just a token, YZY serves as the backbone of a revolutionary financial infrastructure, integrating seamlessly with Y-Bank and unlocking limitless earning potential for holders."
ORG_PHYSICAL_ADDRESS="YZY"
ORG_OFFICIAL_EMAIL="contact@yzystellar.com"
ORG_SUPPORT_EMAIL="contact@yzystellar.com"

[[CURRENCIES]]
code="YZY"
name="YZY"
issuer="GDHFDEWQ7U7JSSKRIGQANO5QBSMO2M7KKOMC3RDMGWAFLM2WCDVC22GJ"
desc="YZY is the core financial asset of the YZY ecosystem, powering the future of decentralized finance, real estate, and wealth creation within Y-EEZY and W-EEZY cities. Designed to be more than just a token, YZY serves as the backbone of a revolutionary financial infrastructure, integrating seamlessly with Y-Bank and unlocking limitless earning potential for holders."
image="https://yzystellar.com/logo.png"
status="live"
display_decimals=7
fixed_number=2000000
    

success
stellar.toml global vars
No issues found.

success
stellar.toml DOCUMENTATION section
No issues found.

success
stellar.toml CURRENCIES section
No issues found.