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

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

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

success
CORS test
Your CORS header is set correctly.

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

ACCOUNTS=[
  "GBN2YE3HR7OXQHDHOSL7IINKSPUVROALXCHN3BJUUR57KQFDFSKSLF3R"
  ]
VERSION="2.0.0"

[DOCUMENTATION]
ORG_NAME="Virgin Galactic"
ORG_URL="https://www.galacticstellar.com/"
ORG_DESCRIPTION="Virgin Galactic on Stellar blockchain"
ORG_LOGO="https://www.galacticstellar.com/virgingalactic.jpg"

[[CURRENCIES]]
code="GALACTIC"
issuer="GBN2YE3HR7OXQHDHOSL7IINKSPUVROALXCHN3BJUUR57KQFDFSKSLF3R"
anchor_asset_type="crypto"
anchor_asset="GALACTIC"
name="GALACTIC"
desc="Virgin Galactic on Stellar blockchain"
image="https://www.galacticstellar.com/virgingalactic.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.