Skip to content

Commit

Permalink
adding docs about using blockscout in the quickstart (#851)
Browse files Browse the repository at this point in the history
* adding docs about using blockscout in the quickstart

Signed-off-by: Joshua Fernandes <joshua.fernandes@consensys.net>

* edit blockscout content

Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>

* update vale

Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>

* minor fix

Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>

Co-authored-by: Alexandra Tran <alexandra.tran@consensys.net>
  • Loading branch information
joshuafernandes and Alexandra Tran authored Nov 9, 2021
1 parent 8a6fbc7 commit 01f91dd
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CI/vale/vale_styles/Vocab/Besu/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BerkeleyDB
Besu
Bintray
[bB]lockchain(s)?
Blockscout
BlockScout
[bB]oolean(s)?
[bB]ootnode(s)?
[bB]roadcast(ing|ed)
Expand Down
2 changes: 1 addition & 1 deletion docs/Reference/Projects-Using-Besu.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Projects using Besu.

## Block explorers

- [Blockscout](https://github.com/blockscout/blockscout#readme) is a Besu-compatible blockchain explorer for inspecting
- [BlockScout](https://github.com/blockscout/blockscout#readme) is a Besu-compatible blockchain explorer for inspecting
and analyzing Ethereum-based blockchains.
See the [project documentation](https://docs.blockscout.com/) for setup instructions.
- [Alethio Lite Explorer](https://github.com/Alethio/ethereum-lite-explorer#readme) is a blockchain explorer that
Expand Down
19 changes: 19 additions & 0 deletions docs/Tutorials/Developer-Quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,25 @@ Choose **Splunk** to use the default monitoring tools and [Splunk monitoring](..

Choose **ELK** to use the default monitoring tools and [ELK logging](../HowTo/Monitor/Elastic-Stack.md).

### Block explorer

The quickstart supports the [BlockScout](https://github.com/blockscout/blockscout) block explorer.
Access BlockScout at [`http://localhost:26000`](http://localhost:26000).

!!! note

BlockScout's Docker image is resource heavy when running.
Ensure you have adequate CPU resources dedicated to the container.

To start BlockScout, run the following command after the quickstart is already running:

```bash
./run-blockscout.sh
```

The [quickstart BlockScout configuration](https://github.com/ConsenSys/quorum-dev-quickstart/blob/master/templates/goquorum/docker-compose.blockscout.yml)
is available as a reference for your own network.

## Smart contracts and dapps

You can use the Pet Shop demo dapp provided by [Truffle](https://www.trufflesuite.com/tutorial) which runs
Expand Down

0 comments on commit 01f91dd

Please sign in to comment.