Port Insight API to peercoin, to help with Trezor support

I recently found out about Insight API, GitHub - bitpay/insight-api: The bitcoin blockchain API powering Insight
Maybe someone could help/try this out to make work with peercoin?

It would make Trezor support a step closer. Multi-Currency Support — Bitcoin, DASH and Zcash in TREZOR and TREZOR Wallet | by SatoshiLabs | Trezor Blog

it looks like this https://insight.bitpay.com/

from trezor blog:

TREZOR Wallet utilizes Insight/Bitcore in order to grab information about cryptocurrency/blockchain. A functioning Insight is therefore the main requirement for integration of any coin into TREZOR Wallet.

(Bitcore has already been ported to ppc by hrobeers.)

2 Likes

I’m willing to donate for this.

This requires some modern bitcoin functions…

Note: You can use an existing Bitcoin data directory, 
however txindex, addressindex, timestampindex and spentindex 
needs to be set to true in bitcoin.conf, as well as a few other additional fields.

We need to sync with newer bitcoin code first.

2 Likes

I learned it doesnt just require the bitcore lib, but a full node running with bitcore-node

1 Like

Isn’t there a different way to have Peercoin supported on Trezor?
Here is the list of coins supported by BIP44, peercoin is already in there:

Wouldn’t just a webwallet connected to peercoin network supporting Key Import and Signing from trezor pluggin just work?

1 Like