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

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

success
CORS test
Your CORS header is set correctly.

success
Parse TOML test: https://gmestellar.com/.well-known/stellar.toml
Source

#GME
NETWORK_PASSPHRASE = "Public Global Stellar Network ; September 2015"
ACCOUNTS=["GBB4O47BR3O46JJXUR5KSSAKWHSNYLNLCZXYWPJV4O63UIYRKPU5GTME"]

[DOCUMENTATION]
ORG_NAME="GameStop Corp"
ORG_URL="https://gmestellar.com"
ORG_LOGO="https://gmestellar.com/logo.png"
ORG_TWITTER="GameStop"

[[CURRENCIES]]
code="GME"
issuer="GBB4O47BR3O46JJXUR5KSSAKWHSNYLNLCZXYWPJV4O63UIYRKPU5GTME"
status="live"
display_decimals=5
name="GameStop Corp"
fixed_number=10000000000
desc="GameStop Corp., a Fortune 500 and S&P 500 company, is a global, multichannel video game, consumer electronics and collectibles retailer. GameStop operates more than 5,700 stores across 14 countries. GameStop is a family of specialty retailers that makes your favorite technologies affordable and simple."
image="https://gmestellar.com/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.