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

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

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

success
CORS test
Your CORS header is set correctly.

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

ACCOUNTS=[
"GBADHTQFXSB4PWQBIX2CJIZT2WJT3JKXJXSKLV2WZDR2RFEZXPTGIPGR",
]

[DOCUMENTATION]
ORG_NAME="Black Rock"
ORG_URL="https://brockstellar.com"
ORG_DESCRIPTION="BlackRock is one of the world’s leading providers of investment, advisory and risk management solutions. We are a fiduciary to our clients. We’re investing for the future on behalf of our clients, inspiring our employees, and supporting our local communities."
ORG_LOGO="https://i.ibb.co/cgNbvQW/blackrock.png"

[[PRINCIPALS]]
name="Larry Fink"


[[CURRENCIES]]
code="IBIT"
status="live"
display_decimals=2
issuer="GBADHTQFXSB4PWQBIX2CJIZT2WJT3JKXJXSKLV2WZDR2RFEZXPTGIPGR"
anchor_asset_type="crypto"
name="Ishares|Bitcoin|Trust"
desc="Introducing IBIT, which gives investors access to bitcoin through the convenience and familiarity of an ETF. Transactions are publicly recorded on blockchain. Send payment regardless of location with no currency conversion needed."
image="https://i.ibb.co/br1xxC2/Ibit.png"
fixed_number=1493219
max_number=1493219
is_unlimited=false
#Ishares Bitcoin Trust 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.