stellar.toml checker
Checks your stellar.toml (v2.5.0) for connectivity, syntax, valid contents and availability of defined services and assets.success
Fetch SSL test: https://real8.org/.well-known/stellar.toml
Info:
Info:
- Recommended content-type is text/plain or application/toml (got: ).
success
Fetch NON-SSL test: http://real8.org/.well-known/stellar.toml
Your http endpoint redirects to your https endpoint.
Redirects:
Your http endpoint redirects to your https endpoint.
Redirects:
- https://real8.org/.well-known/stellar.toml
success
CORS test
Your CORS header is set correctly.
Your CORS header is set correctly.
success
Parse TOML test: https://real8.org/.well-known/stellar.toml
Source
Source
# REAL8 stellar.toml
VERSION="2.0.0"
NETWORK_PASSPHRASE="Public Global Stellar Network ; September 2015"
# HORIZON_URL="https://horizon.stellar.org"
ACCOUNTS=[
"GBVYYQ7XXRZW6ZCNNCL2X2THNPQ6IM4O47HAA25JTAG7Z3CXJCQ3W4CD",
"GCM2XRYFOX7AJCPQWQ5VBJ4TZQWI46GPIJGLQBNTRUPUZPRUICFTMZWL",
"GB33VU2USCCL7G7ROQI2PCYH5VMW6SQC4SXLFI3C3XGVTUI2V3YBHSND",
"GBKW3NVADCF5CSASM4X6D5HE3VTAG2RCR6NKMDV3A5ETDUHQJ353LI2U",
"GBQGVQ3J43MZSUDLJB2HPLTUXJTO3EYPR7JDCU7K6UHJF6L67VVS5THE",
"GBHCHSR225PADYZBWOXBC5VSYBFY66L2DCFDEW5E44OQWOF7Z2YUFU7G",
"GCGBGJN62UNNPSE24O5VSEVOUZYMUYGSBADRG5J4OE6K67VP44MRG2T4",
"GBSMW7HYRABROTBQCUDTFSRDHVVYWZS2SQ62CAASG3TH3TAWINXMASFM",
"GB3DOY7OPLL2SURQL7KFELM5VPOEXRELQCRVJHMWEG4WOQ4RWGG7TWDM",
"GB3DOY7OPLL2SURQL7KFELM5VPOEXRELQCRVJHMWEG4WOQ4RWGG7TWDM",
"GBEDMPLWO7L4AZC3W47ZIQL2Z4JTZUQ42V74MKBGS4SOA5HCPWV547PL"
# "GADYIWMD5P75ZHTVIIF6ADU6GYE5T7WRZIHAU4LPAZ4F5IMPD7NRK7V7", # wREAL8 Issuer
# "GD5JTIA3KHAWRLTAPRGU4MGE6YMGSLBHXG7G4ETDFN5KL44TGSLTS77K" # wREAL8 Distribution
# "GDYUHRWZ7WMQPQCV7ENB57RJ2BZHTZZIXJ6GUUIULOYR2GV6A3B7Q7WR" # wREAL8 Liquidity Pool
]
[DOCUMENTATION]
ORG_NAME="REAL8"
ORG_URL="https://real8.org/"
ORG_LOGO="https://real8.org/Icon-REAL8.png"
ORG_DESCRIPTION="REAL8 is a global cryptocurrency aimed at empowering underprivileged sectors with access to essential educational and financial resources."
ORG_TWITTER="Real8Coin"
ORG_GITHUB="REAL8-crypto"
ORG_OFFICIAL_EMAIL="info@real8.org"
ORG_SUPPORT_EMAIL="soporte@real8.org"
ORG_WHITEPAPER="https://real8.org/REAL8-whitepaper-en.pdf"
[[PRINCIPALS]]
name="Rafael Minuesa"
email="admin@real8.org"
[[PRINCIPALS]]
name="Eduardo Marin"
email="dev@real8.org"
[[PRINCIPALS]]
name="Daiki Fujii"
email="stellar@real8.org"
[[CURRENCIES]]
code="REAL8"
issuer="GBVYYQ7XXRZW6ZCNNCL2X2THNPQ6IM4O47HAA25JTAG7Z3CXJCQ3W4CD"
display_decimals=7
name="REAL8"
desc="Token REAL8"
conditions="8,888,888,888 REAL8 tokens"
image="https://real8.org/Icon-REAL8.png"
# Optional fields for future use
# FEDERATION_SERVER="https://api.real8.org/federation"
# AUTH_SERVER="https://api.real8.org/auth"
# SIGNING_KEY="Gxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
# Example history section
# [HISTORY]
# main="https://history.real8.org"
success
stellar.toml global vars
No issues found.
No issues found.
warning
stellar.toml DOCUMENTATION section
Warnings:
Warnings:
- ORG_WHITEPAPER: Is not a standard key.
success
stellar.toml PRINCIPALS section
No issues found.
No issues found.
success
stellar.toml CURRENCIES section
No issues found.
No issues found.