Skip to content

Commit 2b23f1c

Browse files
Merge pull request 0xPolygon#256 from 0xPolygon/km/small-fixes
A couple of small fixes to the Developer Tools section
2 parents 279bfca + 27b3f1a commit 2b23f1c

File tree

4 files changed

+21
-15
lines changed

4 files changed

+21
-15
lines changed

docs/tools/dApp-development/launchpad/quickstart.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,4 @@ dapp-launchpad deploy -n CHAIN_NAME --only-frontend
149149
1. Have already run the smart contracts deploy command successfully.
150150
2. If not, run the following wizard command:
151151

152-
`generate smart-contracts-config -e production -n CHAIN_NAME`
153-
154-
152+
`generate smart-contracts-config -e production -n CHAIN_NAME`

docs/tools/dApp-development/launchpad/smart-contracts.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,24 @@ Internally, the [`dev`](commands.md#dev) command runs the `scripts/deploy_localh
2525
!!! warning
2626
When working on your own smart contracts, make sure to update this script.
2727

28-
## Local test chain explorer
28+
## Local test chain explorer with Ethernal
2929

3030
Optionally, you can enable a local blockchain explorer, which auto-indexes all transactions, and provides a feature-loaded dashboard with an overview of the chain.
3131

32-
To use it, run the [`dev`](commands.md#dev) command with `-e`.
32+
### Prerequisite steps
33+
34+
To run the explorer, you first have to:
35+
36+
- Sign up on [Ethernal](https://app.tryethernal.com/), and create a workspace.
37+
- Then, add your login email, password, and workspace details in the `.env` file in the `smart-contracts` directly.
3338

34-
!!! info "Setting up an explorer"
35-
- Sign up on [Ethernal](https://app.tryethernal.com/), and create a workspace.
36-
- Then, add your login email, password, and workspace details in the `.env` file in the `smart-contracts` directly.
39+
Check and set the configs with [`dev`](commands.md#dev) command params `--ethernal-login-email`, `--ethernal-login-password` and `--ethernal-workspace`, which override the preset environment variables.
40+
41+
### Run the local block explorer
42+
43+
To use it, run the [`dev`](commands.md#dev) command with `-e`.
3744

38-
The above config can also be mentioned with [`dev`](commands.md#dev) command params `--ethernal-login-email`, `--ethernal-login-password` and `--ethernal-workspace`, which override the preset environment variables.
45+
Access the chain explorer at the [Ethernal](https://app.tryethernal.com/) URL.
3946

4047
## Deploying to production
4148

File renamed without changes.

mkdocs.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -546,10 +546,10 @@ nav:
546546
- Band standard dataset: tools/oracles/bandstandarddataset.md
547547
- Chainlink: tools/oracles/chainlink.md
548548
- DIA: tools/oracles/diadataoracles.md
549-
- UMA optimistic oracle: tools/oracles/optimisticoracle.md
550549
- Razor: tools/oracles/razor.md
551550
- Supra: tools/oracles/supra.md
552551
- Tellor: tools/oracles/tellor.md
552+
- UMA optimistic oracle: tools/oracles/optimisticoracle.md
553553
- Umbrella: tools/oracles/umbrella.md
554554
- Wallets:
555555
- Getting started: tools/wallets/getting-started.md
@@ -565,13 +565,14 @@ nav:
565565
- Create wallet: tools/wallets/venly/create-wallet.md
566566
- Add network: tools/wallets/venly/add-network.md
567567
- Add custom token: tools/wallets/venly/custom-tokens.md
568+
- Fortmatic: tools/wallets/fortmatic.md
569+
- Openfort: tools/wallets/openfort.md
570+
- Particle network: tools/wallets/particle-network.md
571+
- Portis: tools/wallets/portis.md
572+
- SlashAuth: tools/wallets/slashauth.md
573+
- Torus: tools/wallets/torus.md
568574
- Wallet link: tools/wallets/wallet-link.md
569-
- Fortmatic: tools/wallets/fortmatic.md
570-
- Portis: tools/wallets/portis.md
571-
- Torus: tools/wallets/torus.md
572575
- WalletConnect: tools/wallets/walletconnect.md
573-
- SlashAuth: tools/wallets/slashauth.md
574-
- Particle network: tools/wallets/particle-network.md
575576
- Web3Modal: tools/wallets/using-web3modal.md
576577
- Block explorers:
577578
- Polygon: https://polygonscan.com/

0 commit comments

Comments
 (0)