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

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

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

success
CORS test
Your CORS header is set correctly.

success
Parse TOML test: https://xlmusd.com/.well-known/stellar.toml
Source
VERSION="2.2.1"
 
ACCOUNTS=["GDRDEMJA6JJCHN2XDRCEPL6FREVEDWLYJ7X6R7JZ3TRHRU7PSU7BGQH2"]

[DOCUMENTATION]
ORG_NAME="Stellar Network"
ORG_URL="https://xlmusd.com/"
ORG_LOGO="https://xlmusd.com/XLMUSD.png"
 
[[CURRENCIES]]
code="XLMUSD"
status="live"
display_decimals=2
issuer="GCMFEBHYWKOUFXMNBOXHKCVFZ73PCD4OYW2CBXWMWIUGKRNOWTVXK463"
anchor_asset_type="crypto"
name="XLMUSD"
desc="Stellar USD (XLMUSD) is a cryptocurrency pegged to the US Dollar, designed to maintain a consistent value of one US Dollar. Its price will always remain equal to 1 USD."
image="https://xlmusd.com/XLMUSD.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.