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

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

success
CORS test
Your CORS header is set correctly.

success
Parse TOML test: https://blockshangerous.com/.well-known/stellar.toml
Source
VERSION="1.0.0"

NETWORK_PASSPHRASE="Public Global Stellar Network ; September 2015"

ACCOUNTS=[
"GARCVA5752SK34MMPQJ2NI4UYMNP35BN43PEEC5DCYFOSF3ICOTPJBCT",
"GA25NNSSSSHPJUK22MZGRXU6Y7HSH5NXMNT2IGCZ2JKXCJ5QYKOSQSFX"
]

[DOCUMENTATION]
ORG_NAME="TurretCannoneer"
ORG_URL="https://blockshangerous.com"
ORG_LOGO="https://blockshangerous.com/wp-content/uploads/2021/03/blockshangerous-logo.jpg"
ORG_DESCRIPTION="TRRT is an educational tool"
ORG_PHYSICAL_ADDRESS="Nowhere"
ORG_OFFICIAL_EMAIL="blockshangerous@protonmail.com"

[[CURRENCIES]]
code="TRRT"
issuer="GARCVA5752SK34MMPQJ2NI4UYMNP35BN43PEEC5DCYFOSF3ICOTPJBCT"
display_decimals=1
is_asset_anchored=false
name="Turret Token"
desc="TRRT was created to teach people about Stellar tokens. Turret token is an educational cryptocurrency designed as a fun way to help teach people about stellar, engage the community, and encourage Stellar adoption. It should not be seen as an investment and no one should buy it with any expectation of profit. The project could be abandoned at any time without notice. I don't sell TRRT, it can only be generated/earned by playing my mixed reality shooting game CryptoCannoneer, or by trading on the open market."

conditions="No limit on minting."
image="https://blockshangerous.com/wp-content/uploads/2021/06/TRRT-128x128-1.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.