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

success
Fetch NON-SSL test: http://thanecoin.io/.well-known/stellar.toml
Your http endpoint serves the same content as your https endpoint.


success
CORS test
Your CORS header is set correctly.

success
Parse TOML test: https://thanecoin.io/.well-known/stellar.toml
Source
FEDERATION_SERVER="https://stellarid.io/federation/"
ACCOUNTS=["GAOCNOS2AUPGZZ4Q2EF7KAV3BDL5GBKQWUUN3O3OSUYAXLOUM3Z6HICW",
"GANYFJYD2ENHXZLY4QMJ5QOQCZZSOZXCE46RIJPHQNWENZGUGKNSFO27"]
[DOCUMENTATION]
ORG_NAME="ThaneCoin"
ORG_DBA="ThaneCoin"
ORG_URL="https://ThaneCoin.io"
ORG_LOGO="https://thanecoin.io/img/logo.png"
ORG_KEYBASE="ThaneCoinTPI"
ORG_TWITTER="ThaneCoinTPI"
ORG_OFFICIAL_EMAIL="info@thanecoin.io"
[[CURRENCIES]]
code="TPI"
issuer="GAOCNOS2AUPGZZ4Q2EF7KAV3BDL5GBKQWUUN3O3OSUYAXLOUM3Z6HICW"
display_decimals=7
name="ThaneCoin TPI"
desc="DeCentralised Property Market through ThaneCoin TPI"
fixed_number=21000000
conditions="There will only ever be 21,000,000 Tokens in existence."
image="https://thanecoin.io/img/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.