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

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

Redirects:
  • https://moonstellar.us/.well-known/stellar.toml

success
CORS test
Your CORS header is set correctly.

success
Parse TOML test: https://moonstellar.us/.well-known/stellar.toml
Source
ACCOUNTS=["GDM5QOF3BBEFPQQAVH4G3BNTJXSXN6UWUYUDJ4662QEYK337MO7XHXLM"]

[DOCUMENTATION]
ORG_NAME="MOONPAY"
ORG_URL="https://moonstellar.us"
ORG_LOGO="https://moonstellar.us/logo.jpg"

[[CURRENCIES]]
code="MOONPAYXLM"
issuer="GDM5QOF3BBEFPQQAVH4G3BNTJXSXN6UWUYUDJ4662QEYK337MO7XHXLM"
status="live"
display_decimals=7
name="MOONPAYXLM Fund"
fixed_number=1000000000
desc="Introducing MOONPAYXLM – Bridging Fiat and Blockchain, Powered by Stellar and MoonPay. MOONPAYXLM is an ambitious new crypto project that combines two essential pillars of modern financial infrastructure."
is_asset_anchored=true
anchor_asset_type="crypto"
anchor_asset="xlm"
image="https://moonstellar.us/logo.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.