We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54fb40f commit c1b35d9Copy full SHA for c1b35d9
docs/guides/trinity/quickstart.rst
@@ -131,10 +131,21 @@ latest block by calling ``w3.eth.getBlock('latest')``.
131
'size': 544,
132
'transactions': []})
133
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
145
.. warning::
146
147
Trinity is currently in public alpha. **Keep in mind**:
148
149
- It is expected to have bugs and is not meant to be used in production
150
- Things may be ridiculously slow or not work at all
- - 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