Swap uses Cryptonote Privacy Blockchain + Cuckaroo29s (Proof of Work)
Stable Network | No Governance Fee | No Premine | No BS
More information on the project can be found on the website and in the github. Swap is an open source project, and totally driven by communities. We encourage people to offer PR to support a non-premine project.
This is the new electron GUI for Swap. It is open source and completely free to use without restrictions, anyone may create an alternative implementation of the Swap Electron GUI that uses the protocol and network in a compatible manner.
- Download latest swapd
nvm use 14
npm install -g quasar-cli
git clone https://github.com/swap-dev/swap-electron-gui-wallet
cd swap-electron-gui-wallet
cp path_to_swapd_binaries/swapd bin/
cp path_to_swapd_binaries/swap-wallet-rpc bin/
npm install
For building:
Note: This will only build the binaries for the system you run the command on. Running this command on linux
will only make linux
binaries, no mac
or windows
binaries.
npm run build