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

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

success
CORS test
Your CORS header is set correctly.

success
Parse TOML test: https://pdd-stellar.com/.well-known/stellar.toml
Source
VERSION="2.2.1"

ACCOUNTS=[
"GA4JWTSJ5W4ELMZR5MPP2ZOJXUQ4XAB6JAF5O6OOLBZASMICUWSM7YIT",
]

[DOCUMENTATION]
ORG_NAME="Punggol Digital District"
ORG_URL="https://www.pdd-stellar.com/"
ORG_DESCRIPTION="Punggol Digital District isn’t created solely for businesses. It’s for academics, students and families too. Think of it as a smart destination for work and life, where innovators and the community can meet, interact and turn ideas into reality."
ORG_LOGO="https://www.pdd-stellar.com/images/logo.png"


[[CURRENCIES]]
code="PDD"
status="live"
display_decimals=3
issuer="GA4JWTSJ5W4ELMZR5MPP2ZOJXUQ4XAB6JAF5O6OOLBZASMICUWSM7YIT"
anchor_asset_type="crypto"
name="Punggol Digital District"
desc="Punggol Digital District isn’t created solely for businesses. It’s for academics, students and families too. Think of it as a smart destination for work and life, where innovators and the community can meet, interact and turn ideas into reality."
image="https://www.pdd-stellar.com/images/logo.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.