Skip to content

Commit c1b35d9

Browse files
committed
add link to expecte JSON-RPC api
1 parent 54fb40f commit c1b35d9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/guides/trinity/quickstart.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,21 @@ latest block by calling ``w3.eth.getBlock('latest')``.
131131
'size': 544,
132132
'transactions': []})
133133
134+
You can attach to an existing trinity process using the ``attach`` comand.
135+
136+
.. code:: sh
137+
138+
trinity attach
139+
140+
For a list of JSON-RPC endpoints which are expected to work, see this issue: https://github.com/ethereum/py-evm/issues/178
141+
142+
143+
144+
134145
.. warning::
135146

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

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

0 commit comments

Comments
 (0)