1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 11:29:11 +00:00
trezor-firmware/defs/misc/misc.json
matejcik 88fa3c7381 cointool: fix uniformity check
also uniformize misc.json
2018-11-20 17:59:15 +01:00

151 lines
3.6 KiB
JSON

[
{
"name": "Lisk",
"shortcut": "LSK",
"slip44": 134,
"curve": "ed25519",
"links": {
"Homepage": "https://lisk.io/",
"Github": "https://github.com/LiskHQ/lisk"
},
"wallet": {}
},
{
"name": "Stellar",
"slip44": 148,
"curve": "ed25519",
"shortcut": "XLM",
"links": {
"Homepage": "https://www.stellar.org",
"Github": "https://github.com/stellar/stellar-core"
},
"wallet": {
"Account Viewer": "https://trezor.io/stellar/"
}
},
{
"name": "Monero",
"shortcut": "XMR",
"slip44": 128,
"curve": "ed25519",
"links": {
"Homepage": "https://getmonero.org",
"Github": "https://github.com/monero-project/monero"
},
"wallet": {}
},
{
"name": "Ripple",
"shortcut": "XRP",
"slip44": 144,
"curve": "secp256k1",
"links": {
"Homepage": "https://ripple.com",
"Github": "https://github.com/ripple/rippled"
},
"wallet": {}
},
{
"name": "Cardano",
"shortcut": "ADA",
"slip44": 1815,
"curve": "ed25519",
"links": {
"Homepage": "https://www.cardano.org",
"Github": "https://github.com/input-output-hk/cardano-sl"
},
"wallet": {
"AdaLite": "https://adalite.io/app"
}
},
{
"name": "Tezos",
"shortcut": "XTZ",
"slip44": 1729,
"curve": "ed25519",
"links": {
"Homepage": "https://tezos.com",
"Github": "https://github.com/tezos/tezos"
},
"wallet": {
"SimpleStaking": "https://simplestaking.com"
}
},
{
"name": "Ontology",
"shortcut": "ONT",
"slip44": 1024,
"curve": "nist256p1",
"links": {
"Homepage": "https://ont.io",
"Github": "https://github.com/ontio/ontology"
},
"wallet": {}
},
{
"name": "Wanchain",
"shortcut": "WAN",
"slip44": 5718350,
"curve": "secp256k1",
"links": {
"Homepage": "https://wanchain.org",
"Github": "https://github.com/wanchain/go-wanchain"
},
"wallet": {}
},
{
"name": "EOS",
"shortcut": "EOS",
"slip44": 194,
"curve": "secp256k1",
"links": {
"Homepage": "https://eos.io",
"Github": "https://github.com/EOSIO/eos"
},
"wallet": {}
},
{
"name": "Tron",
"shortcut": "TRX",
"slip44": 195,
"curve": "secp256k1",
"links": {
"Homepage": "https://tron.network",
"Github": "https://github.com/tronprotocol/java-tron"
},
"wallet": {}
},
{
"name": "Omni",
"shortcut": "OMNI",
"slip44": 0,
"curve": "secp256k1",
"links": {
"Homepage": "https://www.omnilayer.org",
"Github": "https://github.com/OmniLayer"
},
"wallet": {}
},
{
"name": "MaidSafeCoin",
"shortcut": "MAID",
"slip44": 0,
"curve": "secp256k1",
"links": {
"Homepage": "https://maidsafe.net",
"Github": "https://github.com/maidsafe"
},
"wallet": {}
},
{
"name": "Tether",
"shortcut": "USDT",
"slip44": 0,
"curve": "secp256k1",
"links": {
"Homepage": "https://tether.to"
},
"wallet": {}
}
]