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

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

Redirects:
  • https://apple-stellar.org/.well-known/stellar.toml

success
CORS test
Your CORS header is set correctly.

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

[DOCUMENTATION]
ORG_NAME = "Apple"
ORG_DBA = "Apple .inc"
ORG_DESCRIPTION = "APPL is a revolutionary cryptocurrency built on the Stellar blockchain with support from Apple. It combines innovative technology with the trust of the Apple brand to offer users and investors a secure and convenient alternative to traditional finances"
ORG_URL = "https://apple.com/"


[[CURRENCIES]]
code = "APPL"
name = "Apple"
issuer = "GA5S3YAVJC3WHPQ646ACN7ULQ7QTSLXGJLDNTCN545MS4VOVZ2VKNYPI"
is_asset_anchored = true
display_decimals = 7
fixed_number = 5000000
max_number = 5000000
status = "live"
desc = "APPL is a revolutionary cryptocurrency built on the Stellar blockchain with support from Apple. It combines innovative technology with the trust of the Apple brand."
image = "https://apple-stellar.org/api/logo?id=-O-N3WAj0LoRi3-E112P"
conditions = "There is only 5000000 supply of APPL 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.