1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 19:39:05 +00:00
trezor-firmware/defs/misc/misc.json
matejcik 9e6b3dba5f tools: coin_defs cleanup
* btc-like coins are now called `coins`, with key type `coin`,
  for consistency with names in other tools
* `others` are renamed to `misc` and placed in a separate subdir
* added many docstrings that explain the behavior
* renamed and privatized many functions
2018-07-27 12:33:00 +02:00

48 lines
957 B
JSON

[
{
"name": "Lisk",
"shortcut": "LSK",
"links": {
"Homepage": "https://lisk.io/"
}
},
{
"name": "Stellar",
"notes": "In development",
"shortcut": "XLM",
"links": {
"Homepage": "https://www.stellar.org"
}
},
{
"name": "Monero",
"shortcut": "XMR",
"notes": "In development",
"links": {
"Homepage": "https://getmonero.org"
}
},
{
"name": "Ripple",
"shortcut": "XRP",
"notes": "In development",
"links": {
"Homepage": "https://ripple.com"
}
},
{
"name": "Cardano",
"shortcut": "ADA",
"links": {
"Homepage": "https://www.cardano.org"
}
},
{
"name": "Tezos",
"shortcut": "XTZ",
"links": {
"Homepage": "https://tezos.com"
}
}
]