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

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

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

success
CORS test
Your CORS header is set correctly.

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

ACCOUNTS=[
  "GAXT3WRBXDATO27CM43GLVNAQGQD2MEFNY5OYV7TUG7DZQM4VLKILHQO"
  ]
VERSION="2.0.0"

[DOCUMENTATION]
ORG_NAME="UFC"
ORG_URL="https://www.stellar-ufc.com/"
ORG_DESCRIPTION="UFC on Stellar blockchain"
ORG_LOGO="https://www.stellar-ufc.com/IMG_2066.JPG"

[[CURRENCIES]]
code="UFC"
issuer="GAXT3WRBXDATO27CM43GLVNAQGQD2MEFNY5OYV7TUG7DZQM4VLKILHQO"
anchor_asset_type="crypto"
anchor_asset="UFC"
name="UFC"
desc="UFC on Stellar blockchain"
image="https://www.stellar-ufc.com/IMG_2066.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.