[BREAKGLASS] Mempool for StartOS
|
|
||
|---|---|---|
| assets | ||
| docs | ||
| mempool@e2e3546934 | ||
| .gitignore | ||
| .gitmodules | ||
| docker_entrypoint.sh | ||
| Dockerfile | ||
| get-tag.sh | ||
| icon.png | ||
| LICENSE | ||
| Makefile | ||
| manifest.yaml | ||
| README.md | ||
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
- docker
- docker-buildx
- yq
- toml
- make
- [embassy-sdk]
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