# https://jetsetapp.io/.well-known/stellar.toml (SEP-1) # # TESTNET ONLY. The mainnet issuer, the public-network passphrase and the mainnet [[CURRENCIES]] entry are added at # issuance (JET-49, JET-50). Until then nothing here claims a mainnet asset. # # Everything in this file is public. No secret key belongs here; `npm run check` refuses a file that has one. NETWORK_PASSPHRASE = "Test SDF Network ; September 2015" # SEP-10 web authentication. # SIGNING_KEY is the DEV identity API's SEP-10 key, the one the wallet pins. The production key is generated at # deployment and this file is updated then. # WEB_AUTH_ENDPOINT: pay.jetsetapp.io is the planned production home of the identity API (hosting is not yet decided, # JET-107). Today the API serves /auth/challenge and /auth/verify; JET-108 adds the single SEP-10 /auth endpoint. SIGNING_KEY = "GAK2BFYYMF2R7H7BHQ5KHE7DVY5SGBERZQPQK7WMDRNKG5TXL6S7VSDO" WEB_AUTH_ENDPOINT = "https://pay.jetsetapp.io/auth" # The issuer only. No distributor, merchant or sponsor account is published. ACCOUNTS = ["GC4YWHPOAGX5MYWWXRK4NS5TBA2624YTMSHSUVP6WWI4A25BLGSL3J6L"] [DOCUMENTATION] # ORG_NAME is the legal entity, decided with Amar on 2026-09-20. ORG_PHYSICAL_ADDRESS stays commented out until the registered # address is given: its value will be [ADDRESS], and published as it is, a placeholder would appear as the organisation's address. ORG_NAME = "The JetSet Group Inc." ORG_URL = "https://jetsetapp.io" ORG_DESCRIPTION = "JetSet is a wallet app where travellers pay vendors from their phones with JETS, a token on the Stellar network." # ORG_PHYSICAL_ADDRESS = "[ADDRESS]" [[CURRENCIES]] code = "JETS" issuer = "GC4YWHPOAGX5MYWWXRK4NS5TBA2624YTMSHSUVP6WWI4A25BLGSL3J6L" status = "test" name = "JetSet" desc = "JETS has a fixed supply of 100,000,000, its issuing account is locked so no more can ever be issued, and clawback is off." display_decimals = 2 fixed_number = 100000000 is_asset_anchored = false is_unlimited = false