Skip to content

Commit

Permalink
Add README TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
vikramrajkumar committed Mar 4, 2017
1 parent b39997f commit f1f1e59
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
BitShares Core
==============
* [Getting Started](#getting-started)
* [Support](#support)
* [Using the API](#using-the-api)
* [Accessing restricted API's](#accessing-restricted-apis)
* [FAQ](#faq)
* [License](#license)

BitShares Core is the BitShares blockchain implementation and command-line interface.
The web wallet is [BitShares UI](https://github.com/bitshares/bitshares-ui).

Visit [BitShares.org](https://bitshares.org/) to learn about BitShares.

Join the community at [BitSharesTalk.org](https://bitsharestalk.org/).
Visit [BitShares.org](https://bitshares.org/) to learn about BitShares and join the community at [BitSharesTalk.org](https://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:
Expand Down Expand Up @@ -36,7 +41,7 @@ be launched with:

./programs/witness_node/witness_node

The node will automatically create a data directory including a config file. It will take some time to fully synchronize
The node will automatically create a data directory including a config file. It may take several hours to fully synchronize
the blockchain. After syncing, you can exit the node using Ctrl+C and setup the command-line wallet by editing
`witness_node_data_dir/config.ini` as follows:

Expand Down

0 comments on commit f1f1e59

Please sign in to comment.