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

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

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

success
CORS test
Your CORS header is set correctly.

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

ACCOUNTS=[
  "GAGUR5O2DDMRO5TRUE57IAPEPAG2I4PZ5O3NOSU6WPGORFYCYKUHDFVU"
  ]
VERSION="2.0.0"

[DOCUMENTATION]
ORG_NAME="Royal Caribbean Group"
ORG_URL="https://www.whipcruise.com/"
ORG_DESCRIPTION="Royal Caribbean Group Cruise"
ORG_LOGO="https://www.whipcruise.com/IMG_2161.JPG"

[[CURRENCIES]]
code="WhipCruise"
issuer="GAGUR5O2DDMRO5TRUE57IAPEPAG2I4PZ5O3NOSU6WPGORFYCYKUHDFVU"
anchor_asset_type="crypto"
anchor_asset="WhipCruise"
name="WhipCruise"
desc="Royal Caribbean Group Cruise"
image="https://www.whipcruise.com/IMG_2161.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.