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

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

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

success
CORS test
Your CORS header is set correctly.

success
Parse TOML test: https://arg3.org/.well-known/stellar.toml
Source
ACCOUNTS=["GDNYXZ2W4P4IHVCWLYAJQO6ZBJQ5J7QQXNG4UH3BJYUVXIBLYAAPJARG"]

[DOCUMENTATION]
ORG_NAME="ARG3 | The Sovereign Resource Protocol"
ORG_URL="https://arg3.org"
ORG_LOGO="https://arg3.org/logo.jpg"

[[CURRENCIES]]
code="ARG3"
issuer="GDNYXZ2W4P4IHVCWLYAJQO6ZBJQ5J7QQXNG4UH3BJYUVXIBLYAAPJARG"
status="live"
display_decimals=7
name="ARG3 Fund"
fixed_number=50000000
desc="ARG3 is a national strategic protocol developed as a government-led initiative, supported by Ripple Labs and the Stellar Development Foundation, with the goal of unlocking and tokenizing Argentina’s most critical real-world assets."
is_asset_anchored=true
anchor_asset_type="crypto"
anchor_asset="xlm"
image="https://arg3.org/logo.jpg"

success
stellar.toml global vars
No issues found.

success
stellar.toml DOCUMENTATION section
No issues found.

success
stellar.toml CURRENCIES section
No issues found.