Skip to content

Commit

Permalink
Added plugin videos to guide (#7004)
Browse files Browse the repository at this point in the history
* added videos to the guide

* added videos to the guide

* installed react-player

* update links

* changed react player for youtube embed

* removed react-player and docusaurus

* fixed comma
  • Loading branch information
Santiago Trujillo Zuluaga authored Apr 25, 2024
1 parent ed2781f commit 419c8d3
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,4 +276,16 @@ class MyPlugin extends Web3PluginBase {
```
:::info
All web3 config params [here](https://docs.web3js.org/guides/web3_config/)
:::
:::


## Videos

### Create your first plugin in 20 minutes!

<iframe width="560" height="315" src="https://www.youtube.com/embed/fW1PDApXCtM?si=isocyW7NvWkEuDqG" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>


### Chainlink plugin: web3.js, viem, ethers vs web3 plugin🧩

<iframe width="560" height="315" src="https://www.youtube.com/embed/iF_O7ggQaQw?si=8KHqYDWx3JfmbAGZ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

1 comment on commit 419c8d3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 419c8d3 Previous: 6c075db Ratio
processingTx 8874 ops/sec (±4.10%) 9301 ops/sec (±4.81%) 1.05
processingContractDeploy 39424 ops/sec (±6.97%) 39129 ops/sec (±7.62%) 0.99
processingContractMethodSend 19440 ops/sec (±6.28%) 19443 ops/sec (±5.19%) 1.00
processingContractMethodCall 40125 ops/sec (±6.22%) 38971 ops/sec (±6.34%) 0.97
abiEncode 45368 ops/sec (±6.67%) 44252 ops/sec (±6.92%) 0.98
abiDecode 30669 ops/sec (±8.12%) 30419 ops/sec (±8.89%) 0.99
sign 1565 ops/sec (±3.38%) 1656 ops/sec (±4.08%) 1.06
verify 375 ops/sec (±0.63%) 373 ops/sec (±0.78%) 0.99

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.