Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vikramrajkumar committed Nov 18, 2016
1 parent 7d721a1 commit 4dc1001
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
Intro for new developers
------------------------

This is a quick introduction to get new developers up to speed on Graphene.
This is a quick introduction to get new developers up to speed on BitShares.

Starting Graphene
Starting BitShares
-----------------

For Ubuntu 14.04 LTS users, see this link first:
https://github.com/cryptonomex/graphene/wiki/build-ubuntu

and then proceed with:

git clone https://github.com/cryptonomex/graphene.git
cd graphene
git clone https://github.com/bitshares/bitshares-2
cd bitshares-2
git submodule update --init --recursive
cmake -DCMAKE_BUILD_TYPE=Debug .
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .
make
./programs/witness_node/witness_node

Expand All @@ -42,7 +42,7 @@ To import your initial balance:
If you send private keys over this connection, `rpc-endpoint` should be bound to localhost for security.

A list of CLI wallet commands is available
[here](https://github.com/cryptonomex/graphene/blob/master/libraries/wallet/include/graphene/wallet/wallet.hpp).
[here](https://github.com/bitshares/bitshares-2/blob/bitshares/libraries/wallet/include/graphene/wallet/wallet.hpp).

Code coverage testing
---------------------
Expand Down Expand Up @@ -209,7 +209,7 @@ Questions

The second number specifies the *type*. The type of the object determines what fields it has. For a
complete list of type ID's, see `enum object_type` and `enum impl_object_type` in
[types.hpp](https://github.com/cryptonomex/graphene/blob/master/libraries/chain/include/graphene/chain/protocol/types.hpp).
[types.hpp](https://github.com/bitshares/bitshares-2/blob/bitshares/libraries/chain/include/graphene/chain/protocol/types.hpp).

The third number specifies the *instance*. The instance of the object is different for each individual
object.
Expand Down Expand Up @@ -239,4 +239,4 @@ Questions
less fine if your `witness_node` allows the general public to control which p2p nodes it's
connecting to. Therefore the API to add p2p connections needs to be set up with proper access
controls.


0 comments on commit 4dc1001

Please sign in to comment.