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

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

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

success
CORS test
Your CORS header is set correctly.

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

ACCOUNTS=[
"GCLR75H3QOLYLFPI2W6PV744IJDQAQWUTQ232LV3CJX3PBGQAZKV3E3I",
]

[DOCUMENTATION]
ORG_NAME="Four Season Crypto Resort"
ORG_URL="https://4seasonstellar.com/"
ORG_DESCRIPTION="Four Seasons is a luxury hotel chain known for exceptional service and upscale accommodations in worldwide locations, now on Stellar Blockchain."
ORG_LOGO="https://i.ibb.co/k8pPsXF/4s.png"

[[PRINCIPALS]]
name="Sarah Tuite"


[[CURRENCIES]]
code="4STN"
status="live"
display_decimals=2
issuer="GCLR75H3QOLYLFPI2W6PV744IJDQAQWUTQ232LV3CJX3PBGQAZKV3E3I"
anchor_asset_type="realestate"
name="4SeasonsToken"
desc="The 4SeasonsToken is a loyalty token for the Four Seasons hotel chain, offering access to exclusive rewards and services, symbolizing luxury and enhancing guest experiences."
image="https://i.ibb.co/BVqg8gh/DALL-E-2024-03-21-01-43-16-Create-a-sophisticated-and-luxurious-coin-design-for-a-cryptocurrency-nam.png"
fixed_number=1000000000
max_number=1000000000
is_unlimited=false
# 4SeasonsToken was issued using the open and inclusive Stellar blockchain network.

success
stellar.toml global vars
No issues found.

warning
stellar.toml DOCUMENTATION section
Warnings:
  • ORG_URL: HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2)

success
stellar.toml PRINCIPALS section
No issues found.

success
stellar.toml CURRENCIES section
No issues found.