Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 2.47 KB

README.md

File metadata and controls

71 lines (46 loc) · 2.47 KB

logo

Command line toolchain for WhiteCoin blockchain.

Join the chat at https://gitter.im/ CircleCI Travis AppVeyor Coverage Status Release Go Doc Software License

Licence

MIT

Whitecoin-core

Whitecoin is first to adopt Multi Tunnel Blockchain Communication Protocol (MTBCP), making the inter-blockchain communication protocol a reality.

How to compile

ubuntu-18.04

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 git@github.com: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.

Object

This is a special blockchain network which aims to link all valued blockchain network together. Crypto-currencies can be exchanged / transfered within Whitecoin network.