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

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

Redirects:
  • https://stellar-ljh.net/.well-known/stellar.toml

success
CORS test
Your CORS header is set correctly.

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

ACCOUNTS=[
  "GCUAFCJENIZSZNTSYOPBW7LOFBEN25TKQJO3WPGH2IUTW7TYOZPFFG66"
  ]
VERSION="2.0.0"

[DOCUMENTATION]
ORG_NAME="LJ Hooker"
ORG_URL="https://www.stellar-ljh.net/"
ORG_DESCRIPTION="LJH on Stellar blockchain"
ORG_LOGO="https://www.stellar-ljh.net/ljhlogo.PNG"

[[CURRENCIES]]
code="LJH"
issuer="GCUAFCJENIZSZNTSYOPBW7LOFBEN25TKQJO3WPGH2IUTW7TYOZPFFG66"
anchor_asset_type="crypto"
anchor_asset="LJH"
name="LJH"
desc="LJH on Stellar blockchain"
image="https://www.stellar-ljh.net/ljhlogo.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.