janoside / btc-rpc-explorer

Database-free, self-hosted Bitcoin explorer, via RPC to Bitcoin Core.
https://bitcoinexplorer.org
MIT License
1.53k stars 1.15k forks source link

It is possible to become the RPC for unisat wallet service? #603

Closed 9cat closed 9 months ago

9cat commented 9 months ago

It is possible to become the RPC for unisat wallet service?

for the wallet part:

export const OPENAPI_URL_MAINNET = 'https://api.unisat.io/wallet-v4'; export const OPENAPI_URL_TESTNET = 'https://api-testnet.unisat.io/wallet-v4';

is it possible to using this project to establish its selfhost api service?

janoside commented 9 months ago

Sorry, don't know anything about the OpenSat.io project. But, this explorer can serve as a self-hosted API for Bitcoin Core-based node software. Beyond that, you'll need to just try and see.