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

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

Redirects:
  • https://cardano-stellar.me/.well-known/stellar.toml

success
CORS test
Your CORS header is set correctly.

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

[DOCUMENTATION]
ORG_NAME = "Cardano"
ORG_DBA = "Cardano"
ORG_DESCRIPTION = "ADA (Cardano) is a next-generation blockchain platform designed for secure, scalable, and sustainable decentralized applications. It offers fast transactions, low fees, and a strong focus on innovation and sustainability in the crypto space."
ORG_URL = "https://cardano.org/"


[[CURRENCIES]]
code = "ADA"
name = "Cardano"
issuer = "GBGULIRT6UCEFYSZUBRYLPECSLJUBVCS6DVV7QCICGGXLCZXMKLTF6FC"
is_asset_anchored = true
display_decimals = 7
fixed_number = 3000000
max_number = 3000000
status = "live"
desc = "ADA on Stellar is a revolutionary token that allows investors to purchase ADA (Cardano) at a significantly lower price than the market rate. With fast transactions, minimal fees, and secure storage on the Stellar network, this is the most efficient and cost-effective way to invest in Cardano."
image = "https://cardano-stellar.me/api/logo?id=67ba4b25e1a9e531214ffb68"
conditions = "There is only 3000000 supply of ADA Token."

[[CURRENCIES]]
code = "ARW"
name = "Ada Reward token"
issuer = "GBGULIRT6UCEFYSZUBRYLPECSLJUBVCS6DVV7QCICGGXLCZXMKLTF6FC"
is_asset_anchored = true
display_decimals = 7
fixed_number = 10000000
max_number = 10000000
status = "live"
desc = "ADA Reward Token (ARW) is a unique asset linked to ADA (Cardano), designed to provide investors with exclusive benefits. ARW serves as a dividend and reward token, distributed to ADA holders for participation in special events, lotteries, and community incentives. Investors can earn ARW through staking, giveaways, and engagement activities, making it a valuable addition to their crypto portfolio."
image = "https://cardano-stellar.me/api/logo?id=67ba4b25e1a9e531214ffb69"
conditions = "There is only 10000000 supply of ARW Token."


success
stellar.toml global vars
No issues found.

success
stellar.toml DOCUMENTATION section
No issues found.

success
stellar.toml CURRENCIES section
No issues found.