-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
b4c92e1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
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.