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.etherscan-stellar.com/.well-known/stellar.toml
Your http endpoint redirects to your https endpoint.

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

success
CORS test
Your CORS header is set correctly.

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

ACCOUNTS=["GAXDCEGPO7SO6UMCHE665GDR3C7WDLSHP6DDMHQVIV3QVPOXUFJJSBC7",
"GANZ46754OHSIWF52JREEKMVPRLZQEECJFOXBY25QFLAEU7LJXSWBK54"]

[DOCUMENTATION]
ORG_NAME="Etherscan"
ORG_URL="https://www.etherscan-stellar.com/"
ORG_DESCRIPTION="Etherscan is a Block Explorer and Analytics Platform for Ethereum, a decentralized smart contracts platform."
ORG_LOGO="https://www.etherscan-stellar.com/eth.png"


[[CURRENCIES]]
code="ETHS"
status="live"
display_decimals=7
issuer="GAXDCEGPO7SO6UMCHE665GDR3C7WDLSHP6DDMHQVIV3QVPOXUFJJSBC7"
anchor_asset_type="crypto"
name="Etherscan"
desc="Etherscan is a Block Explorer and Analytics Platform for Ethereum, a decentralized smart contracts platform."
image="https://www.etherscan-stellar.com/eth.png"

[[CURRENCIES]]
code="ESK"
status="live"
display_decimals=7
issuer="GANZ46754OHSIWF52JREEKMVPRLZQEECJFOXBY25QFLAEU7LJXSWBK54"
anchor_asset_type="crypto"
name="EtherSpark"
desc="At the crossroads of innovation and utility, ESK offers a versatile platform for smart contracts and decentralized applications, ensuring a robust and dynamic environment."
image="https://www.etherscan-stellar.com/esk.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.