Skip to content

Latest commit

 

History

History
98 lines (66 loc) · 4.6 KB

File metadata and controls

98 lines (66 loc) · 4.6 KB

Getting Started

Table of Contents:


See System Requirements if you are interested to run a node (updated: 2018-07-02).

BitShares Core is the BitShares blockchain implementation and command-line interface. The web wallet is BitShares UI.

Visit BitShares.org to learn about BitShares and join the community at BitSharesTalk.org.

NOTE: The official BitShares git repository location, default branch, and submodule remotes were recently changed. Existing repositories can be updated with the following steps:

git remote set-url origin https://github.com/bitshares/bitshares-core.git
git checkout master
git remote set-head origin --auto
git pull
git submodule sync --recursive
git submodule update --init --recursive

Installation and Build

Select an operation system and install and build.

Build and Run BitShares-Core in WSL (Installation Option)

Known issues


Next Step Guide

If you want to...

Create a BitShares GUI wallet and user account.

Create a CLI wallet

Run a node

Run a witness node

Use BitShares API

Learn BitShares system components

know about BSIP