Skip to content

Commit

Permalink
Adding link to Populus chain configuration documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Mar 12, 2018
1 parent f3e8a40 commit e118338
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/source/chain.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ Supported backend and nodes include
Default configuration
=====================

The default configuration set in the packge distribution is in ``populus.json`` file. It is as
The default configuration set in the packge distribution is in `populus.json <https://github.com/TokenMarketNet/ico/blob/master/populus.json>`_ file.

Edit this file for your own node IP addresses and ports.

The default configuration is

* ``http://127.0.0.1:8545`` is mainnet JSON-RPC, `populus.json` network sa `mainnet`

Expand All @@ -42,6 +46,8 @@ The default configuration set in the packge distribution is in ``populus.json``

Ethereum node software (geth, parity) must be started beforehand and configured to allow JSON-RPC in the particular port.

For more information about `populus.json` file refer to `Populus documentation <http://populus.readthedocs.io/en/latest/config.html#custom-chains-using-the-externalchain-class>`_.

Starting Ethereum node and creating deployment accounts
=======================================================

Expand Down

0 comments on commit e118338

Please sign in to comment.