-
Notifications
You must be signed in to change notification settings - Fork 646
Home
Abit edited this page Jun 24, 2020
·
52 revisions
New and updated developer information can be found at Bitshares Developer Portal
BitShares requires a 64-bit operating system to build
BitShares requires a Boost version in the range [1.58, 1.69]. Versions earlier than 1.58 or newer than 1.69 are NOT supported. If your system Boost version is newer, then you will need to manually build an older version of Boost and specify it to CMake using -DBOOST_ROOT
:
cmake -DBOOST_ROOT=~/boost160 .
- Ubuntu (64-bit) Linux
- macOS
- Windows
- Reproducible builds with Gitian for Linux, macOS and Windows
- Web and light wallets
- Blockchain Objects
- Wallet / Full Nodes / Witness Nodes
- Stealth Transfers
- Hash Time Locked Contracts (HTLC)