Skip to content

Commit

Permalink
Merge pull request inkonchain#196 from medwinfin/docs/remix-connectin…
Browse files Browse the repository at this point in the history
…g-block-improvements

docs: Improve Remix IDE connection guide accuracy and user navigation
  • Loading branch information
inkjesse authored Nov 4, 2024
2 parents f3b2e5e + ce428b2 commit 39411f3
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@ contract InkContract {

## Connecting to INK Network

1. Click on the `Deploy & Run Transactions` tab (icon looks like an "≡")
2. In the `ENVIRONMENT` dropdown, select `Injected Provider`
1. On the left sidebar, click the `Deploy & tun transactions` tab (represented by a deployment arrow icon ▶️)
2. In the `ENVIRONMENT` dropdown:
- If you see `Injected Provider`, select it
- If not visible, click `Customize this list...` in dropdown
- In the opened "Environment Explorer" window, under "Deploy using a Browser Extension" section, select `Injected Provider - [WALLET_NAME]`, where [WALLET_NAME] is your connected Web3 wallet (e.g., MetaMask, Rabby)
3. Configure your preferred Web3 wallet with INK Sepolia network details:
- Network Name: INK Sepolia
- RPC URL: https://rpc-gel-sepolia.inkonchain.com/
Expand Down

0 comments on commit 39411f3

Please sign in to comment.