Skip to content

Commit

Permalink
add link to expecte JSON-RPC api
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed May 29, 2018
1 parent 54fb40f commit c1b35d9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/guides/trinity/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,21 @@ latest block by calling ``w3.eth.getBlock('latest')``.
'size': 544,
'transactions': []})
You can attach to an existing trinity process using the ``attach`` comand.

.. code:: sh
trinity attach
For a list of JSON-RPC endpoints which are expected to work, see this issue: https://github.com/ethereum/py-evm/issues/178




.. warning::

Trinity is currently in public alpha. **Keep in mind**:

- It is expected to have bugs and is not meant to be used in production
- Things may be ridiculously slow or not work at all
- Only a subset of JSON-RPC API calls are currently supported
- Only a subset of JSON-RPC API calls are currently supported

0 comments on commit c1b35d9

Please sign in to comment.