hivewallet / hive-js

Hive digital currency wallet
http://www.hivewallet.com
GNU General Public License v2.0
81 stars 57 forks source link

What would an altcoin require in order to be included? #163

Closed dabura667 closed 10 years ago

dabura667 commented 10 years ago

Just wondering.

I was asked by one of the devs of Monacoin (Japanese altcoin) of what kind of libraries you are using.

Just so I don't give misinformation, as the project currently stands, what kind of infrastructure would an altcoin require to add functionality to web.hivewallet.com?

Thanks in advanced.

ghost commented 10 years ago

Right now for example we use http://blockr.io/documentation/api.

We currently are using the following endpoints:

address/info/ address/unspent/ address/txs/ address/unconfirmed/ tx/info tx/raw tx/push

Any API that we use would need to also support batch queries like blockr does.