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

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

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

success
CORS test
Your CORS header is set correctly.

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

ACCOUNTS=[
  "GBOQCSG6Z2UJ6O3BTRPV5IWSO6YLI6Q5ZALWQSNHMY4BSCBVJJQZ2WQK"
  ]
VERSION="2.0.0"

[DOCUMENTATION]
ORG_NAME="Kayak"
ORG_URL="https://www.kayakstellar.com/"
ORG_DESCRIPTION="Kayak"
ORG_LOGO="https://www.kayakstellar.com/5375134898337212942.jpg"

[[CURRENCIES]]
code="KAYAK"
issuer="GBOQCSG6Z2UJ6O3BTRPV5IWSO6YLI6Q5ZALWQSNHMY4BSCBVJJQZ2WQK"
anchor_asset_type="crypto"
anchor_asset="KAYAK"
name="KAYAK"
desc="Kayak"
image="https://www.kayakstellar.com/5375134898337212942.jpg"

success
stellar.toml global vars
No issues found.

success
stellar.toml DOCUMENTATION section
No issues found.

success
stellar.toml CURRENCIES section
No issues found.