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
- docker
- docker-buildx
- yq
- toml
- make
- [embassy-sdk]
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
To build the project, run the following commands:
make
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