Skip to content

Commit

Permalink
chore: fix prover README typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Feb 14, 2024
1 parent ae61683 commit 1bf3970
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions packages/prover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

> This package is part of [ChainSafe's Lodestar](https://lodestar.chainsafe.io) project
Typescript REST client for the [Ethereum Consensus API spec](https://github.com/ethereum/beacon-apis)

## Usage

You can use the `@lodestar/prover` in two ways, as a Web3 Provider and as proxy. For prover use case see below example.
Expand Down Expand Up @@ -37,13 +35,12 @@ console.log({balance, address});
You can also invoke the package as binary.

```bash
npm -i g @lodestar/prover
npm i g @lodestar/prover

lodestar-prover start \
--network sepolia \
--execution-rpc https://lodestar-sepoliarpc.chainsafe.io \
--mode rest \
--beacon-rpc https://lodestar-sepolia.chainsafe.io \
--execution-rpc-url https://lodestar-sepoliarpc.chainsafe.io \
--beacon-urls https://lodestar-sepolia.chainsafe.io \
--port 8080
```

Expand Down

0 comments on commit 1bf3970

Please sign in to comment.