-
Couldn't load subscription status.
- Fork 115
Open
Labels
Description
This list could be much more useful if it contained an object for each coin instead of a parameter list:
{
"name" : "Bitcoin",
"symbol" : "bts",
"uri" : {
"coin": "bitcoin",
"amount" : "amount",
"message" : "message",
"label" : "label"
}
}
The URI object would be particularly useful because it's required for wallets that present QR codes. These URI's don't use the symbol, they use a long name for the currency an those lists aren't easy to find freely. Also, many coin URI's have a different set of terminology for the message. Some call it a memo. So, if you could normalize this through this library, it would be pretty powerful as well.
radiovisual