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

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

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

success
CORS test
Your CORS header is set correctly.

success
Parse TOML test: https://www.dot-stellar.com/.well-known/stellar.toml
Source
VERSION="2.2.1"

ACCOUNTS=["GBPIDX4I7VZSFVBT3AOWUWHMNSSZWN37ZAVCFRJL5EKYEPIHN7LPLEBI"]

[DOCUMENTATION]
ORG_NAME="Polkadot"
ORG_URL="https://www.dot-stellar.com/"
ORG_DESCRIPTION="Polkadot is a blockchain platform and cryptocurrency. The native cryptocurrency for the Polkadot blockchain is the DOT. Now on Stellar Blockchain."
ORG_LOGO="https://www.dot-stellar.com/pkd.png"


[[CURRENCIES]]
code="DOT"
status="live"
display_decimals=3
issuer="GBPIDX4I7VZSFVBT3AOWUWHMNSSZWN37ZAVCFRJL5EKYEPIHN7LPLEBI"
anchor_asset_type="crypto"
name="Polkadot"
desc="Polkadot is a blockchain platform and cryptocurrency. The native cryptocurrency for the Polkadot blockchain is the DOT. Now on Stellar Blockchain."
image="https://www.dot-stellar.com/pkd.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.