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://stellardex.org/.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://stellardex.org/.well-known/stellar.toml
Your http endpoint serves the same content as your https endpoint.


failed
CORS test
Your CORS header is not set. You have to set it to * to allow access to every client. [how to]

success
Parse TOML test: https://stellardex.org/.well-known/stellar.toml
Source
FEDERATION_SERVER="https://stellarid.io/federation/"

[[CURRENCIES]]
code="DOGETF"
name="DOGE FATHER TOKEN"
issuer="GAN6LS3F6UJULQW7DO2OHV4EMLONZGKAMRTCWJ5ZNEEPEHFBD5C2TXKY"
display_decimals=2
desc="ELON MUSK AND DOGECOIN MEME INSPIRED CRYPTOCURRENCY" 
conditions="3 billion coins"
image="https://stellardex.org/doget_f.png"

[[CURRENCIES]]
code="AABBG"
name="AABB GOLD TOKEN"
issuer="GARN2JFF4SWWCQSQHAHSY2OS2HCUDH3XIJ2I55P6K2TKE5YO6YDX56ER"
display_decimals=2
desc="AABB GOLD TOKEN" 
conditions="900 million coins"
image="https://stellardex.org/aabbgicon.png"

[[CURRENCIES]]
code="USDS"
issuer="GAOB7BRNCHRWBC264D74XEG3T542G4KS77NQEKBDT6YAH5QXWLHX77AI"
display_decimals=2
name="USD STABLECOIN"
desc="USD Stablecoin (USDS) is a fully-reserved stablecoin running on many of leading blockchains.USDS price is pegged to 1 USD. Its peg mechanism uses a full collateralization approach. This means that for every 1 USDS in circulation there is 1 USD held in XLM cryptocurrency reserve."
conditions="100 million coins"
image="https://stellardex.org/USDS.png"

success
stellar.toml global vars
No issues found.

success
stellar.toml CURRENCIES section
No issues found.