UNPKG

btc-rpc-explorer

Version:

Open-source, self-hosted Bitcoin explorer

9 lines (6 loc) 107 B
"use strict"; const btc = require("./coins/btc.js"); module.exports = { "BTC": btc, "coins":["BTC"] };