1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 03:19:05 +00:00
trezor-firmware/defs/misc/misc.json

88 lines
2.2 KiB
JSON
Raw Normal View History

[
{
"name": "Lisk",
"shortcut": "LSK",
2018-08-28 11:53:05 +00:00
"slip44": 134,
"curve": "ed25519",
"links": {
"Homepage": "https://lisk.io/",
"Github": "https://github.com/LiskHQ/lisk"
}
},
{
"name": "Stellar",
"notes": "In development",
2018-08-28 11:53:05 +00:00
"slip44": 148,
"curve": "ed25519",
"shortcut": "XLM",
"links": {
"Homepage": "https://www.stellar.org",
"Github": "https://github.com/stellar/stellar-core"
}
},
{
"name": "Monero",
"shortcut": "XMR",
2018-08-28 11:53:05 +00:00
"slip44": 128,
"curve": "secp256k1",
"notes": "In development",
"links": {
"Homepage": "https://getmonero.org",
"Github": "https://github.com/monero-project/monero"
}
},
{
"name": "Ripple",
"shortcut": "XRP",
2018-08-28 11:53:05 +00:00
"slip44": 144,
"curve": "secp256k1",
"notes": "In development",
"links": {
"Homepage": "https://ripple.com",
"Github": "https://github.com/ripple/rippled"
}
},
{
"name": "Cardano",
"shortcut": "ADA",
2018-08-28 11:53:05 +00:00
"slip44": 1815,
"curve": "ed25519",
"links": {
"Homepage": "https://www.cardano.org",
"Github": "https://github.com/input-output-hk/cardano-sl"
}
},
{
"name": "Tezos",
"shortcut": "XTZ",
2018-08-28 11:53:05 +00:00
"slip44": 1729,
"curve": "ed25519",
2018-08-28 11:53:05 +00:00
"notes": "In development",
"links": {
"Homepage": "https://tezos.com",
"Github": "https://github.com/tezos/tezos"
}
2018-08-15 17:36:43 +00:00
},
{
"name": "Ontology",
"shortcut": "ONT",
2018-08-28 11:53:05 +00:00
"slip44": 1024,
"curve": "nist256p1",
2018-08-28 11:53:05 +00:00
"notes": "In development",
2018-08-15 17:36:43 +00:00
"links": {
"Homepage": "https://ont.io",
"Github": "https://github.com/ontio/ontology"
2018-08-15 17:36:43 +00:00
}
},
{
"name": "Wanchain",
"shortcut": "WAN",
"slip44": 5718350,
"curve": "secp256k1",
"links": {
"Homepage": "https://wanchain.org",
"Github": "https://github.com/wanchain/go-wanchain"
}
}
]