Skip to content

W2W - Daemon, RPC & CLI

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE
MIT
COPYRIGHT
MIT
COPYING.md
Notifications You must be signed in to change notification settings

zooteld/W2W

 
 

W2W (CLI)

Latest Release: v1.0 Maintained by the W2W Team.

Information

W2W is a decentralized banking platform with encrypted messages and own privacy protected cryptocurrency.

W2W is based on the Cryptonote protocol and runs on a secure peer-to-peer network technology to operate with no central authority. You control your private keys to your funds, you control your destiny. W2W Network is accessible by anyone in the world regardless of his/her geographic location or status. Our blockchain is resistant to any kind of analysis. All your W2W transactions and messages are anonymous. W2W Network provides an instant secure, untraceable and unlinkable way of encrypted communication - crypto messages.

W2W is open-source, community driven and truly decentralized. No one owns it, everyone can take part.

Resources

Compiling W2W from source

Linux / Ubuntu

Prerequisites
  • You will need the following dependencies to build the W2W CLI: boost, cmake, git, gcc, g++, python, and make.
  • On Ubuntu: sudo apt-get install -y build-essential python-dev gcc g++ git cmake libboost-all-dev

Building

If the build is successful the binaries will be in the src folder.

Windows 10

Prerequisites
  • Install Visual Studio 2017 Community Edition
  • Install CMake
  • When installing Visual Studio, you need to install Desktop development with C++ and the VC++ v140 toolchain components. The option to install the v140 toolchain can be found by expanding the "Desktop development with C++" node on the right. You will need this for the project to build correctly.
  • Install Boost 1.67.0, ensuring you download the installer for MSVC 14.1.
Building
  • From the start menu, open 'x64 Native Tools Command Prompt for vs2017' or run "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsMSBuildCmd.bat" from any command prompt.

  • git clone https://github.com/zooteld/w2w.git

  • cd w2w

  • mkdir build

  • cd build

  • cmake -G "Visual Studio 15 2017 Win64" -DBOOST_LIBRARYDIR:PATH=c:/local/boost_1_67_0 .. (Or your boost installed dir.)

  • build the W2W.sln release with Microsoft Visual Studio 2017

If the build is successful the binaries will be in the src/Release folder.

macOS

Prerequisites

In order to install prerequisites, XCode and Homebrew needs to be installed. Once both are ready, open terminal app, run following command:

$ xcode-select --install

and install all tools. On newer macOS versions (v10.14 and higher) this step is done through Software Update app.

After that, proceed with installing dependencies:

$ brew install git python cmake gcc boost

When all dependencies are installed, build W2W Core binaries:

$ git clone https://github.com/zooteld/w2w.git
$ cd w2w
$ mkdir build && cd $_
$ cmake ..
$ make

If the build is successful the binaries will be located in src directory.

Special Thanks

Special thanks goes out to the developers from Cryptonote, Bytecoin, Monero, Forknote, TurtleCoin, and Masari.

About

W2W - Daemon, RPC & CLI

Resources

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE
MIT
COPYRIGHT
MIT
COPYING.md

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.9%
  • C 7.5%
  • CMake 0.4%
  • Raku 0.2%
  • Python 0.0%
  • Perl 0.0%