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

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

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

success
CORS test
Your CORS header is set correctly.

success
Parse TOML test: https://remax-stellar.org/.well-known/stellar.toml
Source
VERSION="2.2.1"

ACCOUNTS=[
"GDO5VS2BODGNBMZXWZGDWHVUZHJ4IEGTMRJCCJWFQSVZ7R6CGF2BX7NE",
]

[DOCUMENTATION]
ORG_NAME="REMAX"
ORG_URL="https://remax-stellar.org"
ORG_DESCRIPTION="RE/MAX is a global real estate franchise network, offering buying, selling, and leasing services across more than 100 countries, renowned for its expertise and local market knowledge."
ORG_LOGO="https://i.ibb.co/DVbjwr9/REMAX.jpg"

[[PRINCIPALS]]
name="William Levin"


[[CURRENCIES]]
code="RMXC"
status="live"
display_decimals=2
issuer="GDO5VS2BODGNBMZXWZGDWHVUZHJ4IEGTMRJCCJWFQSVZ7R6CGF2BX7NE"
anchor_asset_type="realestate"
name="REMAXCoin"
desc="RE/MAX is a global real estate franchise network, offering buying, selling, and leasing services across more than 100 countries, renowned for its expertise and local market knowledge."
image="https://i.ibb.co/fQss1w9/IMG-2451.png"
fixed_number=70000000
max_number=70000000
is_unlimited=false
# REMAXCoin was issued using the open and inclusive Stellar blockchain network.

success
stellar.toml global vars
No issues found.

success
stellar.toml DOCUMENTATION section
No issues found.

success
stellar.toml PRINCIPALS section
No issues found.

success
stellar.toml CURRENCIES section
No issues found.