File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -131,10 +131,21 @@ latest block by calling ``w3.eth.getBlock('latest')``.
131
131
' size' : 544,
132
132
' transactions' : []})
133
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
+
134
145
.. warning ::
135
146
136
147
Trinity is currently in public alpha. **Keep in mind **:
137
148
138
149
- It is expected to have bugs and is not meant to be used in production
139
150
- 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
You can’t perform that action at this time.
0 commit comments