documentation: update readme (#95)
This commit is contained in:
parent
6ff501352b
commit
4c72344b55
|
@ -19,6 +19,9 @@ To run Helios, run the below command, replacing `$ETH_RPC_URL` with an RPC provi
|
|||
```
|
||||
helios --execution-rpc $ETH_RPC_URL
|
||||
```
|
||||
|
||||
`$ETH_RPC_URL` must be an Ethereum provider that supports the `eth_getProof` endpoint. Infura does not currently support this. We recommend using Alchemy.
|
||||
|
||||
Helios will now run a local RPC server at `http://127.0.0.1:8545`.
|
||||
|
||||
### Warning
|
||||
|
@ -90,4 +93,4 @@ All contributions to Helios are welcome. Before opening a PR, please submit an i
|
|||
If you are having trouble with Helios or are considering contributing, feel free to join our telegram [here](https://t.me/+IntDY_gZJSRkNTJj).
|
||||
|
||||
## Disclaimer
|
||||
This code is being provided as is. No guarantee, representation or warranty is being made, express or implied, as to the safety or correctness of the code. It has not been audited and as such there can be no assurance it will work as intended, and users may experience delays, failures, errors, omissions or loss of transmitted information. Nothing in this repo should be construed as investment advice or legal advice for any particular facts or circumstances and is not meant to replace competent counsel. It is strongly advised for you to contact a reputable attorney in your jurisdiction for any questions or concerns with respect thereto. a16z is not liable for any use of the foregoing, and users should proceed with caution and use at their own risk. See a16z.com/disclosures for more info.
|
||||
_This code is being provided as is. No guarantee, representation or warranty is being made, express or implied, as to the safety or correctness of the code. It has not been audited and as such there can be no assurance it will work as intended, and users may experience delays, failures, errors, omissions or loss of transmitted information. Nothing in this repo should be construed as investment advice or legal advice for any particular facts or circumstances and is not meant to replace competent counsel. It is strongly advised for you to contact a reputable attorney in your jurisdiction for any questions or concerns with respect thereto. a16z is not liable for any use of the foregoing, and users should proceed with caution and use at their own risk. See a16z.com/disclosures for more info._
|
||||
|
|
Loading…
Reference in New Issue