forked from moneroexamples/onion-monero-blockchain-explorer
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
reeyon edited this page Jul 1, 2019
·
26 revisions
Welcome to the swap-blockchain-explorer wiki!
sudo apt update
sudo apt-get install build-essential cmake pkg-config libboost-all-dev libssl-dev libzmq3-dev libunbound-dev libsodium-dev libreadline6-dev libpgm-dev libnorm-dev cd ~ git clone --recursive https://github.com/swap-dev/swap cd swap USE_SINGLE_BUILDDIR=1 make -j
the binaries compiled at ~/swap/build/release/bin/
git clone https://github.com/swap-dev/swap-blockchain-explorer swapblock cd swapblock mkdir build && cd build cmake ..