Skip to content

marathon-gary/mempool-startos

 
 

Repository files navigation

Wrapper for Mempool

mempool is a fully featured visualizer, explorer, and API service for the Bitcoin mempool, with a focus on the emerging transaction fee market to help our transition into a multi-layer ecosystem

Dependencies

Cloning

Clone the project locally. Note the submodule link to the original project(s).

git clone https://github.com/Start9Labs/mempoolwrapper.git
cd mempool-wrapper
git submodule update --init --recursive
docker run --privileged --rm tonistiigi/binfmt --install arm64,riscv64,arm

Building

To build the project, run the following commands:

make

Installing (on Embassy)

SSH into an Embassy device. scp the .s9pk to any directory from your local machine.

scp mempool.s9pk root@<LAN ID>:/tmp

Run the following command to determine successful install:

embassy-cli auth login
embassy-cli package install /tmp/mempool.s9pk

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 43.7%
  • Shell 42.2%
  • Dockerfile 8.6%
  • Makefile 5.5%