Skip to content

Commit

Permalink
add subnet explorer recommendation (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 authored Jan 8, 2024
1 parent 69bb527 commit 24a50e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/deployment/4_blockchain_explorer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar_label: "4. Blockchain Explorer"
sidebar_position: 4
---

# Blockchain Explorer

You may optionally use an external blocks explorer if you require verbose browsing such as block detail, accounts browsing, contracts browsing. We can recommend [Chainlens-free](https://github.com/web3labs/chainlens-free/tree/master/docker-compose) as one of the solution. Please follow the instructions as the previous link. You only need to pass one of the Subnet's RPC as a variable in the `docker-compose` command, which will most likely be `NODE_ENDPOINT=http://localhost:8545` or `NODE_ENDPOINT=http://<MAIN_IP>:8545`.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_label: "Subnet Deployment Generator Changelog"
sidebar_position: 4
sidebar_position: 5
---

# Subnet Deployment Generator Changelog
Expand Down

0 comments on commit 24a50e2

Please sign in to comment.