Command line toolchain for WhiteCoin blockchain.
Whitecoin is first to adopt Multi Tunnel Blockchain Communication Protocol (MTBCP), making the inter-blockchain communication protocol a reality.
Compile the whitecoin-xwc at ubuntu-18.04, please refer blow command line:
-
update your compile machine
$> sudo apt-get -f install $> sudo apt-get update
-
install some required library
$> sudo apt-get install cmake make libbz2-dev libdb++-dev libdb-dev libssl-dev openssl autoconf libtool $> sudo apt-get install libreadline-dev --fix-missing $> sudo apt-get install g++
-
build whitecoin-xwc now
$> git clone --recursive [email protected]:Whitecoin-XWC/Whitecoin-core.git $> cd Whitecoin-core $> git checkout master $> chmod +x build.sh $> ./build.sh #Please wait the compile....
-
executable file
xwc_cli & xwc_node
If the compile is success, you can found the executable files
xwc_cli & xwc_node
under the folder output.
This is a special blockchain network which aims to link all valued blockchain network together. Crypto-currencies can be exchanged / transfered within Whitecoin network.