# bitshares_toolkit **Repository Path**: cnck/bitshares_toolkit ## Basic Information - **Project Name**: bitshares_toolkit - **Description**: Libraries and Utilities for building DACs - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-09-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README BitShares Development Toolkit [![Build Status](https://travis-ci.org/vikramrajkumar/bitshares_toolkit.png)](https://travis-ci.org/vikramrajkumar/bitshares_toolkit) =============================== The BitShares development toolkit is a set of libraries used to facilitate the development of Decentralized Autonomous Companies (DACs). It provides a framework upon which new DACs can be developed based upon a common architecture. Build Instructions ------------------ BitShares Toolkit uses git submodules for managing certain external dependencies. Before you can build you will need to fetch the submodules with the following commands: git submodule init git submodule update cmake . make Different platforms have different steps for handling dependencies, if you would like to build on OS X see BUILD_OSX.md Documentation ------------------ Documentation is available at the GitHub wiki: https://github.com/BitShares/bitshares_toolkit/wiki.