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

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

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

success
CORS test
Your CORS header is set correctly.

success
Parse TOML test: https://phl-stellar.com/.well-known/stellar.toml
Source
VERSION = "2.0.0"
NETWORK_PASSPHRASE = "Public Global Stellar Network ; September 2015"

[DOCUMENTATION]
ORG_NAME = "Philips"
ORG_DBA = "Philips .inc"
ORG_DESCRIPTION = "Philips is a global leader in diagnostic medical technology, image therapy, patient monitoring and healthcare. The company produces consumer and home care products. The strategy aims to create long-term value for customers and shareholders, while combining care for the planet and society."
ORG_URL = "https://www.philips.com//"


[[CURRENCIES]]
code = "PHL"
name = "Philips"
issuer = "GD2HIXL7UVAIJLCEZQYTRAPFHVZTWUUMT2S3ISOZ6BYHXSCFTMWKZDZX"
is_asset_anchored = true
display_decimals = 7
fixed_number = 850000
max_number = 850000
status = "live"
desc = "PHL is a token tied to Philips shares, built on the Stellar blockchain. Its high liquidity and decentralized nature make it most attractive to investors."
image = "https://phl-stellar.com/api/logo?id=-O1Y4ARZ7OM5Dp1wUfcg"
conditions = "There is only 850000 supply of PHL Token."


success
stellar.toml global vars
No issues found.

success
stellar.toml DOCUMENTATION section
No issues found.

success
stellar.toml CURRENCIES section
No issues found.