Home - graphene-blockchain/graphene-core GitHub Wiki
New and updated developer information can be found at Graphene Developer Portal .
Building
BitShares requires a 64-bit operating system to build.
BitShares requires a Boost version in the range [1.58, 1.74]. Versions earlier than 1.58 are NOT supported. Newer versions may work, but have not been tested. If your system Boost version is not supported, then you will need to manually build a supported version of Boost and specify it to CMake using -DBOOST_ROOT
, E.G.
cmake -DBOOST_ROOT=~/boost160 .
- Ubuntu (64-bit) Linux
- macOS
- Windows
- Reproducible builds with Gitian for Linux, macOS and Windows
- Web and light wallets
Nodes
- Guide to setup personal nodes
- Guide to setup public API nodes
- Load-balancing with HaProxy
- Manage your nodes by using gnu screen
- Memory Reduction for Nodes
- ElasticSearch Plugin
- Delayed Node
- Debug Node
Wallet
- CLI Wallet Cookbook
- Wallet Login Protocol
- Wallet Merchant Protocol
- Wallet Argument Format
- Wallet 2-Factor Authentication Protocol
- Import account to cli wallet
Architecture
- Wallet / Full Nodes / Witness Nodes
- Blockchain Objects
- chain locked tx
- resolvable bitassets
- Stealth Transfers
- Hash Time Locked Contracts (HTLC)
- SPV
- Node Initialization
- P2P network protocol
- Threading
- General API
- Websocket Subscriptions
- Scripting websockets easy
- Howto propose committee actions