BTWChain

所属分类:加密货币
开发工具:JavaScript
文件大小:5948KB
下载次数:0
上传日期:2018-08-08 13:48:43
上 传 者sh-1993
说明:  比特币White是一款高效、灵活、安全的去中心化应用程序
(Bitcoin White is an efficient, flexible, and safe decentralized application)

文件列表:
LICENSE (35112, 2018-08-08)
config.json (843, 2018-08-08)
delegates.json (3, 2018-08-08)
execute (0, 2018-08-08)
execute\replay-block.js (2768, 2018-08-08)
genesis.json (63453, 2018-08-08)
genesisTestnet.json (62657, 2018-08-08)
gulpfile.js (3328, 2018-08-08)
index.js (8128, 2018-08-08)
layout (0, 2018-08-08)
layout\assets (0, 2018-08-08)
layout\assets\css (0, 2018-08-08)
layout\assets\css\app.main.css (77088, 2018-08-08)
layout\assets\css\bootstrap.min.css (150996, 2018-08-08)
layout\assets\css\bootstrap.min.css.map (551641, 2018-08-08)
layout\assets\images (0, 2018-08-08)
layout\assets\images\crypto-icons (0, 2018-08-08)
layout\assets\images\crypto-icons\Bitcoin.svg (2588, 2018-08-08)
layout\assets\images\crypto-icons\Dash.svg (538, 2018-08-08)
layout\assets\images\crypto-icons\Ethereum.svg (2013, 2018-08-08)
layout\assets\images\crypto-icons\Litecoin.svg (1546, 2018-08-08)
layout\assets\images\logo.png (6981, 2018-08-08)
layout\assets\images\owl.video.play.png (4976, 2018-08-08)
layout\assets\js (0, 2018-08-08)
layout\assets\js\angular-bootstrap (0, 2018-08-08)
layout\assets\js\angular-bootstrap\.bower.json (764, 2018-08-08)
layout\assets\js\angular-bootstrap\.npmignore (10, 2018-08-08)
layout\assets\js\angular-bootstrap\bower.json (460, 2018-08-08)
layout\assets\js\angular-bootstrap\index.js (65, 2018-08-08)
layout\assets\js\angular-bootstrap\package.json (569, 2018-08-08)
layout\assets\js\angular-bootstrap\ui-bootstrap-csp.css (3989, 2018-08-08)
layout\assets\js\angular-bootstrap\ui-bootstrap-tpls.js (260877, 2018-08-08)
layout\assets\js\angular-bootstrap\ui-bootstrap-tpls.min.js (121209, 2018-08-08)
layout\assets\js\angular-bootstrap\ui-bootstrap.js (233125, 2018-08-08)
... ...

# BTWChain Bitcoin White is an efficient, flexible, and safe decentralized application platform designed to lower the threshold for developers. Using JavaScript as the programming language and relational database to store data, Bitcoin White is increasing the similarities between developing a DAPP and a traditional web application. Bitcoin White appeals to both developers and businesses because it offers a strong platform where prosperousness of the "ecology" has direct relation with the developer's productivity. Bitcoin White is open in design and can be customized for many uses including finance, document storage, and copyright certificates. The APIs are underlying and abstract, and they can be combined freely to achieve a variety of applications. Bitcoin White has implemented an inherited and enhanced the DPOS algorithm, greatly reducing the probability of forking and risk of double spending. Bitcoin White's side chain, i.e. the application mode, not only delays the expansion of the blockchain but also makes DAPPs more flexible and personalized. Bitcoin White is a forward-looking, low-cost and one-stop application solution. Linux system required Public IP address required Ubuntu 16.04 ***bit OS recommended Above dual-core CPU recommended Above 2 GB RAM recommended Above 2MB bandwidth recommended # Install dependency package ```sudo apt-get install curl sqlite3 ntp wget git libssl-dev openssl make gcc g++ autoconf automake python build-essential -y ``` # libsodium for ubuntu 16.04 ```sudo apt-get install libtool libtool-bin -y``` # Install nvm ```curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash ``` # This loads nvm ``` export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion ``` # Install node and npm for current user. ```nvm install node 8``` # check node version and it should be v8.x.x ```node --version``` # Install node packages ```npm install``` # After all package installing run node ```node index.js```

近期下载者

相关文件


收藏者