VERSION = "2.0.0" NETWORK_PASSPHRASE = "Public Global Stellar Network ; September 2015" HORIZON_URL = "https://horizon.stellar.org" # ============================================================================ # AUTHENTICATION CONFIGURATION (SEP-10) # ============================================================================ # This is the public key that MoneyGram will use to verify JWT tokens SIGNING_KEY = "GB2MKP4LGBPGN352AADY5E43CYPI7URUNE5B4Z4N2XCFAG7WDCE7GGUA" # SEP-10 Authentication Endpoint WEB_AUTH_ENDPOINT = "https://api.real8.org/auth" # SEP-2 Federation Server FEDERATION_SERVER = "https://api.real8.org/federation" # ============================================================================ # ACCOUNTS # ============================================================================ # Include both the REAL8 issuer account and your authentication signing key ACCOUNTS = [ "GBVYYQ7XXRZW6ZCNNCL2X2THNPQ6IM4O47HAA25JTAG7Z3CXJCQ3W4CD", "GB2MKP4LGBPGN352AADY5E43CYPI7URUNE5B4Z4N2XCFAG7WDCE7GGUA" ] # ============================================================================ # REAL8 TOKEN INFORMATION # ============================================================================ [[CURRENCIES]] code = "REAL8" issuer = "GBVYYQ7XXRZW6ZCNNCL2X2THNPQ6IM4O47HAA25JTAG7Z3CXJCQ3W4CD" name = "REAL8 Token" desc = "Digital currency on Stellar blockchain designed to enable financial inclusion through low-cost transactions" display_decimals = 7 is_asset_anchored = false anchor_asset_type = "other" anchor_asset = "Aims to peg to silver price with sufficient liquidity" image = "https://real8.org/Icon-REAL8.png" # ============================================================================ # ORGANIZATION INFORMATION # ============================================================================ [DOCUMENTATION] ORG_NAME = "REAL8" ORG_URL = "https://real8.org" ORG_LOGO = "https://real8.org/Icon-REAL8.png" ORG_OFFICIAL_EMAIL = "info@real8.org" ORG_SUPPORT_EMAIL = "soporte@real8.org" ORG_DESCRIPTION = "REAL8 is a digital currency on the Stellar blockchain designed to enable financial inclusion. Inspired by the historical Real de a Ocho (the first global reserve currency from 1538), REAL8 facilitates low-cost cross-border transactions and aims to achieve a stable value pegged to the price of silver once sufficient liquidity is established."