forked from sublime247/mobile-money
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstellar.toml
More file actions
34 lines (29 loc) · 1.21 KB
/
stellar.toml
File metadata and controls
34 lines (29 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This is a SEP-1 stellar.toml file for anchor discovery
# See: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0001.md
[DOCUMENTATION]
ORG_NAME = "Your Anchor Name"
ORG_URL = "https://your-anchor-domain.com"
ORG_DESCRIPTION = "Anchor for Stellar assets."
ORG_LOGO = "https://your-anchor-domain.com/logo.png"
ORG_PHYSICAL_ADDRESS = "123 Anchor St, City, Country"
ORG_OFFICIAL_EMAIL = "support@your-anchor-domain.com"
[[CURRENCIES]]
code = "USD"
issuer = "GXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
distribution = "GYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY"
name = "US Dollar Token"
desc = "USD token issued by Anchor."
conditions = "KYC required."
image = "https://your-anchor-domain.com/usd.png"
[[CURRENCIES]]
code = "EUR"
issuer = "GXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
distribution = "GYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY"
name = "Euro Token"
desc = "EUR token issued by Anchor."
conditions = "KYC required."
image = "https://your-anchor-domain.com/eur.png"
[ACCOUNTS]
distribution = "GYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY"
issuing = "GXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
# Add additional metadata as needed