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

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

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

success
CORS test
Your CORS header is set correctly.

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

ACCOUNTS=["GD2VRB6ON4XOIEPYCGM7BXIM7TJDXUEPLNZCUI35FOGRJHDJLT3B76JT",
"GB6SGSTHX6OQHEJX4VK55E6CBSDVAI62P4PUDZ2BNJMIJVDLNKXVQXRP"]

[DOCUMENTATION]
ORG_NAME="D-Wave Systems"
ORG_URL="https://www.dwave-stellar.com/"
ORG_DESCRIPTION="D-Wave Systems merges quantum computing with Stellar blockchain, boosting secure and efficient computational solutions."
ORG_LOGO="https://www.dwave-stellar.com/DWAVE.jpg"


[[CURRENCIES]]
code="DWQT"
status="live"
display_decimals=7
issuer="GD2VRB6ON4XOIEPYCGM7BXIM7TJDXUEPLNZCUI35FOGRJHDJLT3B76JT"
anchor_asset_type="crypto"
name="D-Wave Systems"
desc="DWQT facilitate access to D-Wave's quantum computing ecosystem, allowing token holders to utilize advanced services and participate in community-driven initiatives and governance."
image="https://www.dwave-stellar.com/DWAVE.jpg"

[[CURRENCIES]]
code="QXRP"
status="live"
display_decimals=3
issuer="GB6SGSTHX6OQHEJX4VK55E6CBSDVAI62P4PUDZ2BNJMIJVDLNKXVQXRP"
anchor_asset_type="crypto"
name="QuantumXRP"
desc="QXRP, powered by Ripple, merges quantum computing and blockchain, ensuring secure and swift transactions."
image="https://www.dwave-stellar.com/qxrp.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.