Skip to content

PuNkYsHuNgRy/swap-OLD

 
 

Repository files navigation

Swap

Swap (previously known as Freehaven) is based on Monero

Resources

Build on linux

install deps:

sudo apt-get install build-essential cmake pkg-config libboost-all-dev libssl-dev libzmq3-dev libunbound-dev libsodium-dev libreadline6-dev libpgm-dev

clone repo:

git clone --recursive https://github.com/swap-dev/swap

build daemon and wallet:

cd swap && mkdir build && cd build && cmake .. && make -j4 daemon simplewallet

Packages

No packages published

Languages

  • C++ 84.1%
  • C 10.3%
  • CMake 2.1%
  • Objective-C 1.6%
  • Makefile 0.8%
  • Python 0.4%
  • Other 0.7%