Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 95b37d8

Browse files
author
Santiago Trujillo Zuluaga
authored
Interactive code editor 6693 (#6769)
* edited info section * edited info section * edited info section * updated wrong description for wallets instead of web3.eth * update stackblitz links with web3js org
1 parent a72e99a commit 95b37d8

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

docs/docs/guides/getting_started/getting_started.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,4 +246,8 @@ const subscription = uniswapToken.events.Transfer();
246246
//listen to the events
247247
subscription.on('data',console.log);
248248
// ↳ [{...},{...}, ...] live events will be printed in the console
249-
```
249+
```
250+
251+
## Live code editor
252+
253+
<iframe width="100%" height="700px" src="https://stackblitz.com/edit/vitejs-vite-aksddx?embed=1&file=main.js&showSidebar=1"></iframe>

docs/docs/guides/wallet/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,9 @@ The following is a list of `Accounts` [methods](/libdocs/Wallet) in the `web3.et
218218
- [recover](/libdocs/Accounts#recover)
219219
- [recoverTransaction](/libdocs/Accounts#recovertransaction)
220220
- [sign](/libdocs/Accounts#sign)
221-
- [signTransaction](/libdocs/Accounts#signtransaction)
221+
- [signTransaction](/libdocs/Accounts#signtransaction)
222+
223+
224+
## Live code editor
225+
226+
<iframe width="100%" height="700px" src="https://stackblitz.com/edit/vitejs-vite-mhuwrk?embed=1&file=main.js&showSidebar=1"></iframe>

docs/docs/guides/web3_providers_guide/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,4 +372,10 @@ provider.on('error', (error) => {
372372
// the `maxAttempts` is equal to the provided value by the user, or the default value `5`.
373373
}
374374
});
375-
```
375+
```
376+
377+
378+
379+
## Live code editor
380+
381+
<iframe width="100%" height="700px" src="https://stackblitz.com/edit/vitejs-vite-zfusfd?embed=1&file=main.js&showSidebar=1"></iframe>

0 commit comments

Comments
 (0)