Browse Source

Add mempool to app store registry (#508)

bitcoin-conf-clean
Mayank Chhabra 4 years ago
committed by GitHub
parent
commit
93e20516a7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 24
      apps/registry.json

24
apps/registry.json

@ -138,6 +138,30 @@
"path": "",
"defaultPassword": "moneyprintergobrrr"
},
{
"id": "mempool",
"category": "Explorers",
"name": "Mempool",
"version": "2.1.1",
"tagline": "A mempool visualizer, explorer and fee estimator",
"description": "Mempool is the official self-hosted version of the fully featured explorer, visualizer, fee estimator, and API service running on mempool.space, an open source project developed and operated for the benefit of the Bitcoin community, with a focus on the emerging transaction fee market to help our transition into a multi-layer ecosystem.\n\nFeatures:\n\n- Live dashboard visualizing the mempool and blockchain\n- Live transaction tracking\n- Search any transaction, block or address\n- Fee estimations\n- Mempool historical data\n- TV View for larger displays as a TV in a cafe or bar\n- View transaction scripts and op_return messages\n- Audio notifications on transaction confirmed and address balance change\n- Multiple languages support\n- JSON APIs",
"developer": "mempool.space",
"website": "https://mempool.space/about",
"dependencies": [
"bitcoind",
"electrum"
],
"repo": "https://github.com/mempool/mempool",
"support": "https://t.me/mempoolspace",
"port": 3006,
"gallery": [
"1.jpg",
"2.jpg",
"3.jpg"
],
"path": "",
"defaultPassword": ""
},
{
"id": "btc-rpc-explorer",
"category": "Explorers",

Loading…
Cancel
Save