Skip to content

Commit

Permalink
docs(): How to install Yarn for https://docs.web3js.org/ setup (#6853)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouzep authored Mar 12, 2024
1 parent 6d0a0ae commit 383af39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Website

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Requirement

Before getting started, ensure that you have ``Yarn`` installed on your machine.

[How to install Yarn](https://www.hostinger.com/tutorials/how-to-install-yarn)
### Installation

```
Expand Down

1 comment on commit 383af39

@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: 383af39 Previous: 6c075db Ratio
processingTx 9058 ops/sec (±5.92%) 9301 ops/sec (±4.81%) 1.03
processingContractDeploy 28208 ops/sec (±30.61%) 39129 ops/sec (±7.62%) 1.39
processingContractMethodSend 17062 ops/sec (±13.03%) 19443 ops/sec (±5.19%) 1.14
processingContractMethodCall 31104 ops/sec (±7.88%) 38971 ops/sec (±6.34%) 1.25
abiEncode 34599 ops/sec (±16.15%) 44252 ops/sec (±6.92%) 1.28
abiDecode 24347 ops/sec (±16.62%) 30419 ops/sec (±8.89%) 1.25
sign 1445 ops/sec (±6.89%) 1656 ops/sec (±4.08%) 1.15
verify 362 ops/sec (±0.45%) 373 ops/sec (±0.78%) 1.03

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

Please sign in to comment.