Skip to content

Commit

Permalink
docs: create resources page (#6824)
Browse files Browse the repository at this point in the history
* Create resources.md

* Create draft

* Update resources.md

* Update resources.md

* Update resources.md

* Update resources.md

* Update resources.md

* Update resources.md
  • Loading branch information
omahs committed Feb 27, 2024
1 parent cf4b93f commit b4c92e1
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/docs/guides/resources/resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
sidebar_position: 16
sidebar_label: '📚 Resources'
---
# Resources

## [Web3.js v4 course](https://www.youtube.com/watch?v=3ZO_t-Kyr1g&list=PLPn3rQCo3XrP4LbQcOyyHQR8McV7w3HZT)

This comprehensive 14-part video course from ChainSafe equips you with the skills to conquer the blockchain using web3.js v4. Unlock the potential of web3.js v4 and build cutting-edge dApps. This course caters to all skill levels.

[![Web3.js v4 course](https://img.youtube.com/vi/3ZO_t-Kyr1g/0.jpg)](https://www.youtube.com/watch?v=3ZO_t-Kyr1g&list=PLPn3rQCo3XrP4LbQcOyyHQR8McV7w3HZT)


## [Web3.js series](https://www.youtube.com/watch?v=BQ_bDH91S4k&list=PLPn3rQCo3XrNf__8irs4-MjMt4fJqW2I_)

This series of 3 videos takes you on a journey through web3.js. Whether you're a complete beginner or want to refine your skills, these videos have something for you:

1. Getting Started: Kick off your web3 adventure by learning the ropes of web3.js. Master the basics, from installation to making your first call to the blockchain.

2. Essential Tools: Unleash the power of web3.js utilities! From generating random bytes to hashing and checksumming addresses, you'll gain mastery of essential tools for Ethereum development.

3. Sending Transactions: Dive deep into wallets and accounts. Learn how to sign and send transactions to the network, empowering you to interact with the blockchain directly.

[![Web3.js series](https://img.youtube.com/vi/BQ_bDH91S4k/0.jpg)](https://www.youtube.com/watch?v=BQ_bDH91S4k&list=PLPn3rQCo3XrNf__8irs4-MjMt4fJqW2I_)

## Hackathons

You'll find the latest hackathons opportunities by following [web3js](https://twitter.com/web3_js) on X.

1 comment on commit b4c92e1

@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: b4c92e1 Previous: 6c075db Ratio
processingTx 9604 ops/sec (±4.17%) 9301 ops/sec (±4.81%) 0.97
processingContractDeploy 38023 ops/sec (±7.32%) 39129 ops/sec (±7.62%) 1.03
processingContractMethodSend 19685 ops/sec (±5.00%) 19443 ops/sec (±5.19%) 0.99
processingContractMethodCall 40197 ops/sec (±6.19%) 38971 ops/sec (±6.34%) 0.97
abiEncode 44438 ops/sec (±6.36%) 44252 ops/sec (±6.92%) 1.00
abiDecode 30827 ops/sec (±7.68%) 30419 ops/sec (±8.89%) 0.99
sign 1601 ops/sec (±4.62%) 1656 ops/sec (±4.08%) 1.03
verify 372 ops/sec (±0.55%) 373 ops/sec (±0.78%) 1.00

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

Please sign in to comment.