- Newton Coin Project Swapped to NCP Project Asset on Waves Platform, This repository is archieved
- Newton is our new wallet for NCP Project Asset
you need Homebrew and Command Line Tools to be installed on your macOS. Open terminal and execute
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
install dependencies for Newton GUI Wallet
brew install boost
brew install cmake
brew install qt5
brew link --force qt5
sudo ln -s /usr/local/Cellar/qt/5.11.0/mkspecs /usr/local/mkspecs
sudo ln -s /usr/local/Cellar/qt/5.11.0/plugins /usr/local/plugins
sudo ls /usr/local/opt/qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake
get a copy of the sources and build
git clone https://github.com/livenet123/Newton.git
git clone https://github.com/livenet123/NewtonWallet.git
cd NewtonWallet
ln -s ../Newton/ cryptonote
mkdir build && cd build
export CMAKE_PREFIX_PATH=/usr/local/opt/qt5/
cmake .. -DCMAKE_BUILD_TYPE=Release
make
sudo apt-get install build-essential libboost-all-dev git cmake qtbase5-dev
git clone https://github.com/livenet123/Newton.git
git clone https://github.com/livenet123/NewtonWallet.git
cd NewtonWallet
ln -s ../Newton/ cryptonote
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make
Installation Guide thank's to @Shilli Vanilli
You need Microsoft Visual Studio Community 2017. Download and install it selecting C++, git, cmake integration packages.
Run Visual Studio x64 command prompt from start menu.
Get binary package Boost and install it or you can build boost from source
git clone https://github.com/livenet123/NewtonWallet.git
cd NewtonWallet
git clone https://github.com/livenet123/Newton.git cryptonote
md build && cd build
cmake -G "Visual Studio 15 2017 Win64" .. -DCMAKE_BUILD_TYPE=Release
MSBuild NewtonWallet.sln /p:Configuration=Release /m
OR you can open NewtonWallet Solution in Visual Studio and build